Hello,
I had connected a USB camera to the beagle XM board running Linux 3.4.7-x1 and it worked successfully( tested with camorama application).
As I was facing issues with USB mounted on the beagleboard at low temperatures, I applied the patch https://github.com/RobertCNelson/stable-kernel/blob/v3.4.x/patches/omap_fixes/0001-Fix-sprz319-erratum-2.1.patch
After applying the patch, the board works fine at low temperatures but the USB camera output flickers using the camorama application.
Camera details(lsusb output)
Bus 001 Device 005: ID 058f:5608 Alcor Micro Corp.
Dmesg output for video
dmesg | grep video
[ 8.462341] Linux video capture interface: v2.00
[ 8.616485] uvcvideo: Found UVC 1.00 device USB 2.0 Camera (058f:5608)
[ 8.680419] usbcore: registered new interface driver uvcvideo
Any pointers will be appreciated.
Thanks,
Valareyano
Hello,
I had connected a USB camera to the beagle XM board running Linux 3.4.7-x1
and it worked successfully( tested with camorama application).
As I was facing issues with USB mounted on the beagleboard at low
temperatures, I applied the patch
stable-kernel/patches/omap_fixes/0001-Fix-sprz319-erratum-2.1.patch at v3.4.x · RobertCNelson/stable-kernel · GitHub
After applying the patch, the board works fine at low temperatures but the
USB camera output flickers using the camorama application.
"low temperatures" aka lower then what the board is spec'd for? I'm
not supporting that.
Camera details(lsusb output)
Bus 001 Device 005: ID 058f:5608 Alcor Micro Corp.
Dmesg output for video
dmesg | grep video
[ 8.462341] Linux video capture interface: v2.00
[ 8.616485] uvcvideo: Found UVC 1.00 device USB 2.0 Camera (058f:5608)
[ 8.680419] usbcore: registered new interface driver uvcvideo
Any pointers will be appreciated.
Grab the latest, lots of usb fixes, 3.4.x is ancient..
http://elinux.org/BeagleBoardDebian#BeagleBoard_xM
Regards,