Intel® RealSense™ Cross Platform API
2.13.0
Intel Realsense Cross-platform API
|
#include <rs_internal.hpp>
Public Member Functions | |
software_device () | |
software_sensor | add_sensor (std::string name) |
void | create_matcher (rs2_matchers matcher) |
Public Member Functions inherited from rs2::device | |
std::vector< sensor > | query_sensors () const |
template<class T > | |
T | first () const |
bool | supports (rs2_camera_info info) const |
const char * | get_info (rs2_camera_info info) const |
void | hardware_reset () |
device & | operator= (const std::shared_ptr< rs2_device > dev) |
device & | operator= (const device &dev) |
device () | |
operator bool () const | |
const std::shared_ptr< rs2_device > & | get () const |
template<class T > | |
bool | is () const |
template<class T > | |
T | as () const |
virtual | ~device () |
Additional Inherited Members | |
Protected Member Functions inherited from rs2::device | |
device (std::shared_ptr< rs2_device > dev) | |
Protected Attributes inherited from rs2::device | |
std::shared_ptr< rs2_device > | _dev |
|
inline |
|
inline |
Add sensor stream to software sensor
[in] | name | the name of the sensor |
|
inline |
Set the wanted matcher type that will be used by the syncer
[in] | matcher | matcher type |