tomstom
Results
2
comments of
tomstom
I checked the cli.py and the following line causes the issue in my case: ``` success = stab.full_auto_sync_parallel( max_fitting_error = args.auto_sync_error_margin, max_points=args.auto_sync, n_frames=args.sync_analyze_frames, sync_points=sync_points, debug_plots=False ) ``` I changed it...
To stabilize I recommand https://github.com/ElvinC/gyroflow , everything is already done there. You have only to convert the gyro data into something that GyroFlow understands. Based on the gyro data of...