Skip to Content

libuvc v0.0.7

Created
Updated

a cross-platform library for USB video devices

# Usage

libuvc provides CMake targets:

find_package(libuvc CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:LibUVC::UVCStatic>,LibUVC::UVCStatic,LibUVC::UVCShared>) 

libuvc provides pkg-config modules:

libuvc 

# License

Unknown

# Supported Platforms

!uwp & !windows

  • linux
  • osx
  • uwp
  • windows

# Features

No features defined.

# Dependencies

No transitive dependencies.

# Host Dependencies

# Dependents

# Host Dependents

No dependents.

# Contributors

  • Francisco Facioni's avatar Francisco Facioni
  • Billy O'Neal's avatar Billy O'Neal
  • Jack·Boos·Yu's avatar Jack·Boos·Yu
  • autoantwort's avatar autoantwort
  • MonicaLiu's avatar MonicaLiu
  • Weihang Ding's avatar Weihang Ding

# Changelog

  • 4c366a7 [libuvc] Support more platforms (#38399)
  • 8abeb71 [libusb] Fix usage (#35498)
  • 5b11232 [many-ports] Don't use deprecated functions (autogenerated) (#26981)
  • 408ffb2 [libuvc] no absolute paths (#22362)
  • e8e660a [vcpkg baseline][pangolin] Add features, fix dependency pybind11 (#20006)
  • b295670 Bulk convert control files. (#19986)
  • 5957dcb [libuvc] added (#14749)

# Source