pyrealsense2.calibration_type¶
- class pyrealsense2.calibration_type¶
Calibration type for use in device_calibration
Members:
auto_depth_to_rgb
manual_depth_to_rgb
thermal
- __init__(self: pyrealsense2.calibration_type, value: int) None ¶
Methods
__init__
(self, value)Attributes
- auto_depth_to_rgb = <calibration_type.auto_depth_to_rgb: 0>¶
- manual_depth_to_rgb = <calibration_type.manual_depth_to_rgb: 1>¶
- property name¶
- thermal = <calibration_type.thermal: 2>¶
- property value¶