We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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?
int
public
Thank you very much GoToLoop :)
Answers
https://github.com/processing/processing-video/blob/master/src/processing/video/Capture.java#L183
int
:https://github.com/processing/processing-video/blob/master/src/processing/video/Capture.java#L225
public
:https://github.com/processing/processing-video/blob/master/src/processing/video/Capture.java#L82
Thank you very much GoToLoop :)