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