Changed topic type to question.
Moved to core library questions.
Your code is not runnable because it is misses brackets and imports. Looking at the code I think the problem is in line 24. You are adding a reference to the Capture object instead of a PImage. This doesn't throw an error because the Capture object probably extends PImage. To solve this try using:
Moved to core library questions.
Your code is not runnable because it is misses brackets and imports. Looking at the code I think the problem is in line 24. You are adding a reference to the Capture object instead of a PImage. This doesn't throw an error because the Capture object probably extends PImage. To solve this try using:
- imagesSoFar.add(cam.get());