2 releases
0.0.2 | Sep 29, 2024 |
---|---|
0.0.1 | Sep 26, 2024 |
#156 in Video
545KB
7K
SLoC
A Rust bindings for IC Imaging Control 4 SDK from The Imaging Source
For Windows platform, bindings from C headers.
Build & Run Requirement
See ic4-sys.
Notice
-
Call
ic4::init_library
before calling any other function of this crate. -
If possible, DO NOT use value in this crate generated from
Default::default
, as the value is from non-zerolized memory spaces.
Useic4::DefaultExt::default_ext
instead.
Document Notice
All of api doc is copied from ic4-sys. Just for reference.
Dependencies
~160KB