From eecd5a7eb92f24a1e9d3a2e6853363f23ccfccb2 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 13 Jun 2012 23:50:16 +0100 Subject: bird starting to dive --- cvtest/src/testApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cvtest/src') 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(); -- cgit v1.2.3