Metavision Designer XYT Sample¶
The 3D View API provides classes and tools for rendering CD events in 3D space.
The sample in <install-prefix>/share/metavision/designer/3dview/samples/metavision_xyt.py shows how to use the
metavision_designer_3dview.Image3dDisplayXYTUI
class for displaying events in a XYT (X-Y-Time) space.
Expected Output¶
Metavision XYT sample visualizes events in XYT space and provides some user controls to adjust the visualization:

How to start¶
To start the sample based on the live stream from your camera, run:
Linux
python3 /usr/share/metavision/designer/3dview/samples/metavision_xyt.py
Windows
python "C:\Program Files\Prophesee\share\metavision\designer\3dview\samples\metavision_xyt.py"
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/3dview/samples/metavision_xyt.py -i spinner.raw
Windows
python "C:\Program Files\Prophesee\share\metavision\designer\3dview\sample\metavision_xyt.py" -i spinner.raw
To check for additional options:
Linux
python3 /usr/share/metavision/designer/3dview/samples/metavision_xyt.py -h
Windows
python "C:\Program Files\Prophesee\share\metavision\designer\3dview\sample\metavision_xyt.py" -h