From 24bd98136d3c946ca5e5738cf990e20fd13b95dc Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 19 Jun 2013 14:18:35 +0100 Subject: Makfile --- src/testApp.h | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'src/testApp.h') diff --git a/src/testApp.h b/src/testApp.h index 43540c6..3038e09 100644 --- a/src/testApp.h +++ b/src/testApp.h @@ -88,6 +88,7 @@ class testApp : public ofBaseApp, public ofxMidiListener{ ofShader maskShader; bool showFPS; + bool fullScreen; ofImage testImage; @@ -129,23 +130,23 @@ class testApp : public ofBaseApp, public ofxMidiListener{ ofVideoGrabber grabber; - unsigned char *gammamap; - unsigned char *line1; - unsigned char *line2; + unsigned char *gammamap; + unsigned char *line1; + unsigned char *line2; unsigned char *outBuffer; - int camWidth,camHeight; - - float whitePt; - float blackPt; + int camWidth,camHeight; + + float whitePt; + float blackPt; float gamma; - bool field2; //flag that there is a 2nd field waiting to be processed - bool use2fields; - int frameTime,grabTime; //keep track of field timing + bool field2; //flag that there is a 2nd field waiting to be processed + bool use2fields; + int frameTime,grabTime; //keep track of field timing - bool deInterlace; + bool deInterlace; ofTexture outTexture; float F_movieSpeed; -- cgit v1.2.3