neuromorphic-paris / loris

python3 library to handle files from neuromorphic cameras
GNU General Public License v3.0
14 stars 3 forks source link

AEDAT decoder #5

Closed aMarcireau closed 4 years ago

aMarcireau commented 4 years ago

Hey @biphasic

I wrote a fast AEDAT decoder with a Python wrapper. I thought it could be nice to make Loris depend on it, to provide seamless decoding of AEDAT as well. The package is available on PyPI (https://pypi.org/project/aedat/).

There are a few caveats, though:

I was not able to directly add support to Loris, as the library is written in Rust, not C++ (I started it as an exercise to learn Rust). Feel free to close this issue if you'd rather keep Loris dependency free.

Cheers, Alex

biphasic commented 4 years ago

Amazing! That's a great idea. How can I help?

aMarcireau commented 4 years ago

If you like the idea, I can make a PR to Loris (Python only) which will:

I will need your help to upload the new version to PyPI.

biphasic commented 4 years ago

excellent. Could you please provide a small sample file encoded with aedat4, so I can include some tests! Once everything passes, I will merge and upload a new major version to pypi