1. Home
  2. Browse
  3. duvc-ctl

duvc-ctl

v2.0.1#0Latest

Windows DirectShow UVC camera control library with C++, Python and CLI tools. duvc-ctl lets you programmatically control USB cameras on Windows. Set pan, tilt, zoom, focus, exposure, and other UVC properties from code or command line. Uses DirectShow API to control camera properties

Install

Run the following Vcpkg command to install the port.

vcpkg install duvc-ctl

Usage

duvc-ctl provides CMake targets:

find_package(duvc CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:duvc::core-static>,duvc::core-static,duvc::core-shared>)

Dependencies

See source

Version

v2.0.1#0

Publication

Supports

windows & !uwp

GitHub

allanhanan/duvc-ctl38

Homepage

github.com/allanhanan/duvc-ctl

Subtree

4d4d98f89d

License

MIT

Definition

Manifest