wisescootering / infrareddrone

Aerial infrared photography
GNU Affero General Public License v3.0
15 stars 4 forks source link

Fix modulo on angle in synchro_by_aruco #19

Closed balthazarneveu closed 2 years ago

balthazarneveu commented 2 years ago

image

It seems like removing the first image would be a quick & dirty fix...

balthazarneveu commented 2 years ago

Recheck previous synchro

  1. FLY-TEST image

  2. FLY-20220125-Blassac-Synchro1/Synchro Horloges - OK

image

  1. FLY-20220125-Blassac-Synchro1/Synchro Horloges_2 - OK image

python .\synchronization\synchro_by_aruco.py --folder "E:\irdrone_data\Synchro_v4" --vis "DJI*.JPG" --nir "20*.JPG" image

  1. tourbieres plaine - Vol 1 - OK image

  2. FLY-20220524-Thaumiers-Vol - OK image python .\synchronization\synchro_by_aruco.py --folder "E:\irdrone_data\FLY-20220524-Thaumiers-Vol1\Synchro"

  3. FLY-20220524-Thaumiers-Vol2 - OK python .\synchronization\synchro_by_aruco.py --folder "E:\irdrone_data\FLY-20220524-Thaumiers-Vol2\Synchro" image

WARNING! please note that for FLY-20220524-Thaumiers-Vol2 . n error will pop during the first try image

Manual adjustment works fine ! image

balthazarneveu commented 2 years ago

image Tourbière Vol 2 - OK

balthazarneveu commented 2 years ago

Still had issue with modulo (sequence FLY-20220528-Saint-ilpize) in case the 2 timelapse had a strong "start" difference

image

Added a manual roll_offset option. image

image

See 8b90451ed1ccb081e335a6334b7ab0d029d3f5a8