auto-exposure-roi-feature.h
Go to the documentation of this file.
1 // License: Apache 2.0. See LICENSE file in root directory.
2 // Copyright(c) 2023 Intel Corporation. All Rights Reserved.
3 
4 #pragma once
5 
6 
8 
9 #include <memory>
10 
11 
12 namespace librealsense {
13 
14 class synthetic_sensor;
15 class hw_monitor;
16 
18 {
19 public:
20  static const feature_id ID;
21 
22  auto_exposure_roi_feature( synthetic_sensor & sensor, std::shared_ptr< hw_monitor > hwm, bool rgb = false );
23 
24  feature_id get_id() const override;
25 };
26 
27 } // namespace librealsense
librealsense
Definition: algo.h:18
librealsense::auto_exposure_roi_feature
Definition: auto-exposure-roi-feature.h:17
test-librs-device-properties.sensor
sensor
Definition: test-librs-device-properties.py:40
feature-interface.h
librealsense::auto_exposure_roi_feature::auto_exposure_roi_feature
auto_exposure_roi_feature(synthetic_sensor &sensor, std::shared_ptr< hw_monitor > hwm, bool rgb=false)
Definition: auto-exposure-roi-feature.cpp:16
librealsense::feature_interface
Definition: feature-interface.h:14
librealsense::synthetic_sensor
Definition: sensor.h:208
librealsense::auto_exposure_roi_feature::ID
static const feature_id ID
Definition: auto-exposure-roi-feature.h:20
librealsense::feature_id
std::string feature_id
Definition: feature-interface.h:11
librealsense::auto_exposure_roi_feature::get_id
feature_id get_id() const override
Definition: auto-exposure-roi-feature.cpp:28


librealsense2
Author(s): LibRealSense ROS Team
autogenerated on Mon Apr 22 2024 02:12:55