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.). Those samples are referred as “apps” in the source code hierarchy and 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/samples
folderModules related C++ pre-compiled samples, C++ samples and Python samples are respectively in
apps
,samples
andpython_samples
folders in/usr/share/metavision/sdk/<MODULE_NAME>
When building from the OpenEB source code without the deployment step
Standalone C++ samples are in the
<OPENEB_SRC_DIR>/standalone_samples
folderModules related C++ pre-compiled samples and samples are respectively in
apps
andsamples
folder in<OPENEB_SRC_DIR>/sdk/modules/<MODULE_NAME>/cpp
Modules related Python samples are in
<OPENEB_SRC_DIR>/sdk/modules/<MODULE_NAME>/python/samples
When building from the OpenEB source code with the deployment step
Standalone C++ samples are in the
/usr/local/share/metavision/samples
folderModules related C++ pre-compiled samples, C++ samples and Python samples are respectively in
apps
,samples
andpython_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\samples
folderModules related C++ pre-compiled samples, C++ samples and Python samples are respectively in
apps
,samples
andpython_samples
folders inC:\Program Files\Prophesee\share\metavision\sdk\<MODULE_NAME>
When building from the OpenEB source code without the deployment step
Standalone C++ samples are in the
<OPENEB_SRC_DIR>\standalone_samples
folderModules related C++ pre-compiled samples and samples are respectively in
apps
andsamples
folder in<OPENEB_SRC_DIR>\sdk\modules\<MODULE_NAME>\cpp
Modules related Python samples are in
<OPENEB_SRC_DIR>\sdk\modules\<MODULE_NAME>\python\samples
When building from the OpenEB source code with the deployment step
Standalone C++ samples are in the
C:\Program Files\Prophesee\share\metavision\samples
folderModules related C++ pre-compiled samples, C++ samples and Python samples are respectively in
apps
,samples
andpython_samples
folders inC:\Program Files\Prophesee\share\metavision\sdk\<MODULE_NAME>
Note
The compilation steps for the C++ samples are described in this guide.