ISO Locking
johnnyshankman opened this issue · 0 comments
johnnyshankman commented
If this isn't the right place to make device-side feature requests let me know (I can tell this is the repo for the actual desktop OBS plugin itself).
I'd like to request that the iOS app have support for ISO locking, that way the app can be used in low-light situations without the automatic sensor setting the ISO to extremely high values and introducing excessive noise.
The method for setting custom exposure and ISO in Swift is setExposureModeCustom(duration:iso:completionHandler:)
Locks the exposure duration and ISO at the specified values.
It is a part of the AVCaptureDevice
API.
Thank you!