Skip to content
Snippets Groups Projects
Commit 6ca7ff01 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Update config for clipping

parent fe3bc0a3
No related branches found
No related tags found
No related merge requests found
Pipeline #14627 passed
...@@ -521,15 +521,22 @@ ...@@ -521,15 +521,22 @@
"listen": "tcp://*:9002" "listen": "tcp://*:9002"
}, },
"sources": [ "sources": [
{"uri":"file:///home/nick/Pictures/FTL/snaptest10.tar.gz#0", "index": "camera0"}, {"uri":"file:///home/nick/Pictures/FTL/snaptest10.tar.gz#0", "index": "0"},
{"uri":"file:///home/nick/Pictures/FTL/snaptest10.tar.gz#1", "index": "camera1"}, {"uri":"file:///home/nick/Pictures/FTL/snaptest10.tar.gz#1", "index": "1"},
{"uri":"file:///home/nick/Pictures/FTL/snaptest10.tar.gz#2", "index": "camera2"}, {"uri":"file:///home/nick/Pictures/FTL/snaptest10.tar.gz#2", "index": "2"},
{"uri":"file:///home/nick/Pictures/FTL/snaptest10.tar.gz#3", "index": "camera3"}, {"uri":"file:///home/nick/Pictures/FTL/snaptest10.tar.gz#3", "index": "3"},
{"uri":"file:///home/nick/Pictures/FTL/snaptest10.tar.gz#4", "index": "camera4"} {"uri":"file:///home/nick/Pictures/FTL/snaptest10.tar.gz#4", "index": "4"}
], ],
"display": { "$ref": "#displays/left" }, "display": { "$ref": "#displays/left" },
"virtual": { "$ref": "#virtual_cams/default" }, "virtual": { "$ref": "#virtual_cams/default" },
"voxelhash": { "$ref": "#hash_conf/default" }, "renderer": {
"clipping": {
"width": 0.5,
"height": 2.0,
"depth": 0.8,
"z": -2.2
}
},
"merge": { "merge": {
"$id": "ftl://blah/blah", "$id": "ftl://blah/blah",
"targetsource" : "ftl://utu.fi/node3#vision_default/source", "targetsource" : "ftl://utu.fi/node3#vision_default/source",
...@@ -540,7 +547,11 @@ ...@@ -540,7 +547,11 @@
"delay" : 500, "delay" : 500,
"patternsize" : [9, 6] "patternsize" : [9, 6]
}, },
"stream": {} "stream": {},
"transform": {
"pitch": -0.4,
"y": -0.5
}
}, },
"reconstruction_lab": { "reconstruction_lab": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment