I have several USB 2860 capture devices, but they don't seem to work with the Video 2.0 library or GSVideo 1.0. the USB capture devices allows me to bring in any NTSC video source. I'm attempting to use a thermal camera.
The Video library 2.0 gives an error, and GSVideo 1.0 doesn't output any errors but still fails to load any video. I've tried it with processing 1.5 and 2.0, and I'm running windows 7 64bit. Here's the error I get when running the gettingstartedcapturewin with processing 2.0's video library.
Video library version: 2.0
Available cameras:
USB 2860 Capture
0:00:00.654038000 7924 1962EE88 ERROR dshowvideosrc gstdshowvideosrc.cpp:586:gst_dshowvideosrc_change_state: Can't RUN the directshow capture graph (error=0x8007048f)
I know the device works with directshow because the amcap.exe example in the directshow sdk captures the video just fine. I'm just hoping that someone else has had this error and knows how to fix it.
I hope this is the right place for some help getting started with android processing.
I'm running windows vista 64bit. Here's the steps I took. I downloaded the latest version of the build (190). I downloaded the android sdk and installed the package sdk platform api7, revision 2. I don't know if revision 2 makes a difference. I set the android_sdk environment variable. I setup a virtual device but I didn't know what name to give it, so I called it Android. I don't know if processing is looking for specific name. When I try to run some code I get the errors below. I'm sorry if I couldn't find the right guide to set this up but its been a few days and I'm feeling lost. Thanks, Walter