summaryrefslogtreecommitdiff
path: root/cvtest/src
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-06-13 23:50:16 +0100
committerTim Redfern <tim@eclectronics.org>2012-06-13 23:50:16 +0100
commiteecd5a7eb92f24a1e9d3a2e6853363f23ccfccb2 (patch)
treead070ca7e75c7183b96a2e13237ca38430920a2d /cvtest/src
parent01529fbe5dd7cffbc78bd21118e601b0a47172d4 (diff)
bird starting to dive
Diffstat (limited to 'cvtest/src')
-rw-r--r--cvtest/src/testApp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cvtest/src/testApp.cpp b/cvtest/src/testApp.cpp
index cfde019..75df6c1 100644
--- a/cvtest/src/testApp.cpp
+++ b/cvtest/src/testApp.cpp
@@ -25,7 +25,7 @@ void testApp::setup(){
}
- vidPlayer.loadMovie("camoutput3.mov"); //cam-grass-01.mov"); // //footage/ camera needs to be the same res as opencv planes and output
+ vidPlayer.loadMovie("cam-grass-01.mov"); //camoutput3.mov"); //cam-grass-01.mov"); // //footage/ camera needs to be the same res as opencv planes and output
vidPlayer.setLoopState(OF_LOOP_NORMAL);
vidPlayer.play();