Crates.io | eye |
lib.rs | eye |
version | 0.5.0 |
source | src |
created_at | 2020-07-02 20:02:32.596212 |
updated_at | 2023-10-28 17:11:36.148864 |
description | Cross platform camera capture and control |
homepage | |
repository | https://github.com/raymanfx/eye-rs |
max_upload_size | |
id | 260747 |
size | 84,254 |
eye
provides high-level abstractions for camera hardware interaction in Rust.
It leverages the other parts of the eye stack such as eye-hal
to provide a cross-plattform
abstraction layer.
Where eye-hal
facilitates a rather low level abstraction, eye
is designed to expand on that
and leverage modern programming patterns such as async code. The main goal of this crate is to
provide an easy to use, high-level API.
Other features of the high-level eye
crate include transparent frame format conversion and more.