View RTSP video stream

What you will do

  • Obtain the IP address of the Vision AI DevKit
  • View the live video stream from the Vision AI DevKit hardware

What you will need

  • Sample model or other vision model deployed to the Vision AI DevKit
  • Media player supporting the RTSP protocol (such as VLC Player or similar)
  • PC and Vision AI DevKit connected to the same Wi-Fi network
  • ADB command line utility (Installation section.)

Obtain the IP address of the Vision AI DevKit

Using ADB shell

ADB Shell
ifconfig wlan0

Using Azure IoT Hub

  1. Go to your device in Azure IoT Hub and select the model deployed on your device. (This example uses the AIVisionDevKitGetStartedModule module) Azure IoT Hub Edge device screen with model file highlighted

  2. Click Module Identity Twin Azure IoT Hub Edge device screen with Module Identity Twin highlighted

  3. Copy the IP address found in the Azure module. IP address highlighted in Module Identity Twin screen

Connect to the video stream

Any media player supporting the RTSP protocol can be used to display the live video stream from the Vision AI DevKit. (This example will use VLC Media Player.)

  1. Open VLC Media Player, select the Media tab, then select Open Network Stream.

    IP address high-lighted in Module Identity Twin sceen

  2. Enter the RTSP address in the form

     rtsp://<IP address>:8900/live
    

under on the Network tab, then select Play.

VLC Open Media dialog box

Updated: