On Jun 4, 9:28 am, Storm Saich <wifi...@gmail.com> wrote:
Hi,
> I have also been looking in to getting a web cam to work on a pandaboard,
Recompiling a kernel with USB webcam support was easy. If I plug in
the camera it shows up as /dev/video0
And after applying the patches (which needed some work because they
would not apply cleanly) mentioned here:
http://omappedia.org/wiki/Building_L27.IS.2.M1_for_PandaBoard,_with_USB_camera_support#Prerequisites
The default camera app. would display the preview (most of the time).
But capturing crashed the application.
Just as mentioned in device/ti/panda/README :
"Everything camera-related crashes."
However, it seems someone is working on this and it seems to be
fixed :
http://review.omapzoom.org/#/q/status:open+project:platform/hardware/ti/omap4xxx+branch:p-ics-mr1+topic:usbcamera,n,z
I still have to figure out how to use those patches though....
I just tried Android from Linaro.This version : https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc47-tilt-tracking-blob/#build=82works out of the box with an USB camera and can take pictures!
I am trying to bring up USB camera on Android for pandaboard. Followed the instruction from siteAble to boot the board but USB camera capture not working. When I plug usb camera even /dev/video0 node not getting generated. I have checked kernel configuration in that v4l2 is enabled. Please help me to boot pandaboard with android for USB camera capture.