Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.
/ rust-touptek Public archive

Rust bindings for Touptek ToupLite image acquisition library

License

Notifications You must be signed in to change notification settings

whitequark/rust-touptek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rust bindings for Touptek ToupLite image acquisition library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages