Skip to content

Commit b35d070

Browse files
authored
Merge pull request #159 from xwu2git/master
lots of small features.
2 parents 27a32c3 + 33afb1f commit b35d070

File tree

7,872 files changed

+382
-261
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,872 files changed

+382
-261
lines changed

analytics/object-detection/platforms/VCAC-A/pipelines/gstreamer/object_detection/2/pipeline.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "object_detection",
33
"version": 2,
44
"type": "GStreamer",
5-
"template":"urisourcebin uri=\"{source[uri]}\" name=source ! tee name=t ! queue leaky=upstream ! decodebin ! video/x-raw,width=1024,height=1024 ! videoconvert name=\"videoconvert\" ! queue leaky=upstream ! gvadetect model=\"{models[object_detection][1][network]}\" model-proc=\"{models[object_detection][1][proc]}\" name=\"detection\" ! gvametaconvert converter=json method=detection source=\"{source[uri]}\" name=\"jsonmetaconvert\" ! gvametapublish name=metapublish ! queue ! appsink name=appsink t. ! queue ! rtph264depay ! h264parse ! splitmuxsink location={parameters[recording_prefix]} max-size-time=60500000000 name=\"splitmuxsink\"",
5+
"template":"rtspsrc location=\"{source[uri]}\" udp-buffer-size=212992 name=source ! queue ! rtph264depay ! h264parse ! video/x-h264 ! tee name=t ! queue ! decodebin ! videoconvert name=\"videoconvert\" ! video/x-raw,format=BGRx ! queue leaky=upstream ! gvadetect model=\"{models[object_detection][1][network]}\" model-proc=\"{models[object_detection][1][proc]}\" name=\"detection\" ! gvametaconvert converter=json method=detection source=\"{source[uri]}\" name=\"jsonmetaconvert\" ! queue ! gvametapublish name=metapublish ! appsink name=appsink t. ! queue ! splitmuxsink location={parameters[recording_prefix]} max-size-time=60500000000 name=\"splitmuxsink\"",
66
"description": "Object Detection Pipeline",
77
"parameters": {
88
"type" : "object",

cloud/.gitignore

-1
This file was deleted.

cloud/html/header.shtml

-5
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@
3939
<input class="input-group-field" id="sensorUpdate" type="number" value=2000>
4040
</div>
4141

42-
<div class="input-group">
43-
<span class="input-group-label" style="width:40%"><b>Analytics Update (ms):</b></span>
44-
<input class="input-group-field" id="analyticsUpdate" type="number" value=5000>
45-
</div>
46-
4742
<div class="input-group">
4843
<span class="input-group-label" style="width:40%"><b>Service Update (ms):</b></span>
4944
<input class="input-group-field" id="serviceUpdate" type="number" value=5000>

cloud/html/images/arrow.gif

-41.5 KB
Binary file not shown.

cloud/html/images/camera.gif

293 KB

cloud/html/images/queue.gif

362 KB

0 commit comments

Comments
 (0)