gxci 0.3.8

A safe raw-and-HAL camera interface based on Daheng-Image's GxIAPI(Galaxy Camera SDK)
Documentation
1
2
3
4
5
6
7
8
//! Hardware Abstraction Layer (HAL) module.
pub mod base;
pub mod check;
pub mod config;
pub mod control;
pub mod device;
pub mod event;
pub mod network;