uvc 0.1.0

Safe and ergonomic wrapper around libuvc, allowing capture of webcam streams
docs.rs failed to build uvc-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: uvc-0.2.0

Safe rust wrapper around libuvc

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.

Documentation

Documentation can be found here.

Dependencies

To use this crate, the libuvc native dependency must be installed.