Loading...
Logo
Processing Forum
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?

Copy code
  1.   size(displayWidth, displayHeight, P3D);
  2.   frameRate(30);

  3.   cam = new Capture(this, Capture.list()[10]);
  4.   cam.start();

Replies(1)

I recall somebody mentioning a similar problem. You should check if there is a bug opened in the issues list.