|
duvc-ctl 2.0.0
USB Video Class Camera Control Library
|
Property setting with value and control mode. More...
#include <duvc-ctl/core/types.h>
Public Member Functions | |
| PropSetting ()=default | |
| Default constructor. | |
| PropSetting (int v, CamMode m) | |
| Construct property setting. | |
Public Attributes | |
| int | value |
| Property value. | |
| CamMode | mode |
| Control mode (auto/manual) | |
|
default |
Default constructor.
| int duvc::PropSetting::value |
Property value.
Definition at line 75 of file types.h.
Referenced by duvc_cam_get(), and duvc_vid_get().