device-calibration.h
Go to the documentation of this file.
1 // License: Apache 2.0. See LICENSE file in root directory.
2 // Copyright(c) 2020 Intel Corporation. All Rights Reserved.
3 
4 #pragma once
5 
6 #include "types.h"
7 #include "core/streaming.h"
8 
9 namespace librealsense
10 {
11  // This extension should allow generic calibrations using the same interface
12  // by adding to rs2_calibration_type instead of adding new function calls
14  {
15  public:
17  };
19 
20  // This extension should allow generic calibrations using the same interface
21  // by adding to rs2_calibration_type instead of adding new function calls
23  {
24  public:
25  virtual void trigger_device_calibration( rs2_calibration_type ) = 0;
26  };
28 }
rs2_calibration_type
Definition: rs_device.h:344
virtual void register_calibration_change_callback(calibration_change_callback_ptr)=0
MAP_EXTENSION(RS2_EXTENSION_POINTS, librealsense::points)
std::shared_ptr< rs2_calibration_change_callback > calibration_change_callback_ptr
Definition: src/types.h:1074


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