修改配置参数,修改Kinect坐标映射
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -2,23 +2,23 @@
|
|||||||
"master":true,
|
"master":true,
|
||||||
"ndisplay":true,
|
"ndisplay":true,
|
||||||
"slaveIp":"127.0.0.1",
|
"slaveIp":"127.0.0.1",
|
||||||
"ControllerIp":"127.0.0.1",
|
"ControllerIp":"192.168.1.156",
|
||||||
"ControllerPort":9999,
|
"ControllerPort":80,
|
||||||
"windowSize":{
|
"windowSize":{
|
||||||
"x":3840,
|
"x":3840,
|
||||||
"y":1080
|
"y":1080
|
||||||
},
|
},
|
||||||
"KinectOffset":{
|
"KinectOffset":{
|
||||||
"x":0,
|
"x":-60,
|
||||||
"y":0,
|
"y":10,
|
||||||
"z":1
|
"z":75
|
||||||
},
|
},
|
||||||
"KinectRange":{
|
"KinectRange":{
|
||||||
"scale":0.5,
|
"scale":1,
|
||||||
"xCenter":200,
|
"xCenter":200,
|
||||||
"xMin":-200,
|
"xMin":-150,
|
||||||
"xMax":200,
|
"xMax":150,
|
||||||
"yMin":-200,
|
"yMin":-100,
|
||||||
"yMax":200
|
"yMax":180
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user