![]() |
NDEVR
API Documentation
|
Settings for a single RealSense data stream (IR, color, depth, IMU). More...
Public Member Functions | |
| bool | operator!= (const RealSenseStreamSettings &s) const |
| Compares two stream settings for inequality. | |
Public Attributes | |
| fltp04 | exposure = Constant<fltp04>::Invalid |
| Sensor exposure time, or Invalid for auto. | |
| fltp04 | gain = Constant<fltp04>::Invalid |
| Sensor gain, or Invalid for auto. | |
| bool | is_on = true |
| Whether this stream is enabled. | |
| uint04 | preferred_frame_rate = Constant<uint04>::Invalid |
| Preferred frame rate in fps, or Invalid for auto. | |
| Vector< 2, uint04 > | preferred_pixel_size = Constant<Vector<2, uint04>>::Invalid |
| Preferred resolution (width, height), or Invalid for auto. | |
Settings for a single RealSense data stream (IR, color, depth, IMU).
Definition at line 9 of file RealSenseIOSettings.h.
|
inline |
Compares two stream settings for inequality.
| [in] | s | The other settings to compare against. |
Definition at line 20 of file RealSenseIOSettings.h.
References exposure, gain, is_on, preferred_frame_rate, and preferred_pixel_size.