Hi, I have a Logitech USB camera connected on my board. I have also enabled the CONFIG variables for V4L2 by menuconfig. When I do fd = open(device, O_RDWR) it fails saying that no such file or directory. Then through shell I checked for the file /dev/video0 but it wasn't there.
When I connect camera I can see the serial message for camera is connected and its details. I want to know when I connect the USB Camera who creates the /dev/ video0 file? Do I need to create it? I believe V4L2 framework should do it? How does the V4L2 will be invoked when USB camera is connected who initializes it? If I want to get the preview frames from V4L2 is the /dev/video0 right file? Quick help will be appreciated. Thanks in advance. Sachin Nikam. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

