capture.framerate(); is not working

edited May 2015 in Library Questions

shortly, I write this code

myCapture = new Capture(this, 320, 240, Camera_name);

myCapture.frameRate(120);

but processing said that "The function framerate(int) does not exist."

What is the problem?

Tagged:

Answers

Sign In or Register to comment.