Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

Kinect project crashing when I toggle fullscreen (while it is running)

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles