|
duvc-ctl 2.0.0
USB Video Class Camera Control Library
|
Property range information. More...
#include <duvc-ctl/c/api.h>
Public Attributes | |
| int32_t | min |
| Minimum supported value. | |
| int32_t | max |
| Maximum supported value. | |
| int32_t | step |
| Step size between valid values. | |
| int32_t | default_val |
| Default value. | |
| duvc_cam_mode_t | default_mode |
| Default control mode. | |
| duvc_cam_mode_t duvc_prop_range_t::default_mode |
Default control mode.
Definition at line 145 of file api.h.
Referenced by duvc_prop_capability_supports_auto().
| int32_t duvc_prop_range_t::max |
Maximum supported value.
Definition at line 142 of file api.h.
Referenced by duvc_prop_range_clamp(), and duvc_prop_range_is_valid().
| int32_t duvc_prop_range_t::min |
Minimum supported value.
Definition at line 141 of file api.h.
Referenced by duvc_prop_range_clamp(), and duvc_prop_range_is_valid().
| int32_t duvc_prop_range_t::step |
Step size between valid values.
Definition at line 143 of file api.h.
Referenced by duvc_prop_range_clamp(), and duvc_prop_range_is_valid().