I am using opencv on ubuntu on a beaglebone black. I have a usb camera hooked up to the beagle bone through a USB hub. When I try and run my program I get continuous "Select Timeout" errors. I have enabled module traces as per: this suggestion and it gives me
uvcvideo:Dropping payload (out of sync)
uvcvideo:Marking buffer as bad (error bit set)
over and over again. I think that the 'dropping payload' isn't that big of a deal because it gives me the same error when i run it on my laptop and that works just fine. But the buffer error is exclusive to the beaglebone and I have no idea what to do about it. Any ideas would be great.