It seems that the issue has been resolved for switching cameras while recording in version 10.4 of the camera package. However, whenever I use the setDescription() function to switch cameras, I get a platform exception when I stop the video recording. I get the same exception when using the example from pub.dev. I’m using version 0.10.5+9 for the camera package. Has anybody been able to switch cameras while recording using the plugin?
CameraException (CameraException(error, stop failed.))
I’ve tried changing the resolution when initializing the camera controller, but the same error occurs.
Using the example on pub.dev results in the same exception when recording.
I tried this solution, but I still have the same problem.