MobileRoboticsSkoltech / OpenCamera-Sensors

Android app for synchronized recording of video and IMU data with advanced camera options, useful for 3D reconstruction, SLAM, AR, video stabilization. Supports remote control over network.
GNU General Public License v3.0
176 stars 19 forks source link

Stop video with IMU recording #56

Open HarborC opened 2 years ago

HarborC commented 2 years ago

Thanks for your great application. There is a strange problem. The error message “Stop video with IMU recording” displays in the screen, while I record video with imu recording. Why this happens?

azaat commented 2 years ago

Thank you for the feedback! This could mean that there was an error during video recording initialization, which led to immediate stopping. I guess there are some errors in the initialization process which are not (yet) reported in the UI, so it would be great if you could share the app logs of when this happens (for example, run application with logcat)

HarborC commented 2 years ago

logcat_12-01-2021_08-54-11.txt Thanks, I used Logcat Reader to record the app logs of when this happens.