I wrote python code using the OpenCV library for motion detection. If movement occurs, a snapshot of a moving object is required. However, my problem is this: if I run the program on my PC (Ubuntu 12.04), everything is OK.
But when I run the program on my BeagleBone with the launch of Angstrom Linux and the Us Robotics webcam device connected to it, after a while the following error appears:
libv4l2: error dequeuing buf: No such device
VIDIOC_DQBUF: No such device
How can I solve this problem? Relationship
edit: I installed ubuntu 12.04 on my BeagleBone and everything is fine with it. It looks like my problem is with the Angstrom image. Perhaps a problem with the driver or library (libv4l2?)? Any ideas?
source
share