ju1ce / April-Tag-VR-FullBody-Tracker

Full-body tracking in VR using AprilTag markers.
MIT License
1.12k stars 54 forks source link

Report failed opencv camera options to user #129

Open funnbot opened 1 year ago

funnbot commented 1 year ago

The VideoCapture::set function returns a bool if the option is supported for the cameras backend, although returning true does not guarantee the option was set. Any options that are not supported by the backend should be reported to the user.