tis-grabber-sys

Crates.iotis-grabber-sys
lib.rstis-grabber-sys
version0.0.2
sourcesrc
created_at2024-10-12 22:44:15.550874
updated_at2024-10-12 23:04:26.605325
descriptionA Rust bindings for IC Imaging Control Legacy SDK from The Imaging Source. (Raw Part from bindgen)
homepagehttps://github.com/MiyakoMeow/tis-grabber-rs
repositoryhttps://github.com/MiyakoMeow/tis-grabber-rs
max_upload_size
id1406937
size103,372
(MiyakoMeow)

documentation

https://docs.rs/tis-grabber-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

  • IC Imaging Control Legacy SDK:

2. Driver

  • For GigE Devices:
  • For USB3 Devices:

For more infomation, see

Notice

  1. Call tis_grabber_sys::ic4_init_library before calling any other function.
  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: 4

cargo fmt