Hello, I am using several ZED cameras that are each connected to a ZED box around the room and are on a local network. When I try running the ZED360 calibration program using the JSON file, I’m able to see one skeleton of a person moving around even though there are different colours in the key. The loading bar also doesn’t start getting completed and in the future I want to add more cameras to the calibration.
The JSON file:
{
“29884945”: {
“input”: {
“zed”: {
"configuration": "10.90.90.1:30000",
"type": "STREAM"
},
"fusion": {
"type": "INTRA_PROCESS"
}
},
"world": {
"rotation": [
0,
0,
0
],
"translation": [
0,
0,
0
]
}
},
"28433816": {
"input": {
"zed": {
"configuration": "10.90.90.2:30000",
"type": "STREAM"
},
"fusion": {
"type": "INTRA_PROCESS"
}
},
"world": {
"rotation": [
0,
0,
0
],
"translation": [
0,
0,
0
]
}
}
}
Thanks for any help.