Skip to content

gwappa/python-aerpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python aer library

A library for reading ".aedat" files for logging outputs from DVS event-based cameras.

How to install

pip install aerpy

How to use

import aer

# read all at once
events = aer.AEData("mylogfile.aedat")

# read only the first 1000 events in the file
events = aer.AEData("mylogfile.aedat", n=1000)

License

MIT

About

library for reading ".aedat" event-camera log

Resources

License

Stars

Watchers

Forks

Packages

No packages published