dlktdr / HeadTracker

This project is built to record the orientation a FPV headset to allow the camera on your RC to follow your head movements.
GNU General Public License v3.0
378 stars 90 forks source link

Add new Gyro Calibration Routine #130

Closed dlktdr closed 1 year ago

dlktdr commented 1 year ago

Until a new algorithm is introduced we need a gyro calibration routine.

Currently in master there is none, it is removed from the GUI (Which was flawed) as the values can change over time/temp.

The on-boot method is also currently removed as it could sometimes be too sensitive at times.

dlktdr2 commented 1 year ago

See Pull request #140