5 #ifndef LIBREALSENSE_F200_H 6 #define LIBREALSENSE_F200_H 10 #include <condition_variable> 15 #define F200_PRODUCT_ID 0x0a66 40 virtual void start_fw_logger(
char fw_log_op_code,
int grab_rate_in_ms, std::timed_mutex& mutex)
override;
virtual void stop_fw_logger() override
const std::shared_ptr< rsimpl::uvc::device > device
std::mutex temperatureMutex
std::thread temperatureThread
f200::cam_temperature_data base_temperature_data
rs_option
Defines general configuration controls.
std::condition_variable temperatureCv
virtual void start_fw_logger(char fw_log_op_code, int grab_rate_in_ms, std::timed_mutex &mutex) override
float last_temperature_delta
void set_options(const rs_option options[], size_t count, const double values[]) override
f200_camera(std::shared_ptr< uvc::device > device, const static_device_info &info, const ivcam::camera_calib_params &calib, const f200::cam_temperature_data &temp, const f200::thermal_loop_params ¶ms)
GLuint GLuint GLsizei count
std::shared_ptr< rs_device > make_f200_device(std::shared_ptr< uvc::device > device)
GLenum GLsizei GLsizei GLint * values
f200::thermal_loop_params thermal_loop_params
void temperature_control_loop()
std::atomic< bool > runTemperatureThread
void get_options(const rs_option options[], size_t count, double values[]) override