This is neither a question, nor an answer. It’s a WORKAROUND.
Quite a few people are complaining about this problem, and it should be addressed.
@admin, this doesn’t look like a firmware problem, because video recording works fine when started and kept in either foreground or background. The problem occurs when video recording starts in foreground, and then the app is switched to background. I suspect there is a race condition where the background thread tries to acquire the camera but the foreground thread doesn’t release it. To further help you with finding the right place to look at, the error pops when a file is closed and a new one is opened.
And here’s the WORKAROUND: in “Settings > Automatic mode”, check “Start in background” and “Start video recording”. As the setting names suggest, this will automatically start video recording in the background and will keep the app in the background as soon as you launch it. There will be no contention between a foreground and background thread.
Looking forward to the fix rollout.
- Bare Metal Dev asked 3 years ago
- last edited 3 years ago
- You must login to post comments
- Jakub asked 3 years ago
- last active 3 years ago
- Darius asked 5 years ago
- last active 4 years ago
- Karel Oesterreicher asked 3 years ago
- last active 3 years ago
- Gary T. Clark asked 3 years ago
- last active 2 years ago
- Bare Metal Dev asked 3 years ago
- last active 3 years ago
- Jan asked 3 years ago
- last active 3 years ago
- ΠΠ°Π²Π΅Π» asked 8 months ago
- last active 8 months ago
- Tomer asked 5 years ago
- last active 5 years ago
- John asked 5 years ago
- last active 5 years ago
- Anonymous asked 5 years ago
- last active 5 years ago
- ΠΠΌΠΈΡΡΠΈΠΉ asked 5 years ago
- last active 4 years ago
- ΠΠΌΠΈΡΡΠΈΠΉ asked 5 years ago
- last active 5 years ago
- ΠΠ»Π΅ΠΊΡΠ΅ΠΉ asked 5 years ago
- last active 5 years ago
- ΠΠ»Π΅ΠΊΡΠ΅ΠΉ asked 5 years ago
- last active 4 years ago
- Bob asked 5 years ago
- last active 4 years ago
- Derek asked 5 years ago
- last active 5 years ago
- Daniel asked 5 years ago
- last active 5 years ago
- 380 asked 5 years ago
- last active 5 years ago
- Mark asked 5 years ago
- last active 4 years ago
- Leo asked 5 years ago
- last active 5 years ago
Thanks for posting a workaround here. That may fix the problem when the error message is shown at the time of switching between foreground and background modes.
The app shows that error when the camera firmware throws a generic error code. But, according to the camera documentation, there can be a number of causes for that generic error code. The app can’t recover from that automatically, so the only option is to display some kind of error message.
- admin answered 3 years ago
- You must login to post comments
Please login first to submit.