Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Public Member Functions | List of all members
rs2::device_calibration Class Reference

#include <rs_device.hpp>

Inheritance diagram for rs2::device_calibration:
rs2::calibration_change_device rs2::device

Public Member Functions

 device_calibration ()=default
 
 device_calibration (device d)
 
void trigger_device_calibration (rs2_calibration_type type)
 
- Public Member Functions inherited from rs2::calibration_change_device
 calibration_change_device ()=default
 
 calibration_change_device (device d)
 
template<typename T >
void register_calibration_change_callback (T callback)
 
- Public Member Functions inherited from rs2::device
std::vector< sensorquery_sensors () const
 
std::string get_type () const
 
std::string get_description () const
 
template<class T >
first () const
 
bool supports (rs2_camera_info info) const
 
const char * get_info (rs2_camera_info info) const
 
void hardware_reset ()
 
deviceoperator= (const std::shared_ptr< rs2_device > dev)
 
deviceoperator= (const device &dev)
 
 device ()
 
 operator bool () const
 
const std::shared_ptr< rs2_device > & get () const
 
bool operator< (device const &other) const
 
bool is_connected () const
 
template<class T >
bool is () const
 
template<class T >
as () const
 
virtual ~device ()
 
 operator std::shared_ptr< rs2_device > ()
 
 device (std::shared_ptr< rs2_device > dev)
 

Additional Inherited Members

- Protected Attributes inherited from rs2::device
std::shared_ptr< rs2_device_dev
 

Constructor & Destructor Documentation

◆ device_calibration() [1/2]

rs2::device_calibration::device_calibration ( )
default

◆ device_calibration() [2/2]

rs2::device_calibration::device_calibration ( device  d)
inline

Member Function Documentation

◆ trigger_device_calibration()

void rs2::device_calibration::trigger_device_calibration ( rs2_calibration_type  type)
inline

This will trigger the given calibration, if available


The documentation for this class was generated from the following file: