|
std::shared_ptr< uvc_sensor > | create_color_device (std::shared_ptr< context > ctx, const platform::uvc_device_info &color) |
|
std::shared_ptr< uvc_sensor > | create_depth_device (std::shared_ptr< context > ctx, const platform::uvc_device_info &depth) |
|
std::vector< uint8_t > | send_receive_raw_data (const std::vector< uint8_t > &input) override |
|
void | hardware_reset () override |
|
uvc_sensor & | get_depth_sensor () |
|
| sr300_camera (std::shared_ptr< context > ctx, const platform::uvc_device_info &color, const platform::uvc_device_info &depth, const platform::usb_device_info &hwm_device, const platform::backend_device_group &group, bool register_device_notifications) |
|
void | rs2_apply_ivcam_preset (int preset) |
|
void | create_snapshot (std::shared_ptr< debug_interface > &snapshot) const override |
|
void | enable_recording (std::function< void(const debug_interface &)> record_action) override |
|
virtual std::shared_ptr< matcher > | create_matcher (const frame_holder &frame) const override |
|
virtual | ~device () |
|
size_t | get_sensors_count () const override |
|
sensor_interface & | get_sensor (size_t subdevice) override |
|
const sensor_interface & | get_sensor (size_t subdevice) const override |
|
size_t | find_sensor_idx (const sensor_interface &s) const |
|
std::shared_ptr< context > | get_context () const override |
|
platform::backend_device_group | get_device_data () const override |
|
std::pair< uint32_t, rs2_extrinsics > | get_extrinsics (const stream_interface &stream) const override |
|
bool | is_valid () const override |
|
virtual | ~device_interface ()=default |
|
virtual | ~info_interface ()=default |
|
virtual | ~recordable ()=default |
|
const std::string & | get_info (rs2_camera_info info) const override |
|
bool | supports_info (rs2_camera_info info) const override |
|
void | register_info (rs2_camera_info info, const std::string &val) |
|
void | update_info (rs2_camera_info info, const std::string &val) |
|
void | create_snapshot (std::shared_ptr< info_interface > &snapshot) const override |
|
void | enable_recording (std::function< void(const info_interface &)> record_action) override |
|
void | update (std::shared_ptr< extension_snapshot > ext) override |
|
virtual | ~extension_snapshot ()=default |
|
virtual | ~recordable ()=default |
|