Problem with live video feed in Processing

Thanks for the tip! The following worked for me:

cam = new Capture(this, 640, 480, "pipeline:autovideosrc ! video/x-raw, width=640, height=480, framerate=30/1");
1 Like