We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
IR CAM not found (Read 536 times)
IR CAM not found
Jul 21st, 2006, 8:50pm
 
hi,

I have a big problem with getting a video signal from an eneo b/w IR-CAM (PAL) into processing via Firewire. when I'm running blobdetection by v3ga
I get no input - nothing else than this error message appears:

quicktime.std.StdQTException[QTJava:6.1.3b1],-9405=couldntGetRequiredComponent,QT.vers:7038000
at quicktime.std.StdQTException.checkError(StdQTException.java:38)

java.lang.RuntimeException: No capture could be found, or the VDIG is not installed correctly.
at processing.core.PApplet.die(PApplet.java:2112)
at processing.core.PApplet.die(PApplet.java:2130)
at processing.video.Capture.<init>(Capture.java:209)
at processing.video.Capture.<init>(Capture.java:110)
at Temporary_4815_1155.setup(Temporary_4815_1155.java:32)
at processing.core.PApplet.handleDisplay(PApplet.java:1269)
at processing.core.PGraphics.requestDisplay(PGraphics.java:535)
at processing.core.PApplet.run(PApplet.java:1152)
at java.lang.Thread.run(Thread.java:552)



I'm working on MAC OSX 10.3

do you have any idea what the problem might be?
thanks, cass


Re: IR CAM not found
Reply #1 - Aug 6th, 2006, 9:30am
 
what version of quicktime are you running? also, try getting a list using video.list() and choosing that one under your code when you do myCapture = new Capture(this, s, width, height, 30); and change s into exact phrasing on the capture device given in the list. so if it's DV say "DV" in s
Page Index Toggle Pages: 1