|
duvc-ctl 2.0.0
USB Video Class Camera Control Library
|
RAII camera handle for simplified device management. More...
Go to the source code of this file.
Classes | |
| class | duvc::Camera |
| RAII camera handle for simplified device management. More... | |
Namespaces | |
| namespace | duvc |
Functions | |
| Result< Camera > | duvc::open_camera (int device_index) |
| Create camera from device index. | |
| Result< Camera > | duvc::open_camera (const Device &device) |
| Create camera from device. | |
| Result< Camera > | duvc::open_camera (const std::wstring &device_path) |
| Create camera from device path. | |
RAII camera handle for simplified device management.
Definition in file camera.h.