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

#include <rs_device.hpp>

Inheritance diagram for rs2::calibrated_device:
rs2::device rs2::auto_calibrated_device

Public Member Functions

 calibrated_device (device d)
 
void write_calibration () const
 
void reset_to_factory_calibration ()
 
- 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

◆ calibrated_device()

rs2::calibrated_device::calibrated_device ( device  d)
inline

Member Function Documentation

◆ reset_to_factory_calibration()

void rs2::calibrated_device::reset_to_factory_calibration ( )
inline

Reset device to factory calibration

◆ write_calibration()

void rs2::calibrated_device::write_calibration ( ) const
inline

Write calibration that was set by set_calibration_table to device's EEPROM.


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