diff --git a/processing/app/PdeRuntime.java b/processing/app/PdeRuntime.java index 3e3be5226..08dfa10f4 100644 --- a/processing/app/PdeRuntime.java +++ b/processing/app/PdeRuntime.java @@ -335,7 +335,7 @@ public class PdeRuntime implements PdeMessageConsumer { public void message(String s) { - //System.err.println("M" + s.length() + ":" + s); + //System.out.println("M" + s.length() + ":" + s); // this is PApplet sending a message (via System.out.println) // that signals that the applet has been quit. if (s.indexOf(PApplet.EXTERNAL_QUIT) == 0) { diff --git a/processing/build/windows/make.sh b/processing/build/windows/make.sh index b640744fc..fb7845e7c 100755 --- a/processing/build/windows/make.sh +++ b/processing/build/windows/make.sh @@ -222,7 +222,7 @@ else exit 1; fi cd ../../lib/video -../../build/windows/work/jikes +D -classpath "$QTJAVA;$CLASSPATH" -d . PCamera.java +../../build/windows/work/jikes +D -classpath "$QTJAVA;$CLASSPATH" -d . *.java zip -r0q video.jar processing rm -rf processing cp video.jar "C:\\Documents and Settings\\fry\\My Documents\\sketchbook\\new_camera_action\\code" diff --git a/processing/todo.txt b/processing/todo.txt index e7a8891f8..78d29053c 100644 --- a/processing/todo.txt +++ b/processing/todo.txt @@ -265,6 +265,12 @@ X is it possible to check if new frames are available? X properly synchronize() the pixels X may need to always copy to a new array? (or does it already?) +040709 later evening +X working on movie setup + +040710 + +_ get movie working again _ provide a useful error message when winvdig not installed (for capture) _ also be able to set one in particular