42namespace uhp_setting {
48 static constexpr const char*
name =
"UhpCaptureMode";
51 "Set the capture mode for the UHP series. Camera1: Use 2D camera 1 to capture "
52 "images. Camera2: Use 2D camera 2 to capture images. Merge: Use both 2D cameras to "
53 "capture images. The depth map and point cloud are generated by merging the images. 2D "
54 "images are captured by 2D camera 1. Note: Only Camera1 mode supports setting an ROI.";
Type
Describes the device parameter data types.
Definition Parameter.h:30
@ _Enum
Enumeration type.
Definition Parameter.h:34
static constexpr const char * description
Definition Uhp.h:50
static constexpr const char * name
Definition Uhp.h:48
static constexpr Parameter::Type type
Definition Uhp.h:56