aloe-camera 0.1.1

Aloe Camera provides intricate control for video capture devices, supporting real-time image processing, asynchronous operations, and multi-threaded environments. This crate is a translation of the c++ juce module serving the same function.
1
2
3
4
5
6
#[macro_use] mod imports; use imports::*;

x!{camera_device_listener}
x!{camera_factory}
x!{capture_cameradevice}
x!{enable}