mirror of
https://github.com/euphy/polargraphcontroller
synced 2025-01-08 19:24:25 +01:00
Merge branch 'master' of https://github.com/euphy/polargraphcontroller
Conflicts: trace.pde
This commit is contained in:
commit
65a9c9afc1
@ -201,8 +201,9 @@ public void trace_captureCurrentImage(PImage inImage)
|
||||
|
||||
public void trace_captureCurrentImage()
|
||||
{
|
||||
// capturedImage = trace_buildLiveImage();
|
||||
trace_captureCurrentImage(getDisplayMachine().getImage());
|
||||
// capturedImage = webcam_buildLiveImage();
|
||||
if (getDisplayMachine().imageIsReady())
|
||||
webcam_captureCurrentImage(getDisplayMachine().getImage());
|
||||
}
|
||||
|
||||
public void trace_processLoadedImage()
|
||||
|
Loading…
Reference in New Issue
Block a user