3 unstable releases
0.2.0 | Sep 29, 2024 |
---|---|
0.1.1 | Sep 26, 2024 |
0.1.0 | Sep 22, 2024 |
#157 in Windows APIs
27 downloads per month
Used in ic4
305KB
4K
SLoC
A Rust bindings for IC Imaging Control 4 SDK from The Imaging Source
For Windows platform, bindings from C headers.
Build & Run Requirement
Download, install with all default presets.
Then ensure that the bin
directory of the SDK and Driver is in the PATH
variable.
- SDK:
- IC Imaging Control 4 SDK: https://www.theimagingsource.com/zh-hans-cn/support/download/icimagingcontrol4win-1.1.0.2833/
- Driver:
- For GigE Devices: https://www.theimagingsource.com/zh-hans-cn/support/download/ic4gentlprodgevwintis-1.3.0.821/
- For USB3 Devices: https://www.theimagingsource.com/zh-hans-cn/support/download/ic4gentlprodu3vwintis-1.3.0.480/
For more infomation, see https://www.theimagingsource.com/zh-hans-cn/support/download/
Notice
-
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.
No runtime deps
~135KB