#camera #ffi #safe-bindings #windows

ic4

A Rust bindings for IC Imaging Control 4 SDK from The Imaging Source. (Safe Part)

2 releases

0.0.2 Sep 29, 2024
0.0.1 Sep 26, 2024

#92 in Video

Download history 118/week @ 2024-09-22 201/week @ 2024-09-29 5/week @ 2024-10-06

324 downloads per month

MIT license

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

  1. Call 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.
    Use ic4::DefaultExt::default_ext instead.

Document Notice

All of api doc is copied from ic4-sys. Just for reference.

Dependencies

~165KB