imaginary-cloud / CameraManager

Simple Swift class to provide all the configurations you need to create custom camera view in your app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I found BUGS.

Marlunes opened this issue · comments

  1. Default output is .stillImage, Default Flash to .off
  2. Set Flash to .on
  3. Change the output to .videoWithMic
  4. Change the device camera to .back
  5. Record a video

Bugs: Recorded video doesn't have sound(sound works fine with front device)
Flash/Torch Doesn't work.

Actually the bug is when you change the cameraDevice and record a video, the audio is mute.

Any updates on this? I am having the same problem.

Still having this problem, does anyone know a fix or if this is going to be fixed?

Edit: I implemented a solution from this answer using torch mode instead of flash mode.

@Marlunes,

the issue regarding video not having sound it's fixed on v4.0.2.
The Flash issue still needs more testing.

Closing this issue, because it was a list of bugs that were resolved in previous versions.