You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can either create a similar directory and install the sepia and tarsier dependencies as in the basics tutorials, or run:
git clone https://github.com/neuromorphic-paris/tutorials
cd tutorials/examples/buffered_wrapper
git submodule update --init --recursive -- third_party/sepia
git submodule update --init --recursive -- third_party/tarsier
premake4 gmake
cd build
make && release/buffered_wrapper
This tutorial shows how to wrap tarsier handlers in a class manipulating event buffers. This approach can be used to call tarsier handlers from another framework for event-based computer vision, or from Threading Building Blocks.