@omarieclaire wrote:
I want to be able to run my openFrameworks project in fullscreen (or even better, fullscreen on a second monitor or projector) but when I toggle fullscreen it always crashes.
I don't even really know where to look to fix my problem.
This looks in order to me:
case 'f': ofToggleFullscreen(); ofHideCursor(); break;
So maybe it is something here, when I scale the image?
//scales the drawn image so to size imageScale.x = ofGetWidth() / kinect.getWidth(); imageScale.y = ofGetHeight() / kinect.getHeight();
Posts: 3
Participants: 2