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
173 stars 19 forks source link

Two-staged RecSync workflow #52

Closed TimPushkin closed 2 years ago

TimPushkin commented 2 years ago

RecSync workflow is changed with recording start divided into two stages:

  1. Video preparation (up to and including the camera_controller.initVideoRecorderPostPrepare call)
  2. Recording start (after the camera_controller.initVideoRecorderPostPrepare call)

Related fixed bugs: