| Crates.io | ic4-sys |
| lib.rs | ic4-sys |
| version | 0.2.0 |
| created_at | 2024-09-22 05:36:36.067324+00 |
| updated_at | 2024-09-29 03:55:41.456935+00 |
| description | A Rust bindings for IC Imaging Control 4 SDK from The Imaging Source. (Raw Part from bindgen) |
| homepage | https://github.com/MiyakoMeow/ic4-rs |
| repository | https://github.com/MiyakoMeow/ic4-rs |
| max_upload_size | |
| id | 1382739 |
| size | 304,494 |
For Windows platform, bindings from C headers.
Download, install with all default presets.
Then ensure that the bin directory of the SDK and Driver is in the PATH variable.
For more infomation, see https://www.theimagingsource.com/zh-hans-cn/support/download/
Call ic4_sys::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.