Skip to content

Commit 95f2bdd

Browse files
authored
Update local-rgb-od_multi-overlay.sh
Fix wrong param names
1 parent b6008d2 commit 95f2bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/linux/local-rgb-od_multi-overlay.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
# 3) Convert the stream and display it with FPS information
99

1010
gst-launch-1.0 \
11-
zedsrc stream-type=0 enable-object-detection=true object-detection-model=0 camera-resolution=2 camera-fps=30 ! queue ! \
11+
zedsrc stream-type=0 od-enabled=true od-detection-model=0 resolution=2 framerate=30 ! queue ! \
1212
zedodoverlay ! queue ! \
1313
autovideoconvert ! fpsdisplaysink

0 commit comments

Comments
 (0)