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 }
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
GLdouble f
enable_auto_exposure_option & _enable_ae_option
rs2_stream
Streams are different types of data provided by RealSense devices.
Definition: rs_sensor.h:42
GLsizei GLsizei GLchar * source
rs2::frame process_frame(const rs2::frame_source &source, const rs2::frame &f) override


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:45:06