Hi,
I am trying to use the usb webcam on my beagleboard xM. When I plug the camera, I get the message as below:
usb 1-2.2: New USB device found, idVendor=18ec, idProduct=3399
[ 79.094691] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 79.103047] usb 1-2.2: Product: USB2.0 PC CAMERA
[ 79.107917] usb 1-2.2: Manufacturer: ARKMICRO
[ 79.114926] usb 1-2.2: usb_probe_device
[ 79.114960] usb 1-2.2: configuration #1 chosen from 1 choice
[ 79.115484] usb 1-2.2: adding 1-2.2:1.0 (config #1, interface 0)
[ 79.116724] usbtest 1-2.2:1.0: usb_probe_interface
[ 79.116753] usbtest 1-2.2:1.0: usb_probe_interface - got id
[ 79.117649] usb 1-2.2: adding 1-2.2:1.1 (config #1, interface 1)
[ 79.118980] usbtest 1-2.2:1.1: usb_probe_interface
[ 79.119011] usbtest 1-2.2:1.1: usb_probe_interface - got id
[ 79.119134] usb 1-2.2: adding 1-2.2:1.2 (config #1, interface 2)
[ 79.121260] usbtest 1-2.2:1.2: usb_probe_interface
[ 79.121292] usbtest 1-2.2:1.2: usb_probe_interface - got id
[ 79.121419] usb 1-2.2: adding 1-2.2:1.3 (config #1, interface 3)
[ 79.127402] usbtest 1-2.2:1.3: usb_probe_interface
[ 79.127435] usbtest 1-2.2:1.3: usb_probe_interface - got id
[ 79.128766] drivers/usb/core/inode.c: creating file '004'
Looking at this, I feel that the driver for it is working properly. But, I don't know how to test the camera, I mean what setup/application to use on the beagle board? Can you please shed some light on the same? Thanks in advance.
Thanks,
Pradeep
Date: Thu, 13 Dec 2012 10:12:14 -0800
From:
com...@gmail.comTo:
beagl...@googlegroups.comSubject: Re: [beagleboard] Re: Beaglebone USB Camera
I reinstalled Angstrom and set resolution to 1024x768 and I now am able to capture frames. Apparently I had v4l problems too and maybe problems are fixed in new OS. I'm not really sure, but this is how I made it.