working on pmovie

This commit is contained in:
benfry
2004-07-10 06:09:25 +00:00
parent 5d8f92c017
commit f99b1f7dc8
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -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) {
+1 -1
View File
@@ -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"
+6
View File
@@ -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