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/cvtest.layout | 8 ++++---- cvtest/src/testApp.cpp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'cvtest') 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 @@ - + - - + + - + 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