Skip to content

Commit

Permalink
fixed set ir mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
jian-dong committed Sep 13, 2023
1 parent c824bfa commit 4f78ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orbbec_camera/src/ros_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ void OBCameraNode::setMirrorCallback(const std::shared_ptr<SetBool::Request>& re
switch (stream) {
case OB_STREAM_IR_RIGHT:
device_->setBoolProperty(OB_PROP_IR_RIGHT_MIRROR_BOOL, request->data);
break;
case OB_STREAM_IR_LEFT:
case OB_STREAM_IR:
device_->setBoolProperty(OB_PROP_IR_MIRROR_BOOL, request->data);
Expand Down

0 comments on commit 4f78ec5

Please sign in to comment.