touptek

Crates.iotouptek
lib.rstouptek
version1.1.0
sourcesrc
created_at2015-09-18 00:50:19.848929
updated_at2015-12-12 23:55:19.918092
descriptionBindings for Touptek ToupLite image acquisition library
homepage
repositoryhttps://github.com/whitequark/rust-touptek
max_upload_size
id3065
size47,117
whitequark (whitequark)

documentation

http://www.rust-ci.org/whitequark/rust-touptek/doc/touptek/

README

rust-touptek

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.

Prerequisites

The ToupLite SDK, installable as a component of ToupLite for Linux or OS X.

Usage

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" }

License

MIT license

Commit count: 25

cargo fmt