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

Slow shutter sound #285

Closed glm4 closed 8 years ago

glm4 commented 8 years ago

I'm having an weird issue with the shutter sound when taking a picture. Sometimes the shutter make like a pause at middle and then finish the sound, sometimes the pause is shorter, but it never is as fast as the native camera shutter sound. Thanks in advance.

MMasterson commented 8 years ago

@sherm4n90 sounds like something is a blocking the thread. A debug tip is to pause the application in the middle of the capturing and inspect the threads.

glm4 commented 8 years ago

@MMasterson Thks, I will take a look and let you know.

levantAJ commented 8 years ago

Thank you :)

Thanks & Best Regards,

Le Tai Mobile Software Engineer Mobile: +84 90 360 91 21 Email: sirlevantai@gmail.com Skype: sirlevantai

On Mar 23, 2016, at 12:59 AM, germ4n notifications@github.com wrote:

@MMasterson https://github.com/MMasterson Thks, I will take a look and let you know.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/rFlex/SCRecorder/issues/285#issuecomment-199939127

glm4 commented 8 years ago

@MMasterson Solved! was the [recorder stopRunning] in the viewWillDisappear method. Thanks