VideoIO icon indicating copy to clipboard operation
VideoIO copied to clipboard

Adds a method to set the capture session preset alongside a device change

Open dsmurfin opened this issue 4 years ago • 2 comments

Also allows changes to be locked (for macOS) and the configurator to be set when switching video device Includes change from PR #37

dsmurfin avatar Mar 06 '22 16:03 dsmurfin

I need more background of these changes. Can you provide some use cases?

YuAo avatar Mar 08 '22 04:03 YuAo

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.

dsmurfin avatar Mar 09 '22 16:03 dsmurfin