norm-uvc-src 0.3.0-nc

Vendored norma-core libuvc fork with CLOCK_BOOTTIME timestamps (Linux only)
Documentation
1
2
3
4
5
6
7
//! Dummy crate to build a vendored version of libuvc

// Ensure we are linking to libusb
extern crate libusb_sys;
// Ensure we are linking to libjpeg
#[cfg(feature = "jpeg")]
extern crate mozjpeg_sys;