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
Capture settings error (Read 358 times)
Capture settings error
Mar 18th, 2008, 3:04pm
 
Hello

How comes i can't open the settings for the capture?

Example code:

Quote:


import processing.video.*;
Capture myCapture;

void setup()
{
 size(200, 200);
 myCapture = new Capture(this, width, height, 30);
 myCapture.settings();
}



but i get an error


Quote:
SystemFlippers: didn't consume all data for DLOG ID -19199 (pBase = 0x1d9a90d0, p = 0x1d9a90e8, pEnd = 0x1d9a9138)
SystemFlippers: didn't consume all data for DLOG ID -19199 (pBase = 0x1d9a90d0, p = 0x1d9a90e8, pEnd = 0x1d9a9138)
quicktime.std.StdQTException[QTJava:7.4.1g],-192=resNotFound,QT.vers:7418000

at quicktime.std.StdQTException.checkError(StdQTException.java:38)

java.lang.RuntimeException: Error inside Capture.settings()

at processing.video.Capture.settings(Capture.java:480)

at Temporary_7570_9664.setup(Temporary_7570_9664.java:8)

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

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

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

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



I am using mac os 10.5.2, and quicktime 7.4.1 and processing 0135
Page Index Toggle Pages: 1