diff options
Diffstat (limited to 'cvtest')
| -rw-r--r-- | cvtest/cvtest.layout | 8 | ||||
| -rw-r--r-- | cvtest/src/testApp.cpp | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/cvtest/cvtest.layout b/cvtest/cvtest.layout index bc9e1d9..3ca279e 100644 --- a/cvtest/cvtest.layout +++ b/cvtest/cvtest.layout @@ -4,16 +4,16 @@ <File name="Makefile" open="0" top="0" tabpos="5"> <Cursor position="0" topLine="24" /> </File> - <File name="addons.make" open="1" top="0" tabpos="1"> + <File name="addons.make" open="1" top="0" tabpos="2"> <Cursor position="26" topLine="0" /> </File> <File name="config.make" open="0" top="0" tabpos="2"> <Cursor position="361" topLine="0" /> </File> - <File name="src/testApp.cpp" open="1" top="1" tabpos="3"> - <Cursor position="2817" topLine="79" /> + <File name="src/testApp.cpp" open="1" top="1" tabpos="4"> + <Cursor position="2817" topLine="75" /> </File> - <File name="src/testApp.h" open="1" top="0" tabpos="2"> + <File name="src/testApp.h" open="1" top="0" tabpos="3"> <Cursor position="1113" topLine="17" /> </File> </CodeBlocks_layout_file> 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(); |
