Cannot get frames from Capture camera
in
Integration and Hardware
•
4 months ago
I'm using the latest stable Processing on WinXP(32bit).
I have an analog CCTV camera connected via USB using this thing: http://www.encore-usa.com/us/taxonomy/term/491/all. The drivers are properly installed, and everything recognizes the camera. Other programs are able to view the camera's feed just fine.
Processing, however, just gives me a blank image, as though no frames are ever available. I've tried my own code plus several of the Capture examples.
Capture.list() gives me:
Is there anything I can try to get this to work? I can get a different/better USB adaptor but I'd prefer to avoid it.
I have an analog CCTV camera connected via USB using this thing: http://www.encore-usa.com/us/taxonomy/term/491/all. The drivers are properly installed, and everything recognizes the camera. Other programs are able to view the camera's feed just fine.
Processing, however, just gives me a blank image, as though no frames are ever available. I've tried my own code plus several of the Capture examples.
Capture.list() gives me:
- [0] "name=Video Grabber,size=720x480,fps=0"
[1] "name=Video Grabber,size=720x480,fps=30"
[2] "name=Video Grabber,size=352x240,fps=30"
[3] "name=Video Grabber,size=352x480,fps=30"
[4] "name=Video Grabber,size=720x480,fps=0"
[5] "name=Video Grabber,size=720x480,fps=30"
[6] "name=Video Grabber,size=352x240,fps=30"
[7] "name=Video Grabber,size=352x480,fps=30"
[8] "name=Video Grabber,size=720x480,fps=0"
[9] "name=Video Grabber,size=720x480,fps=30"
[10] "name=Video Grabber,size=352x240,fps=30"
[11] "name=Video Grabber,size=352x480,fps=30"
Is there anything I can try to get this to work? I can get a different/better USB adaptor but I'd prefer to avoid it.
2