ic4-sys

Crates.ioic4-sys
lib.rsic4-sys
version0.2.0
sourcesrc
created_at2024-09-22 05:36:36.067324
updated_at2024-09-29 03:55:41.456935
descriptionA Rust bindings for IC Imaging Control 4 SDK from The Imaging Source. (Raw Part from bindgen)
homepagehttps://github.com/MiyakoMeow/ic4-rs
repositoryhttps://github.com/MiyakoMeow/ic4-rs
max_upload_size
id1382739
size304,494
(MiyakoMeow)

documentation

https://docs.rs/ic4-sys

README

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.

  1. SDK:
  1. Driver:

For more infomation, see https://www.theimagingsource.com/zh-hans-cn/support/download/

Notice

  1. Call ic4_sys::ic4_init_library before calling any other function of this crate.

  2. If possible, DO NOT use value in this crate generated from Default::default, as the value is from non-zerolized memory spaces.

Commit count: 22

cargo fmt