diff options
Diffstat (limited to 'src/testApp.h')
| -rw-r--r-- | src/testApp.h | 23 |
1 files changed, 12 insertions, 11 deletions
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; |
