Crate eye

source ·
Expand description

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.

Jump forward to crate content

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.

Re-exports

Modules