Skip to content

Commit 4f78ec5

Browse files
committed
fixed set ir mirror
1 parent c824bfa commit 4f78ec5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

orbbec_camera/src/ros_service.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ void OBCameraNode::setMirrorCallback(const std::shared_ptr<SetBool::Request>& re
546546
switch (stream) {
547547
case OB_STREAM_IR_RIGHT:
548548
device_->setBoolProperty(OB_PROP_IR_RIGHT_MIRROR_BOOL, request->data);
549+
break;
549550
case OB_STREAM_IR_LEFT:
550551
case OB_STREAM_IR:
551552
device_->setBoolProperty(OB_PROP_IR_MIRROR_BOOL, request->data);

0 commit comments

Comments
 (0)