Hello All,
I am currently in the process of working on an Internet of Things project using the Arduino Yun and would love your help. I am currently in the process of testing the camera capture and loading it onto a MicroSD card. MY MAIN ISSUE is that I cannot reliably test the camera capture in the Hardware Configuration.
I can intermittenly snap pictures with the instructions with the above link, but cannot do so reliably. I have made sure that my camera is UVC compatible. I have attached screenshots of the STAT error I am seeing. Is this a result of a bad driver or directory pointer? Any help would be appreciated!
If your device is a UVC device, you should see a number of lines that look like this:
bFunctionClass 14 Video
bInterfaceClass 14 Video
bInterfaceClass 14 Video
bInterfaceClass 14 Video
bInterfaceClass 14 Video
bInterfaceClass 14 Video
bInterfaceClass 14 Video
Sonnyyu,
Thank you very much! That worked! I have verified that the OS has recognized the usb hub and the camera. I have also verified that my drivers for fswebcam are current. Unfortunately when I run the fswebcam command, I get a stream error.
Is this because I am pointing to the wrong usb location? I attached a copy of my error.