inspirit / PS3EYEDriver

PS3EYE Camera Driver for OSX and Windows
Other
316 stars 92 forks source link

Added functions to set the resolution if the camera is not streaming #42

Open zelmon64 opened 7 years ago

zelmon64 commented 7 years ago

The width and height can independantly be specified and the other variable will be set to it's corresponding value. This will return true if the camera is not streaming and will return false (and not apply any values) if the camera is in use.

This has been added with a similar method to setFrameRate (and again for PSMoveService) so hopefully there should be no issues with it.