Calibration
¶
Bases: Record
Camera Calibration data
Attributes:
-
crc–CRC of the calibration data.
-
left_camera_matrix–Camera matrix of the left eye camera.
-
left_distortion_coefficients–Distortion coefficients of the left eye camera.
-
left_extrinsics_affine_matrix–Extrinsics affine matrix of the left eye camera.
-
right_camera_matrix–Camera matrix of the right eye camera.
-
right_distortion_coefficients–Distortion coefficients of the right eye camera.
-
right_extrinsics_affine_matrix–Extrinsics affine matrix of the right eye camera.
-
scene_camera_matrix–Camera matrix of the scene camera.
-
scene_distortion_coefficients–Distortion coefficients of the scene camera.
-
scene_extrinsics_affine_matrix–Extrinsics affine matrix of the scene camera.
-
serial–Serial number of the Neon module.
-
version(int) –Version of the calibration data.
Source code in src/pupil_labs/neon_recording/timeseries/array_record.py
55 56 57 58 59 60 61 | |
left_camera_matrix
class-attribute
instance-attribute
¶
left_camera_matrix = fields[NDArray[float64]]('left_camera_matrix')
Camera matrix of the left eye camera.
left_distortion_coefficients
class-attribute
instance-attribute
¶
left_distortion_coefficients = fields[NDArray[float64]]('left_distortion_coefficients')
Distortion coefficients of the left eye camera.
left_extrinsics_affine_matrix
class-attribute
instance-attribute
¶
left_extrinsics_affine_matrix = fields[NDArray[float64]]('left_extrinsics_affine_matrix')
Extrinsics affine matrix of the left eye camera.
right_camera_matrix
class-attribute
instance-attribute
¶
right_camera_matrix = fields[NDArray[float64]]('right_camera_matrix')
Camera matrix of the right eye camera.
right_distortion_coefficients
class-attribute
instance-attribute
¶
right_distortion_coefficients = fields[NDArray[float64]]('right_distortion_coefficients')
Distortion coefficients of the right eye camera.
right_extrinsics_affine_matrix
class-attribute
instance-attribute
¶
right_extrinsics_affine_matrix = fields[NDArray[float64]]('right_extrinsics_affine_matrix')
Extrinsics affine matrix of the right eye camera.
scene_camera_matrix
class-attribute
instance-attribute
¶
scene_camera_matrix = fields[NDArray[float64]]('scene_camera_matrix')
Camera matrix of the scene camera.
scene_distortion_coefficients
class-attribute
instance-attribute
¶
scene_distortion_coefficients = fields[NDArray[float64]]('scene_distortion_coefficients')
Distortion coefficients of the scene camera.
scene_extrinsics_affine_matrix
class-attribute
instance-attribute
¶
scene_extrinsics_affine_matrix = fields[NDArray[float64]]('scene_extrinsics_affine_matrix')
Extrinsics affine matrix of the scene camera.
serial
class-attribute
instance-attribute
¶
Serial number of the Neon module.