Public Attributes | |
struct buffer * | buffers |
unsigned int | buffersCount |
std::unordered_map< std::string, CalibrationData > | calibration_cache |
int | fd |
struct v4l2_format | fmt |
UsbHandle | handle |
bool | opened |
bool | started |
Definition at line 64 of file usb_depth_sensor_linux.cpp.
struct buffer* UsbDepthSensor::ImplData::buffers |
Definition at line 66 of file usb_depth_sensor_linux.cpp.
unsigned int UsbDepthSensor::ImplData::buffersCount |
Definition at line 67 of file usb_depth_sensor_linux.cpp.
std::unordered_map< std::string, CalibrationData > UsbDepthSensor::ImplData::calibration_cache |
Definition at line 71 of file usb_depth_sensor_linux.cpp.
int UsbDepthSensor::ImplData::fd |
Definition at line 65 of file usb_depth_sensor_linux.cpp.
struct v4l2_format UsbDepthSensor::ImplData::fmt |
Definition at line 68 of file usb_depth_sensor_linux.cpp.
UsbHandle UsbDepthSensor::ImplData::handle |
Definition at line 54 of file usb_depth_sensor_windows.cpp.
bool UsbDepthSensor::ImplData::opened |
Definition at line 69 of file usb_depth_sensor_linux.cpp.
bool UsbDepthSensor::ImplData::started |
Definition at line 70 of file usb_depth_sensor_linux.cpp.