DeepStream-Yolo icon indicating copy to clipboard operation
DeepStream-Yolo copied to clipboard

How can I display the detected objects on the video stream?

Open AIJIA000 opened this issue 2 years ago • 5 comments

How can I display the detected objects on the video stream,thanks

AIJIA000 avatar Dec 04 '22 08:12 AIJIA000

Do you mean to output video stream (RTSP output)?

marcoslucianops avatar Jan 26 '23 10:01 marcoslucianops

Yes

AIJIA000 avatar May 15 '23 03:05 AIJIA000

For deepstream-app

[sink0]
enable=1
type=4
codec=1
enc-type=0
sync=0
bitrate=4000000
profile=0
rtsp-port=8554
udp-port=5400
gpu-id=0

The output RTSP will be rtsp://localhost:8554/ds-test with this configuration.

marcoslucianops avatar May 19 '23 12:05 marcoslucianops

I am getting this error when I try to do the rtsp: GLib-GObject-WARNING **: 14:04:56.299: g_object_get_is_valid_property: object class 'GstUDPSrc' has no property named 'pt'

emad555 avatar Oct 23 '23 10:10 emad555

It's not an error, just a GStreamer warning.

marcoslucianops avatar Nov 07 '23 12:11 marcoslucianops