We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f98474 commit af39410Copy full SHA for af39410
orbbec_camera/src/ob_camera_node.cpp
@@ -164,6 +164,9 @@ void OBCameraNode::setupDevices() {
164
std::string d2d_mode = is_hardware_d2d ? "HW D2D" : "SW D2D";
165
RCLCPP_INFO_STREAM(logger_, "Depth process is " << d2d_mode);
166
}
167
+ if (device_->isPropertySupported(OB_PROP_LDP_BOOL, OB_PERMISSION_READ_WRITE)) {
168
+ device_->setBoolProperty(OB_PROP_LDP_BOOL, enable_ldp_);
169
+ }
170
if (device_->isPropertySupported(OB_PROP_LASER_CONTROL_INT, OB_PERMISSION_READ_WRITE)) {
171
device_->setIntProperty(OB_PROP_LASER_CONTROL_INT, enable_laser_);
172
0 commit comments