Component video input?

I need to import a component video source into Processing using the Video library or similar. I am currently using an EasyCAP dongle as my hardware interface. The video displays fine in the EasyCAP software. When I display all available imaging devices using Capture.list(), the EasyCAP displays as an "OEM Capture" device, but when I select that as my input source, no video is processed, and cam.available() returns false for the device (same results whether or not I run the EasyCAP software concurrently). Does anyone here know how to force Processing to "see" the device as available, or is anyone successfully using an other video-capture device with Processing? Platform is Windows 7 PC. Thanks!

Sign In or Register to comment.