wtsnz / obs-ios-camera-source

Use your iPhone camera as a video source in OBS Studio and stream high quality video from your iPhone's camera over USB

Home Page:https://obs.camera/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ISO Locking

johnnyshankman opened this issue · comments

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!