You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be reproducible on both v68 and v69, so it doesn't seem to be something that was introduced in the last version.
If you have the global mic toggle off and start a video recording, the recording will crash a few seconds in with "Error 4". Keep in mind tha this happens even if you choose to unlock the mic when prompted after pressing record.
If the global mic toggle is on before starting to record a video, it works fine.
The text was updated successfully, but these errors were encountered:
Chiming in here, I was able to reproduce this issue in the latest stable build (version 74) of the Camera app.
Steps to reproduce:
Open the Camera app, and navigate to shoot a video
Turn off the global microphone permissions
Hit record
You can either allow or deny the request from the permissions pop up, it does not alter the result
The camera app then halts the recording and produces an error message:
"An error has occurred finishing the current recording, error code: 4".
It still saves the recording before the error message appears into the camera roll.
It should be noted that whether the camera permissions are on or off, there is no change in the result. The microphone access being off seems to be the key component causing the error.
There's no way for the application to know that the application has been paused due to this dialog (or read the global mic state), but we could figure a way to deal with this while fully implementing persistent recording to support recording in background in the near future
This seems to be reproducible on both v68 and v69, so it doesn't seem to be something that was introduced in the last version.
If you have the global mic toggle off and start a video recording, the recording will crash a few seconds in with "Error 4". Keep in mind tha this happens even if you choose to unlock the mic when prompted after pressing record.
If the global mic toggle is on before starting to record a video, it works fine.
The text was updated successfully, but these errors were encountered: