Hi, I’ve been looking for a reason why my code is not working. It does not matter what arguments I put in between parenthesis. The error message is always similar. Please help
import processing.video.*;
Capture video;
void setup() {
size(600, 400);
//Capture(parent, width, height, fps)
video = new Capture(this, 640, 480, 30);
}
you need to install the video library for processing through contribution manager. In your case, as you are using processing 3, the version for video library for processing 3.