gxci 0.3.9

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
//! The camera parameters and settings based on GxIAPI COMMAND, this division based on Galaxy Viewer v2's sidebar, but now there only have a few functions basic, more information see the Control Module Todo.
pub mod acquisition;
pub mod analog;
pub mod chunk_data;
pub mod device;
pub mod digital_io;
pub mod image_format;
pub mod transport_layer;
pub mod user_set;