Crates.io | aedat |
lib.rs | aedat |
version | 1.3.3 |
source | src |
created_at | 2022-05-12 15:37:58.824235 |
updated_at | 2023-05-31 14:00:23.992703 |
description | A fast AEDAT4 Rust implementation. Forked from https://github.com/neuromorphicsystems/aedat, a Rust AEDAT4 decoder for Python projects. |
homepage | https://github.com/andrewcfreeman/aedat-rs |
repository | https://github.com/andrewcfreeman/aedat-rs |
max_upload_size | |
id | 585290 |
size | 6,236,162 |
AEDAT is a fast AEDAT 4 Rust reader.
This project was forked from https://github.com/neuromorphicsystems/aedat, to simply remove the Python hooks and to publish it as a crate. You can use this crate when building bespoke Rust software for processing DVS/DAVIS AEDAT4 files--e.g., networked vision systems or event compressors.
Refer to the source project for some documentation, especially src/lib.rs. Future work will focus on adding proper Cargo docs to the Rust code.