#capture #camera #webcam #api-bindings

uvc

Safe and ergonomic wrapper around libuvc, allowing capture of webcam streams

10 releases

0.2.0 Jan 6, 2021
0.1.9 Sep 29, 2020
0.1.8 Jun 19, 2020
0.1.5 Jan 11, 2020
0.1.1 Sep 11, 2018

#168 in Video

Download history 2/week @ 2023-11-27 21/week @ 2024-02-19 16/week @ 2024-02-26 20/week @ 2024-03-04

57 downloads per month
Used in 2 crates (via eye-hal)

MIT license

43KB
1K SLoC

Safe rust wrapper around libuvc

crates.io license

This library gives access to the webcam, and allows one to capture the video stream. An example of how to use this library can be found in the examples directory.

An error such as Access might be due to the program not having read/write access to the usb device. You can grant access to all users by changing the device permissions, for example with

chmod 0666 /dev/bus/usb/{BUS}/{DEVICE}

where BUS and DEVICE can be found with lsusb or by running the mirror example.

Documentation

Documentation can be created with cargo doc

Dependencies

To use this crate, the libuvc native dependency must be installed, or vendored using the vendor feature. Disable the default-features and choose the feature vendor or system to select supplier.

Dependencies

~0–3.5MB
~60K SLoC