Difference between revisions of "Eyesis4Pi Calibration"
From ElphelWiki
(→Links) |
|||
Line 30: | Line 30: | ||
* [[Eyesis4Pi_data_structure|Data Structure Description]] | * [[Eyesis4Pi_data_structure|Data Structure Description]] | ||
* [[Eyesis4Pi_Calibration|Calibration Process]] | * [[Eyesis4Pi_Calibration|Calibration Process]] | ||
+ | [[Category:Eyesis4Pi]] |
Revision as of 08:58, 5 October 2012
IMU
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:
- IMU data: test.log-00001...00015
- Goniometer angles: ImageSet_orientation.csv
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)
- Other goniometer and camera parameters: Camera_parameters.csv
Links
- Code for parsing IMU log: PHP , Java.
- Eyesis4Pi Main Article
- Workflow
- User Guide - Recording
- User Guide - Post-Processing: Footage Procedures
- User Guide - Post-processing: ImageJ
- Data Structure Description
- Calibration Process