diff --git a/controlsSetup.pde b/controlsSetup.pde index 164363b..e6b483b 100644 --- a/controlsSetup.pde +++ b/controlsSetup.pde @@ -736,9 +736,9 @@ List getControlNamesForWebcamPanel() controlNames.add(MODE_LIVE_CONFIRM_DRAW); // controlNames.add(MODE_VECTOR_PATH_LENGTH_HIGHPASS_CUTOFF); - controlNames.add(MODE_SHOW_WEBCAM_RAW_VIDEO); - controlNames.add(MODE_FLIP_WEBCAM_INPUT); - controlNames.add(MODE_ROTATE_WEBCAM_INPUT); +// controlNames.add(MODE_SHOW_WEBCAM_RAW_VIDEO); +// controlNames.add(MODE_FLIP_WEBCAM_INPUT); +// controlNames.add(MODE_ROTATE_WEBCAM_INPUT); return controlNames; } diff --git a/webcam.pde b/webcam.pde index 750a122..72ee8b9 100644 --- a/webcam.pde +++ b/webcam.pde @@ -203,7 +203,8 @@ public void webcam_captureCurrentImage(PImage inImage) public void webcam_captureCurrentImage() { // capturedImage = webcam_buildLiveImage(); -// webcam_captureCurrentImage(capturedImage); + if (getDisplayMachine().imageIsReady()) + webcam_captureCurrentImage(getDisplayMachine().getImage()); } public void webcam_processLoadedImage()