In Processing 3, the video stream freezes at the first frame while the sketch continues to play on top of the frozen video background. For example with the Video/Capture/BrightnessTracking example, if I change size(640, 480); to size(640, 480,P3D);
It is working with Processing 2, now I am using Processing 3.1.1 on Windows10 Am I alone with this problem or is this a known bug?