Structure containing intrinsic and extrinsic parameters of the camera (translation and rotation). More...
Data Fields | |
struct SL_CameraParameters | left_cam |
Intrinsic SL_CameraParameters of the left camera. | |
struct SL_CameraParameters | right_cam |
Intrinsic SL_CameraParameters of the right camera. | |
struct SL_Vector4 | rotation |
Left to right camera rotation, expressed in user coordinate system and unit (defined by SL_InitParameters.coordinate_system). | |
struct SL_Vector3 | translation |
Left to right camera translation, expressed in user coordinate system and unit (defined by SL_InitParameters.coordinate_system). | |
Structure containing intrinsic and extrinsic parameters of the camera (translation and rotation).
That information about the camera will be returned by sl_get_camera_information().