Menu

Recording Stops When Bluetooth Disconnects

Anonymous
2017-10-15
2025-01-07
  • Anonymous

    Anonymous - 2017-10-15

    Hey guys, looking for a possible solution for when I am using a remote Bluetooth device to take videos. I can start the recording without issue, but after 1.5 min the remote automatically shuts off and the camera stops recording. Is there any settings on my phone or on the app that could prevent this?

     
  • Anonymous

    Anonymous - 2020-06-04

    According to
    https://stackoverflow.com/questions/31032042/android-get-restarted-once-it-is-connected-or-disconnected-to-bluetooth-device

    Android recreates activity in case of any configuration change (ex: when detects button or keyboard bluetooth connection). My xiaomi camera does it too, but I don't have the source code to fix it :-P

    You can avoid disconnections by modifying the source code in OpenCamera!!!

    In AndroidManifest.xml file, replace:

    android:configChanges="orientation|screenSize|keyboardHidden"

    by

    android:configChanges="orientation|screenSize|keyboardHidden|navigation|keyboard"

     
  • Anonymous

    Anonymous - 2022-10-27

    Thanks a lot for the manifest tips!

     
  • Anonymous

    Anonymous - 2025-01-07

    How do you do this? I don't know how to modify app source codes.

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.