vzense-rust 0.4.2

High-level library for Vzense cameras
Documentation
1
2
3
4
5
6
//! An older API specifically for the DCAM560 camera. See the [repository](https://github.com/Vzense/Vzense_SDK_Linux).

const SESSION_INDEX: u32 = 0;

pub mod device;
pub mod frame;