-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreciever.app.json
34 lines (34 loc) · 1.07 KB
/
reciever.app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "reciever",
"modules": [
"//packages/streamer:reciever",
"message_generators"
],
"graph": {
"nodes": [
{
"name": "reciever",
"components": [
{
"name": "message_ledger",
"type": "isaac::alice::MessageLedger"
},
{
"name": "Reciever",
"type": "isaac::streaming::Reciever"
}
]
}
]
},
"config": {
"reciever" : {
"Reciever" : {
"pipeline" : "udpsrc port=5000 caps = \"video/mpegts, systemstream=(boolean)true, packetsize=(int)188\" buffer-size=5344160 ! tsdemux name=dm dm. ! queue ! h264parse ! avdec_h264 ! tee name=t t. ! queue ! videocrop top=0 right=432 left=0 bottom=720 ! videoconvert ! video/x-raw,format=(string)RGB ! appsink name=depth t. ! queue ! videocrop top=480 right=0 left=0 bottom=0 ! videoconvert ! video/x-raw,format=(string)RGB ! appsink name=color dm. ! queue ! meta/x-klv ! appsink name=data",
"tick_period": "30 Hz",
"max_depth": 1.5,
"min_depth": 0.5
}
}
}
}