Metavision Designer RAW to Video Sample¶
The sample in <install-prefix>/share/metavision/designer/core/samples/metavision_raw_to_video.py shows how to generate an AVI video from a RAW file.
Expected Output¶
Metavision RAW to Video sample generates an AVI file and by default saves it to the same directory and with the same name as the input RAW file.
How to start¶
To start the sample based on recorded data, provide the full path to a RAW file (here, we use the file from Metavision Dataset):
Linux
python3 /usr/share/metavision/designer/core/samples/metavision_raw_to_video.py -i spinner.raw
Windows
python "C:\Program Files\Prophesee\share\metavision\designer\core\samples\metavision_raw_to_video.py" -i spinner.raw
To check for additional options:
Linux
python3 /usr/share/metavision/designer/core/samples/metavision_raw_to_video.py -h
Windows
python "C:\Program Files\Prophesee\share\metavision\designer\core\samples\metavision_raw_to_video.py" -h