Processing camera

Try this sketch

void setup() {
  size(550,550);
}

void draw() {
  background(0);
}

Do you get the same error? If you do then it is nothing to do with the video library.

Not my specialist area but I did a google search and it provided a number of links that might help.

If you need further help on this topic it would be useful to know what OS and version of Processing you are using.

2 Likes