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

Separate accelerometer and gyroscope options #19

Closed azaat closed 3 years ago

azaat commented 3 years ago

Closes #13

azaat commented 3 years ago

One test that checks if the video is stopped and saved after settings are opened seems to sometimes fail -- this is because it relies on short time of recording stop

Since we changed recording to stop asynchronously after the capture session closes (to avoid losing frames), we probably need to increase wait time or update test to wait asynchronously somehow

anastasiia-kornilova commented 3 years ago

@azaat , let's merge this now and move an incorrect test to issues not to lose it.