Metavision Designer DAT File Reader Sample¶
The sample in <install-prefix>/share/metavision/designer/core/samples/metavision_read_dat_file.py shows how to stream events from a DAT file.
Expected Output¶
Metavision Read DAT File sample reads DAT file and visualizes events on the screen:

How to start¶
To start the sample based on recorded data, provide the full path to a DAT file (here, we use the file from Metavision Dataset):
Linux
python3 /usr/share/metavision/designer/core/samples/metavision_read_dat_file.py -i spinner.dat
Windows
python "C:\Program Files\Prophesee\share\metavision\designer\core\samples\metavision_read_dat_file.py" -i spinner.dat
To check for additional options:
Linux
python3 /usr/share/metavision/designer/core/samples/metavision_read_dat_file.py -h
Windows
python "C:\Program Files\Prophesee\share\metavision\designer\core\samples\metavision_read_dat_file.py" -h