//-------------------------------------------------- int ofGetWidth(){ return (int)window->getWidth(); }
void testApp::onDepthFrame( ofPtr<ofShortPixels>& frame ) { cout << frame->getWidth() << "!" << endl; }