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;
33 std::shared_ptr<rs_device>
make_sr300_device(std::shared_ptr<uvc::device> device);
Definition: ivcam-device.h:22
std::shared_ptr< rs_device > make_sr300_device(std::shared_ptr< uvc::device > device)
rs_option
Definition: rs.h:120
virtual void stop_fw_logger() override
virtual void start_fw_logger(char fw_log_op_code, int grab_rate_in_ms, std::timed_mutex &mutex) override
Definition: ivcam-private.h:16
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 get_options(const rs_option options[], size_t count, double values[]) override
void set_options(const rs_option options[], size_t count, const double values[]) override