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;