elliotwoods / ofxRulr

An application and high level framework for calibrating spaces with devices. Built on openFrameworks
135 stars 15 forks source link

Bug : If webcam doesn't support resolution then View resolution is wrong #115

Open elliotwoods opened 8 years ago

elliotwoods commented 8 years ago

e.g. if webcam onlysupports 1280x720 but resolution is set to 1920x1080 in initialisation settings

actually we should report a fail in this case (failed to sete resolution to 1920x1080 because this camera doesn't support this resolution)