aedat 1.2.6

A fast AEDAT4 Rust implementation. Forked from https://github.com/neuromorphicsystems/aedat, a Rust AEDAT4 decoder for Python projects.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# AEDAT

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.

[crates.io page](https://crates.io/crates/aedat)

# Documentation

Refer to the [source project](https://github.com/neuromorphicsystems/aedat) for some documentation, especially [src/lib.rs](https://github.com/neuromorphicsystems/aedat/blob/master/src/lib.rs). Future work will focus on adding proper Cargo docs to the Rust code.

# Development to-do list
- [ ] Add docs
- [ ] Use buffered file readers, if they prove to be faster