diff options
| author | Tim <tim@Admins-Mac-Pro-2.local> | 2013-06-19 14:18:35 +0100 |
|---|---|---|
| committer | Tim <tim@Admins-Mac-Pro-2.local> | 2013-06-19 14:18:35 +0100 |
| commit | 24bd98136d3c946ca5e5738cf990e20fd13b95dc (patch) | |
| tree | 0e3cd90ebb2c4b9532ff111b12da22eb34d07039 /src/testApp.h | |
| parent | d035816f49ad9d8d7ae42d5e1aec7207cd84820e (diff) | |
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; |
