//-------------------------------------------------- int ofGetHeight(){ return (int)window->getHeight(); }
void testApp::onColorFrame( ofPtr<ofPixels>& frame ) { cout << frame->getHeight() << "?" << endl; }