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:
  1. Open a new terminal and navigate to the holoscan-sensor-bridge folder by using the following command.
    cd <PATH/TO/holoscan-sensor-bridge>
  2. To run the sensor bridge demonstration container, from a terminal in the GUI
    Note: Ignore the step if the docker is running already
    xhost +
    sh docker/demo.sh

    It runs the holoscan-sensor-bridge docker container.

  3. 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 
  4. To close the Holoviz application and exit the docker,
    exit