From 3d5588a7ead64f3b11ef132f21469b9471819850 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 21 Mar 2012 20:48:21 +0000 Subject: misc --- src/testApp.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'src/testApp.h') diff --git a/src/testApp.h b/src/testApp.h index 24bcbe9..32dae89 100644 --- a/src/testApp.h +++ b/src/testApp.h @@ -22,7 +22,9 @@ have to track how many frames each key has been pressed for #define CALIBRATE 1 #define DISPLAY 2 -#define NOTHING 3 +#define GRAB 3 +#define NOTHING 4 + #include "ofMain.h" #include "ofxXmlSettings.h" @@ -72,5 +74,12 @@ class testApp : public ofBaseApp{ ofxXmlSettings XML; bool light; - + + ofVideoGrabber vidGrabber; + + unsigned char * videoInverted; + ofTexture videoTexture; + int camWidth; + int camHeight; + }; -- cgit v1.2.3