I'm trying to get this example to work:http://www.cl.cam.ac.uk/~db434/raspi/image_processing/
I ended up using the provided Debian image so I have all the libraries and my webcam is on the list of working usb devices.
Compiling the example in x gives nothing. In a shell it says:
Opening the device
Initializing device
Setting device format
Initializing memory mapped i/o
Segmentation fault
and then it comes back to the prompt.
It looks like it finds the camera, but there's so little code for the example that I don't see where this 'segmentation fault' could be coming from.
Any ideas?
-
- Posts: 19
- Joined: Tue Sep 11, 2012 8:47 am
Re: Using SimpleCV for webcam
There is a guide available as part of the docs here:
https://github.com/ingenuitas/SimpleCV/ ... erryPi.rst
https://github.com/ingenuitas/SimpleCV/ ... erryPi.rst