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
trouble with quicktime? (Read 571 times)
trouble with quicktime?
Dec 17th, 2006, 6:33pm
 
Anyone had/having trouble with processing initialising webcams? My eye toy has been working fine on my mac but just recently it's been acting funny in processing (works fine in other applications). If you play a sketch it will work fine the first time, but if you stop it then restart it doesn't work. I'm having to restart my mac every time just to play a sketch once.

It only seems to be acting up when using blobDetection or JYmron.

this is what it says

quicktime.std.StdQTException[QTJava:6.1.5g],-9405=couldntGetRequiredComponent,QT.vers:7138000

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:2292)

at processing.core.PApplet.die(PApplet.java:2310)

at processing.video.Capture.<init>(Capture.java:220)

at processing.video.Capture.<init>(Capture.java:114)

at Temporary_7301_5837.setup(Temporary_7301_5837.java:37)

at processing.core.PApplet.handleDisplay(PApplet.java:1244)

at processing.core.PGraphics.requestDisplay(PGraphics.java:564)

at processing.core.PApplet.run(PApplet.java:1413)

at java.lang.Thread.run(Thread.java:613)


...yet it works when you press play the first time??
Page Index Toggle Pages: 1