CameraView icon indicating copy to clipboard operation
CameraView copied to clipboard

Change camera facing without restarting camera

Open usmanrana07 opened this issue 3 years ago • 1 comments

Problem to be addressed

Currently if we change the camera facing during video recording then camera restarts and our previous video capturing is stopped as camera stop is called.

There should be support for switching facing while recording.

usmanrana07 avatar Jul 05 '22 14:07 usmanrana07

It's not possible as the camera preview that is open already needs to be stopped & drop the frames to create new preview with new configs. You can put the animation overlay while switching the camera if you don't like what you see.

SweetD3v avatar Oct 13 '22 04:10 SweetD3v