1 unstable release
Uses new Rust 2024
new 0.1.1 | Apr 3, 2025 |
---|
#5 in #avfoundation
1.5MB
11K
SLoC
Aloe Mac Camera
A Rust interface for managing camera sessions and capturing media on macOS, utilizing the AVFoundation framework. It offers an abstraction layer to seamlessly integrate camera functions in applications that require video capture, image capture, and dynamic session management.
Features
- Manage camera devices and sessions with precision.
- Capture high-quality images and video recordings.
- Flexible error handling during runtime.
- Real-time session and device management.
Summary
This crate leverages macOS's native camera APIs to provide a robust and efficient solution for applications relying on camera inputs.
Getting Started
use aloe_mac_camera::{CameraDeviceImpl, ViewerComponent};
fn main() {
// Sample usage
let mut device_impl = CameraDeviceImpl::new(...);
device_impl.start_session();
device_impl.take_still_picture(|image| {
// Process image
});
}
Requirements
- macOS with AVFoundation support.
- Rust 2024 edition or later.
Installation
Include Aloe Mac Camera in your Cargo.toml
[dependencies]
aloe-mac-camera = "0.1.0"
Contribution
Contributions are welcome! For significant changes, consider filing an issue or contacting the maintainers.
License
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.
This README.md file was generated by an AI model and may not be 100% accurate, however, it should be pretty good.
This crate is a translation of the JUCE module.
JUCE is a c++ software framework for developing high performance audio applications.
Usage falls under the GPLv3 as well as the JUCE commercial license.
See github.com/juce-framework/JUCE and the JUCE license page for details.
This crate is in the process of being translated from c++ to rust. For progress updates, please see the workspacer rust project. designed specifically for rust projects.
Dependencies
~37–51MB
~811K SLoC