Currently, the camera_android_camerax plugin only raises an error if video recording results in a null file path; see source. However, there are a bunch of camera video recording errors that can be thrown; see VideoRecordEvent.Finalize docs. We should handle/raise these as we see fit for easier plugin development and so that app developers can handle errors if possible.
Currently, the
camera_android_cameraxplugin only raises an error if video recording results in a null file path; see source. However, there are a bunch of camera video recording errors that can be thrown; seeVideoRecordEvent.Finalizedocs. We should handle/raise these as we see fit for easier plugin development and so that app developers can handle errors if possible.