Programming Guides

Metavision SDK offers a C++ and Python API for event-based data processing. It includes algorithms and supporting data structures available via APIs as well as code samples demonstrating how to use them.

The algorithms are written in C++ for performance reasons, but are also provided through a Python API binding the C++ code. Some modules (e.g. the Core and Machine Learning modules) also provide features in pure Python modules.

In this section, we explore the various aspects of programming event-based device using our API.