Eyesis4Pi Calibration: Difference between revisions

From ElphelWiki
Jump to navigation Jump to search
Oleg (talk | contribs)
Created page with "==IMU== {| |500px|thumb|Fig.1 Positive rotation angles in the calibration machine |valign='top'|[[File:Goniometer.jpeg|400px|thum..."
 
Oleg (talk | contribs)
mNo edit summary
Line 23: Line 23:
==Links==
==Links==
* Code for parsing IMU log: [http://community.elphel.com/files/imu/read_imu_log.php_txt PHP ], [http://community.elphel.com/files/imu/java/ Java].
* Code for parsing IMU log: [http://community.elphel.com/files/imu/read_imu_log.php_txt PHP ], [http://community.elphel.com/files/imu/java/ Java].
* [[Elphel_Eyesis4Pi|Eyesis4Pi Main Article]]
* [[Eyesis4Pi_workflow|Workflow]]
* [[Eyesis4Pi_User_Guide|User Guide - Recording]]
* [[Eyesis4Pi_Footage_Procedures_page|User Guide - Post-Processing: Footage Procedures]]
* [[Eyesis4pi_Post-Processing|User Guide - Post-processing: ImageJ]]
* [[Eyesis4Pi_data_structure|Data Structure Description]]
* [[Eyesis4Pi_Calibration|Calibration Process]]

Revision as of 23:24, 4 October 2012

IMU

Fig.1 Positive rotation angles in the calibration machine
Fig.2 Goniometer
Fig.3 IMU in Eyesis4π

During the calibration process the goniometer rotates the camera about 2 axes (y & z on Fig.1) by precisely known angles. To calibrate IMU one needs to match the goniometer angles with the IMU data. Notes:

  • The images are taken in the middle of the rest state of the goniometer.
  • IMU log contains 3 types of events: IMU data packet, GPS data packet, Image captured.
  • Images timestamps are recorded in the IMU log.

Calibration process output examples:

Camera 00:0E:64:08:1B:89 IMU calibration data:

Axial - angle about the z-axis in degrees (positive rotation is shown on Fig.1)
Tilt - angle about the y-axis in degrees (positive rotation is shown on Fig.1)

Links