Skip to content

buffered wrapper

Alexandre Marcireau edited this page Jun 24, 2019 · 1 revision

example files: examples/buffered_wrapper

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.

Clone this wiki locally