|
duvc-ctl 2.0.0
USB Video Class Camera Control Library
|
Property capability information. More...
#include <duvc-ctl/core/capability.h>
Public Member Functions | |
| bool | supports_auto () const |
| Check if property supports automatic mode. | |
Public Attributes | |
| bool | supported = false |
| Property is supported by device. | |
| PropRange | range |
| Valid range for property. | |
| PropSetting | current |
| Current property value. | |
Property capability information.
Definition at line 20 of file capability.h.
|
inline |
Check if property supports automatic mode.
Definition at line 29 of file capability.h.
References duvc::Auto, duvc::PropRange::default_mode, and range.
| PropSetting duvc::PropertyCapability::current |
Current property value.
Definition at line 23 of file capability.h.
| PropRange duvc::PropertyCapability::range |
Valid range for property.
Definition at line 22 of file capability.h.
Referenced by supports_auto().
Property is supported by device.
Definition at line 21 of file capability.h.