VideoIO
VideoIO copied to clipboard
Adds a method to set the capture session preset alongside a device change
Also allows changes to be locked (for macOS) and the configurator to be set when switching video device Includes change from PR #37
I need more background of these changes. Can you provide some use cases?
The theory here was that it was beneficial to be able to set the preset and format (particularly for macOS) within the same call, but in retrospect it seems like this would be better handled outside of VideoIO. All of the required object such as captureSession are public.