mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
working on pmovie
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user