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

Added support for enabling video front camera mirroring #250

Closed jensgrud closed 8 years ago

rFlex commented 8 years ago

Hey, this looks fine to me. Thank you! Just incase: did you look at the "keepMirroringOnWrite" property? This will keep the mirroring for previewing for write the buffers at if they were not mirrored, instead of completely removing the mirroring.

jensgrud commented 8 years ago

Awesome, glad to hear! Did play around with the "keepMirroringOnWrite" but getting only audio when exporting from front camera. Still debugging here - will let you know how it goes.

joshuamanns commented 8 years ago

Hi, has there been any progress on fixing the audio only bug when using keepmirroringonwrite with front camera? Still having that issue using latest build

azatZ commented 8 years ago

This property hasn't affect on photo, taken with -capturePhoto method. Maybe configuration video mirroring should contain setting video mirroring on photo output video connection. Correct me if I wrong.