diff options
Diffstat (limited to 'cvtest/src')
| -rw-r--r-- | cvtest/src/testApp.cpp | 2 |
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(); |
