auto-exposure-processor.h
Go to the documentation of this file.
1 // License: Apache 2.0. See LICENSE file in root directory.
2 // Copyright(c) 2019 Intel Corporation. All Rights Reserved.
3 
4 #pragma once
5 
6 #include "synthetic-stream.h"
7 #include "option.h"
8 #include "image.h"
9 #include "ds5/ds5-options.h"
10 
11 namespace librealsense
12 {
14  {
15  public:
17 
18  protected:
19  auto_exposure_processor(const char* name, rs2_stream stream, enable_auto_exposure_option& enable_ae_option);
20 
21  bool should_process(const rs2::frame& frame) override;
23 
26  };
27 }
GLsizei GLsizei GLchar * source
auto_exposure_processor(rs2_stream stream, enable_auto_exposure_option &enable_ae_option)
GLuint const GLchar * name
bool should_process(const rs2::frame &frame) override
enable_auto_exposure_option & _enable_ae_option
rs2_stream
Streams are different types of data provided by RealSense devices.
Definition: rs_sensor.h:42
GLdouble f
rs2::frame process_frame(const rs2::frame_source &source, const rs2::frame &f) override


librealsense2
Author(s): LibRealSense ROS Team
autogenerated on Thu Dec 22 2022 03:41:42