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_samplesfolderModules related C++ samples and Python samples are respectively in
cpp_samplesandpython_samplesfolders in/usr/share/metavision/sdk/<MODULE_NAME>When building from the OpenEB or SDK source code without the deployment step
Standalone C++ samples are in the
<OPENEB_SRC_DIR>/standalone_samplesfolderModules related C++ samples are in
<OPENEB_SRC_DIR>/sdk/modules/<MODULE_NAME>/cpp/samplesModules related Python samples are in
<OPENEB_SRC_DIR>/sdk/modules/<MODULE_NAME>/python/samplesWhen building from the OpenEB or SDK source code with the deployment step
Standalone C++ samples are in the
/usr/local/share/metavision/standalone_samplesfolderModules related C++ samples and Python samples are respectively in
cpp_samplesandpython_samplesfolders 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_samplesfolderModules related C++ samples and Python samples are respectively in
cpp_samplesandpython_samplesfolders inC:\Program Files\Prophesee\share\metavision\sdk\<MODULE_NAME>When building from the OpenEB or SDK source code without the deployment step
Standalone C++ samples are in the
<OPENEB_SRC_DIR>\standalone_samplesfolderModules related C++ samples are in
<OPENEB_SRC_DIR>\sdk\modules\<MODULE_NAME>\cpp\samplesModules related Python samples are in
<OPENEB_SRC_DIR>\sdk\modules\<MODULE_NAME>\python\samplesWhen building from the OpenEB or SDK source code with the deployment step
Standalone C++ samples are in the
C:\Program Files\Prophesee\share\metavision\standalone_samplesfolderModules related C++ samples and Python samples are respectively in
cpp_samplesandpython_samplesfolders inC:\Program Files\Prophesee\share\metavision\sdk\<MODULE_NAME>
Note
The samples of the HAL module are found in locations following the rules above except that
hal should be used instead of sdk/<MODULE_NAME>.
See also
The compilation steps for the C++ samples are described in this guide.