Crates.io | touptek |
lib.rs | touptek |
version | 1.1.0 |
source | src |
created_at | 2015-09-18 00:50:19.848929 |
updated_at | 2015-12-12 23:55:19.918092 |
description | Bindings for Touptek ToupLite image acquisition library |
homepage | |
repository | https://github.com/whitequark/rust-touptek |
max_upload_size | |
id | 3065 |
size | 47,117 |
rust-touptek is a binding for the ToupLite library, which allows to grab images from CMOS instrumentation cameras such as those used in AmScope microscopes.
The ToupLite SDK, installable as a component of ToupLite for Linux or OS X.
See the capture_png.rs example. You can run
it from a source tree using cargo run --example capture_png
.
Note that the example code requires the following dependencies
to be specified in Cargo.toml
:
[dependencies]
png = { git = "https://github.com/servo/rust-png" }
simd = { git = "https://github.com/huonw/simd" }