rFlex / SCRecorder

iOS camera engine with Vine-like tap to record, animatable filters, slow motion, segments editing
Apache License 2.0
3.06k stars 583 forks source link

Continuous Exposure/white balanace doesn't seem to work well #301

Closed cerupcat closed 8 years ago

cerupcat commented 8 years ago

When testing exposure using SCRecorder vs the build in iOS video app, SCRecorder can take upwards of 10-20 seconds to get a AVCaptureDeviceSubjectAreaDidChangeNotification changed event which updates the focus/exposure. On the build in iOS video app it's almost instance. Any ideas what the issue could be?

I'm testing by putting a black piece of paper up to the camera and then removing and seeing how long it takes for the camera to adjust.

rFlex commented 8 years ago

Hey,

Is it related to your pull request at https://github.com/rFlex/SCRecorder/pull/302 ?

cerupcat commented 8 years ago

Yeah, fixed in the pull request. :)