aestream / faery

GNU Lesser General Public License v3.0
5 stars 0 forks source link

Add Inivation drivers #1

Open Jegp opened 3 months ago

aMarcireau commented 1 month ago

This should perhaps be done in neuromorphic-rs. Faery could in turn use neuromorphic-rs (which I need to rename neuromorphic-drivers, and whose associated Python package is already named neuromorphic-drivers) to read events from cameras.

Jegp commented 1 month ago

Wouldn't that require implementing them in rust? Inivation has a nice C++ library that AEStream is using. I imagine it's less effort to just re-use that. One suggestion would be to have a neuromorphic-cpp project or so in the aestream namespace that we can depend on.