From 043f1b4956c0355a39ae004289ec9af0313b3965 Mon Sep 17 00:00:00 2001 From: triple-Mu Date: Wed, 11 Jan 2023 20:32:30 +0800 Subject: [PATCH] Fix --- csrc/deepstream/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/csrc/deepstream/README.md b/csrc/deepstream/README.md index a12991d..45c3660 100644 --- a/csrc/deepstream/README.md +++ b/csrc/deepstream/README.md @@ -43,6 +43,14 @@ custom-lib-path=./build/libnvdsinfer_custom_bbox_yoloV8.so # the deepst The deepstream config is [`deepstream_app_config.txt`](deepstream_app_config.txt). ```text +**** +[source0] +enable=1 +#Type - 1=CameraV4L2 2=URI 3=MultiURI +type=3 +uri=file://./sample_1080p_h264.mp4 # the video path or stream you want to detect +**** +**** config-file=config_yoloV8.txt # the net config path ```