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
9
10
11
#![doc = include_str!("../Docsrs.md")]
pub mod error;
pub mod hal;
pub mod raw;
pub mod utils;

#[cfg(feature = "use-opencv")]
pub use opencv;

#[cfg(feature = "use-imageproc")]
pub use imageproc;