Quantcast
Channel: Processing Forum
Viewing all articles
Browse latest Browse all 1768

Re : Adding captures to array

$
0
0
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:
  1. imagesSoFar.add(cam.get());



Viewing all articles
Browse latest Browse all 1768

Trending Articles