Open mzorz opened 5 years ago
Removing this one from the project since it was detected on our Camera2BasicHandler
implementation (it calls the Camera2BasicHandling.stopRecordingVideo
override), as can be seen here:
2019-09-16 16:15:33.517 16873-16873/com.automattic.portkey E/MessageQueue-JNI: java.lang.IllegalStateException
at android.media.MediaRecorder.stop(Native Method)
at com.automattic.photoeditor.camera.Camera2BasicHandling.stopRecordingVideo(Camera2BasicHandling.kt:820)
at com.automattic.photoeditor.state.BackgroundSurfaceManager.stopRecordingVideo(BackgroundSurfaceManager.kt:255)
...
and we decided to move forward with CameraXBasicHandler
which sits on top of the now actively developed CameraX library.
cc @aforcier
Motorola Moto e5 Play Android 8.1
If I try to save video, it starts, but after a few seconds it crashes with this: