Metavision SDK

Metavision SDK is a C++ and Python SDK for event-based data processing. It includes algorithms available via APIs, code samples and documentation allowing you to develop event-based applications ready to go to production.
The algorithms are written in C++ for performance reasons, but are also provided through a Python API through bindings of the C++ code. Some modules (e.g. the Core and Machine Learning modules) also provide features in pure Python modules.
Main features
C++ API for highly efficient applications and runtime execution
Python API for simplicity and easier integration with Machine Learning libraries
Runs natively on Linux and Windows
Compatible with Prophesee vision systems and “Powered by Prophesee” partners products
Start Programming
If you are looking for our Hello World, check our tutorials C++ Get Started and Python Get started
To explore the API closest to the camera, take a look at the HAL Module Samples
To see how to use the higher level SDK Driver
Camera class
, check the Open modules SamplesIf want more complex examples leveraging some more algorithms, explore our Advanced modules Samples
Content