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
Documentation Error (Read 773 times)
Documentation Error
Feb 20th, 2009, 9:59am
 
On: http://www.processing.org/reference/libraries/video/captureEvent_.html

in the examples:

myCapture = new Capture(this, s, width, height, 30);

and

myCapture = new Capture(this, caps[0], width, height, 30);
 myCapture = new Capture(this, caps[1], width, height, 30);

are inaccurate. I believe that Capture is:

(this, width, height, device, fps)
Page Index Toggle Pages: 1