Structure containing intrinsic and extrinsic parameters of the camera (translation and rotation). More...
Attributes | |
CameraParameters | leftCam |
Intrinsic sl.CameraParameters of the left camera. More... | |
CameraParameters | rightCam |
Intrinsic sl.CameraParameters of the right camera. More... | |
Quaternion | Rot |
Left to right camera rotation, expressed in user coordinate system and unit (defined by sl.InitParameters.coordinateSystem). More... | |
Vector3 | Trans |
Left to right camera translation, expressed in user coordinate system and unit (defined by sl.InitParameters.coordinateSystem). More... | |
Structure containing intrinsic and extrinsic parameters of the camera (translation and rotation).
That information about the camera will be returned by sl.Camera.GetCameraInformation().
CameraParameters leftCam |
Intrinsic sl.CameraParameters of the left camera.
Referenced by Camera.GetFOV().
CameraParameters rightCam |
Intrinsic sl.CameraParameters of the right camera.
Quaternion Rot |
Left to right camera rotation, expressed in user coordinate system and unit (defined by sl.InitParameters.coordinateSystem).
Vector3 Trans |
Left to right camera translation, expressed in user coordinate system and unit (defined by sl.InitParameters.coordinateSystem).