P3D and Capture don't work together (Processing 2.0)
in
Core Library Questions
•
3 months ago
When I use P3D mode and camera capture in one sketch it doesn't run.
Tried on both OSX and Windows 32/64 machines.
Could someone help me?
- size(displayWidth, displayHeight, P3D);
- frameRate(30);
- cam = new Capture(this, Capture.list()[10]);
- cam.start();
1