Intrinsic and Extrinsic parameters of the camera (translation and rotation). More...
Attributes | |
float3 | R |
float3 | T |
CameraParameters | left_cam |
CameraParameters | right_cam |
Intrinsic and Extrinsic parameters of the camera (translation and rotation).
Those information about the camera will be returned by Camera::getCameraInformation().
float3 R |
float3 T |
Translation between the two sensors. T.x is the distance between the two cameras (baseline) in the sl::UNIT chosen during sl::Camera::open (mm, cm, meters, inches...).
CameraParameters left_cam |
Intrinsic parameters of the left camera
CameraParameters right_cam |
Intrinsic parameters of the right camera