RealsenseCamera
Inherits from:Camera
No class docstring.
Inherited methods
- From
Camera:getData,setCameraIntrinsics,getCameraSettings,setCameraSettings
init
init_camera
cleanup
getImage
Arguments
type of image to retrieve (“rgb”, “depth”, “infrared”). Defaults to rgb.
getStereoImagePair
getAllImages
getCameraIntrinsics
getCameraMatrix
Arguments
str, Describes which camera sensor to get the matrix for. Valid values are: - “color” or “rgb” or None: the color camera (default) - “left” or “infrared”: the left infrared camera - “right”: the right infrared camera
getDistortionCoefficients
getExtrinsics
Arguments