@@ -121,29 +121,28 @@ GStreamer plugin package for ZED Cameras. The package is composed of several plu
121
121
### `ZED Video Source Plugin` parameters
122
122
Most of the parameters follow the same name as the C++ API. Except that `_` is replaced by `-` to follow gstreamer common formatting.
123
123
124
- * `camera- resolution`: stream resolution - {VGA (3), HD270 (2), HD1080 (1), HD2K (0)}
125
- * `camera-fps `: stream framerate - {15, 30, 60, 100}
126
- * `sdk- verbose`: SDK verbose mode - {TRUE, FALSE}
127
- * `camera-image- flip`: flip streams vertically - {TRUE, FALSE, AUTO}
124
+ * `resolution`: stream resolution - {VGA (3), HD270 (2), HD1080 (1), HD2K (0)}
125
+ * `framerate `: stream framerate - {15, 30, 60, 100}
126
+ * `verbose`: SDK verbose mode - {TRUE, FALSE}
127
+ * `flip`: flip streams vertically - {TRUE, FALSE, AUTO}
128
128
* `camera-id`: camera ID - [0, 256]
129
129
* `camera-sn`: camera serial number
130
130
* `svo-file-path`: SVO file path for SVO input
131
- * `input -stream-ip`: device(sender) IP address when using streaming input from ZED SDK
132
- * `input -stream-port`: IP port when using streaming input from ZED SDK
131
+ * `in -stream-ip-addr `: device(sender) IP address when using streaming input from ZED SDK
132
+ * `in -stream-port `: IP port when using streaming input from ZED SDK
133
133
* `stream-type`: type of video stream - {Left image (0), Right image (1), Stereo couple (2), 16 bit depth (3), Left+Depth (4)}
134
- * `depth-minimum-distance `: Minimum depth value
135
- * `depth-maximum-distance `: Maximum depth value
134
+ * `min-depth `: Minimum depth value
135
+ * `max-depth `: Maximum depth value
136
136
* `enable-right-side-measure `: Enable right side measures - {TRUE, FALSE}
137
- * `camera-disable-self-calib`: Disable the self calibration processing when the camera is opened - {TRUE, FALSE}
138
- * `depth-stabilization`: Enable depth stabilization - {TRUE, FALSE}
139
- * `enable-positional-tracking`: Enable positional tracking - {TRUE, FALSE}
140
- * `camera-is-static`: Set to TRUE if the camera is static - {TRUE, FALSE}
141
- * `coordinate-system`: ZED SDK Coordinate System - {Image (0) - Left handed, Y up (1) - Right handed, Y up (2) - Right handed, Z up (3) - Left handed, Z up (4) - Right handed, Z up, X fwd (5)}
142
- * `enable-object-detection `: Enable Object Detection - {TRUE, FALSE}
143
- * `object-detection-image-sync `: Object detection frame sync - {TRUE, FALSE}
144
- * `object-detection-tracking `: Enable tracking for the detected objects - {TRUE, FALSE}
145
- * `object-detection-model`: Object Detection Model - {Multi class (0), Human Body Tracking FAST (1), Human Body Tracking ACCURATE (2)}
146
- * `object-detection-confidence`: Minimum Detection Confidence - [0,100]
137
+ * `disable-self-calib`: Disable the self calibration processing when the camera is opened - {TRUE, FALSE}
138
+ * `depth-stability`: Enable depth stabilization - {TRUE, FALSE}
139
+ * `pos-tracking`: Enable positional tracking - {TRUE, FALSE}
140
+ * `cam-static `: Set to TRUE if the camera is static - {TRUE, FALSE}
141
+ * `coord-system`: ZED SDK Coordinate System - {Image (0) - Left handed, Y up (1) - Right handed, Y up (2) - Right handed, Z up (3) - Left handed, Z up (4) - Right handed, Z up, X fwd (5)}
142
+ * `coord-system `: Enable Object Detection - {TRUE, FALSE}
143
+ * `od-tracking`: Enable tracking for the detected objects - {TRUE, FALSE}
144
+ * `od-detection-model`: Object Detection Model - {Multi class (0), Human Body Tracking FAST (1), Human Body Tracking ACCURATE (2)}
145
+ * `od-confidence`: Minimum Detection Confidence - [0,100]
147
146
148
147
### `ZED Video Demuxer Plugin` parameters
149
148
@@ -238,7 +237,7 @@ More details about the sub-structures are available in the [`gstzedmeta.h` file]
238
237
239
238
```
240
239
gst-launch-1.0 \
241
- zedsrc stream-type=0 enable-object-detection =true object -detection-model=0 camera- resolution=0 camera-fps=15 ! queue ! \
240
+ zedsrc stream-type=0 od-enabled =true od -detection-model=0 resolution=2 framerate=30 ! queue ! \
242
241
zedodoverlay ! queue ! \
243
242
autovideoconvert ! fpsdisplaysink
244
243
```
@@ -250,7 +249,7 @@ More details about the sub-structures are available in the [`gstzedmeta.h` file]
250
249
251
250
```
252
251
gst-launch-1.0 \
253
- zedsrc stream-type=2 enable-object-detection =true object -detection-model=1 camera- resolution=0 camera-fps=15 ! queue ! \
252
+ zedsrc stream-type=2 od-enabled =true od -detection-model=1 resolution=0 camera-fps=15 ! queue ! \
254
253
zedodoverlay ! queue ! \
255
254
autovideoconvert ! fpsdisplaysink
256
255
```
@@ -262,7 +261,7 @@ More details about the sub-structures are available in the [`gstzedmeta.h` file]
262
261
263
262
```
264
263
gst-launch-1.0 \
265
- zedsrc stream-type=0 enable-object-detection =true object -detection-model=2 camera- resolution=0 camera-fps=15 ! queue ! \
264
+ zedsrc stream-type=0 od-enabled =true od -detection-model=2 resolution=0 camera-fps=15 ! queue ! \
266
265
zedodoverlay ! queue ! \
267
266
autovideoconvert ! fpsdisplaysink
268
267
```
@@ -274,7 +273,7 @@ More details about the sub-structures are available in the [`gstzedmeta.h` file]
274
273
275
274
```
276
275
gst-launch-1.0 \
277
- zedsrc stream-type=4 camera- resolution=2 camera-fps=30 enable-object-detection =true object -detection-model=1 ! \
276
+ zedsrc stream-type=4 resolution=2 camera-fps=30 od-enabled =true od -detection-model=1 ! \
278
277
zeddemux name=demux \
279
278
demux.src_left ! queue ! zedodoverlay ! queue ! autovideoconvert ! fpsdisplaysink \
280
279
demux.src_aux ! queue ! autovideoconvert ! fpsdisplaysink
@@ -288,7 +287,7 @@ More details about the sub-structures are available in the [`gstzedmeta.h` file]
288
287
```
289
288
gst-launch-1.0 \
290
289
zeddatamux name=mux \
291
- zedsrc stream-type=4 camera- resolution=0 camera-fps=15 enable-object-detection =true object -detection-model=1 ! \
290
+ zedsrc stream-type=4 resolution=0 camera-fps=15 od-enabled =true od -detection-model=1 ! \
292
291
zeddemux stream-data=true is-depth=true name=demux \
293
292
demux.src_aux ! queue ! autovideoconvert ! videoscale ! video/x-raw,width=672,height=376 ! queue ! fpsdisplaysink \
294
293
demux.src_data ! mux.sink_data \
0 commit comments