7 releases (4 breaking)
0.5.0 | Oct 28, 2023 |
---|---|
0.4.1 | May 29, 2021 |
0.4.0 | Apr 9, 2021 |
0.3.1 | Nov 6, 2020 |
0.1.0 | Jul 2, 2020 |
#667 in Hardware support
77 downloads per month
97KB
2K
SLoC
eye
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.
lib.rs
:
Eye is a cross platform camera capture and control library.
This crate provides a high-level API on top of the low-level parts like eye-hal
.
Additional documentation can currently also be found in the README.md file which is most easily viewed on github.
Overview
The device abstraction provided in this crate builds on top of a PlatformDevice acquired
through the Context
struct of the eye-hal
subcrate. It performs transparent frame format
conversion (e.g. JPEG -> RGB decoding) by leveraging the colorconvert
module.
Dependencies
~0.2–3MB
~50K SLoC