4.1 Streaming the Video on AGX Developer Kit
This demonstration shows the output of the IMX477 camera module on the monitor connected
via displayport. To run the high-speed video player with IMX477 setup, perform the
following steps:
- Open a new terminal and navigate
to the
holoscan-sensor-bridge
folder by using the following command.cd <PATH/TO/holoscan-sensor-bridge>
- To run the sensor bridge
demonstration container, from a terminal in the GUINote: Ignore the step if the docker is running already
xhost + sh docker/demo.sh
It runs the holoscan-sensor-bridge docker container.
- Set up the camera and run the
high-speed video player (Holoviz) with live video using the following command:
python examples/linux_imx477_player.py
-
To close the Holoviz application and exit the docker,
exit