5#ifndef LIBREALSENSE_SR300_H
6#define LIBREALSENSE_SR300_H
12#define SR300_PRODUCT_ID 0x0aa5
19 void set_fw_logger_option(
double value);
20 unsigned get_fw_logger_option();
29 virtual void start_fw_logger(
char fw_log_op_code,
int grab_rate_in_ms, std::timed_mutex& mutex)
override;
Definition ivcam-device.h:23
virtual void stop_fw_logger() override
sr300_camera(std::shared_ptr< uvc::device > device, const static_device_info &info, const ivcam::camera_calib_params &calib)
~sr300_camera()
Definition sr300.h:24
void set_options(const rs_option options[], size_t count, const double values[]) override
void get_options(const rs_option options[], size_t count, double values[]) override
virtual void start_fw_logger(char fw_log_op_code, int grab_rate_in_ms, std::timed_mutex &mutex) override
std::shared_ptr< rs_device > make_sr300_device(std::shared_ptr< uvc::device > device)
rs_option
Defines general configuration controls.
Definition rs.h:129
Definition ivcam-private.h:17