|
duvc-ctl 2.0.0
USB Video Class Camera Control Library
|
RAII camera handle implementation. More...
#include <duvc-ctl/core/camera.h>#include <duvc-ctl/core/device.h>#include <duvc-ctl/platform/windows/connection_pool.h>Go to the source code of this file.
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 implementation.
Definition in file camera.cpp.