mirror of
https://github.com/orbbec/OrbbecSDK_ROS2.git
synced 2026-09-14 20:10:19 +08:00
update: add automatic exposure ROI setting in left color
This commit is contained in:
@@ -3130,6 +3130,7 @@ void OBCameraNode::onNewFrameSetCallback(std::shared_ptr<ob::FrameSet> frame_set
|
||||
fps_counter_color_->tick();
|
||||
}
|
||||
if (left_color_frame) {
|
||||
setColorAutoExposureROI();
|
||||
left_color_frame = processColorFrameFilter(left_color_frame);
|
||||
frame_set->pushFrame(left_color_frame);
|
||||
static bool left_color_frame_info_printed = false;
|
||||
|
||||
Reference in New Issue
Block a user