mirror of
https://github.com/euphy/polargraphcontroller
synced 2025-01-09 19:55:16 +01:00
Further removal of webcam.
This commit is contained in:
parent
256f2b8a05
commit
72747f18f5
@ -736,9 +736,9 @@ List<String> getControlNamesForWebcamPanel()
|
|||||||
controlNames.add(MODE_LIVE_CONFIRM_DRAW);
|
controlNames.add(MODE_LIVE_CONFIRM_DRAW);
|
||||||
// controlNames.add(MODE_VECTOR_PATH_LENGTH_HIGHPASS_CUTOFF);
|
// controlNames.add(MODE_VECTOR_PATH_LENGTH_HIGHPASS_CUTOFF);
|
||||||
|
|
||||||
controlNames.add(MODE_SHOW_WEBCAM_RAW_VIDEO);
|
// controlNames.add(MODE_SHOW_WEBCAM_RAW_VIDEO);
|
||||||
controlNames.add(MODE_FLIP_WEBCAM_INPUT);
|
// controlNames.add(MODE_FLIP_WEBCAM_INPUT);
|
||||||
controlNames.add(MODE_ROTATE_WEBCAM_INPUT);
|
// controlNames.add(MODE_ROTATE_WEBCAM_INPUT);
|
||||||
return controlNames;
|
return controlNames;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -203,7 +203,8 @@ public void webcam_captureCurrentImage(PImage inImage)
|
|||||||
public void webcam_captureCurrentImage()
|
public void webcam_captureCurrentImage()
|
||||||
{
|
{
|
||||||
// capturedImage = webcam_buildLiveImage();
|
// capturedImage = webcam_buildLiveImage();
|
||||||
// webcam_captureCurrentImage(capturedImage);
|
if (getDisplayMachine().imageIsReady())
|
||||||
|
webcam_captureCurrentImage(getDisplayMachine().getImage());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void webcam_processLoadedImage()
|
public void webcam_processLoadedImage()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user