SpiNNakerManchester / spif

SpiNNaker peripheral interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spiffer support for Prophesee cameras

lplana opened this issue · comments

spiffer only supports Innovation cameras through library libcaer. We should also support Prophesee cameras through library openeb.

Currently spiffer is C code and uses libcaer C functions. openeb is C++ code only.

Most likely we need to port spiffer to C++, given that libcaer also has C++ support.