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
//! Raw GX handle
#![allow(dead_code)]
#![allow(non_camel_case_types)]

use std::ffi::c_void;

pub type GX_DEV_HANDLE = *mut c_void;
pub type GX_EVENT_CALLBACK_HANDLE = *mut c_void;
pub type GX_FEATURE_CALLBACK_HANDLE = *mut c_void;