Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:edge2:applications:object-detection-demo-with-rtsp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
products:sbc:edge2:applications:object-detection-demo-with-rtsp [2025/04/07 21:29]
jacobe created
products:sbc:edge2:applications:object-detection-demo-with-rtsp [2025/04/23 06:40] (current)
nick
Line 1: Line 1:
-====== Object Detection with RTSP Streaming on Khadas Edge2 NPU ======+====== Edge2 Object Detection with RTSP Streaming ======
  
 === Overview === === Overview ===
Line 68: Line 68:
   * VLC Streaming   * VLC Streaming
   * RTSP Simple Server   * RTSP Simple Server
 +
 +=== Play the RTSP Stream ===
 +You can verify the RTSP stream using a player such as ''ffplay'' or ''VLC''.
 +
 +==== Option 1: ffplay (from FFmpeg) ====
 +<code>
 +ffplay rtsp://<RTSP_SERVER_IP>:8554/live/stream
 +</code>
 +{{:local:users:jacobe:screenshot-from-2025-04-08-11-13-23.png?600|}}
 +==== Option 2: VLC ====
 +Open VLC and go to:
 +  * Media → Open Network Stream
 +  * Enter the URL
 +  * Click ''Play''
 +
 +Replace ''<RTSP_SERVER_IP>'' with the IP address of the RTSP server (e.g., ''192.168.31.19'').
 +
  
 === Notes === === Notes ===
Line 74: Line 91:
   * Encoder settings (e.g., resolution, bitrate, format) can be modified in the source code.   * Encoder settings (e.g., resolution, bitrate, format) can be modified in the source code.
   * You can check your IP with: ''ip a'' or ''hostname -I''   * You can check your IP with: ''ip a'' or ''hostname -I''
- 
Last modified: 2025/04/07 21:29 by jacobe