Path of samples

The path where to find the source code of the samples is mentioned in their dedicated page. Here we give a summary for each operating system and installation type.

Note

Some of our C++ samples are also considered to be useful tools which solve specific needs (e.g. event viewer, camera focusing/calibration, data conversion etc.) and as such are delivered as pre-compiled binaries (ready for execution) when installing Metavision SDK. Those tools are listed in a table along with a short description.

On Ubuntu:

  • When installing Metavision SDK:

    • Standalone C++ samples are in the /usr/share/metavision/standalone_samples folder

    • Modules related C++ samples and Python samples are respectively in cpp_samples and python_samples folders in /usr/share/metavision/sdk/<MODULE_NAME>

  • When building from the OpenEB or SDK Pro source code without the deployment step

    • Standalone C++ samples are in the <OPENEB_SRC_DIR>/standalone_samples folder

    • Modules related C++ samples are in <OPENEB_SRC_DIR>/sdk/modules/<MODULE_NAME>/cpp/samples

    • Modules related Python samples are in <OPENEB_SRC_DIR>/sdk/modules/<MODULE_NAME>/python/samples

  • When building from the OpenEB or SDK Pro source code with the deployment step

    • Standalone C++ samples are in the /usr/local/share/metavision/standalone_samples folder

    • Modules related C++ samples and Python samples are respectively in cpp_samples and python_samples folders in /usr/local/share/metavision/sdk/<MODULE_NAME>

On Windows:

  • when installing Metavision SDK:

    • Standalone C++ samples are in the C:\Program Files\Prophesee\share\metavision\standalone_samples folder

    • Modules related C++ samples and Python samples are respectively in cpp_samples and python_samples folders in C:\Program Files\Prophesee\share\metavision\sdk\<MODULE_NAME>

  • When building from the OpenEB or SDK Pro source code without the deployment step

    • Standalone C++ samples are in the <OPENEB_SRC_DIR>\standalone_samples folder

    • Modules related C++ samples are in <OPENEB_SRC_DIR>\sdk\modules\<MODULE_NAME>\cpp\samples

    • Modules related Python samples are in <OPENEB_SRC_DIR>\sdk\modules\<MODULE_NAME>\python\samples

  • When building from the OpenEB or SDK Pro source code with the deployment step

    • Standalone C++ samples are in the C:\Program Files\Prophesee\share\metavision\standalone_samples folder

    • Modules related C++ samples and Python samples are respectively in cpp_samples and python_samples folders in C:\Program Files\Prophesee\share\metavision\sdk\<MODULE_NAME>

Note

The compilation steps for the C++ samples are described in this guide.