Calibrate Networked Cameras on Local Switch

If it helps, this is my config file:

{
    "35415565": { 
        "input": {
            "zed": {
                "type": "USB_SERIAL",
                "configuration": "35415565"
            },
            "fusion": {
                "type": "LOCAL_NETWORK",
                "configuration": {
                    "ip": "192.168.0.51", 
                    "port": 30000
                }
            }
        },
        "world": {
            "rotation": [
                0,
                0,
                0
            ],
            "translation": [
                0,
                0,
                0
            ]
        }
    },
    "36205937": { 
        "input": {
            "zed": {
                "type": "USB_SERIAL",
                "configuration": "36205937"
            },
            "fusion": {
                "type": "LOCAL_NETWORK",
                "configuration": {
                    "ip": "192.168.0.52",
                    "port": 30001
                }
            }
        },
        "world": {
            "rotation": [
                0,
                0,
                0
            ],
            "translation": [
                0,
                0,
                0
            ]
        }
    },
    "39930155": { 
        "input": {
            "zed": {
                "type": "USB_SERIAL",
                "configuration": "39930155"
            },
            "fusion": {
                "type": "LOCAL_NETWORK",
                "configuration": {
                    "ip": "192.168.0.53",
                    "port": 30002
                }
            }
        },
        "world": {
            "rotation": [
                0,
                0,
                0
            ],
            "translation": [
                0,
                0,
                0
            ]
        }
    },
    "37926095": { 
        "input": {
            "zed": {
                "type": "USB_SERIAL",
                "configuration": "37926095"
            },
            "fusion": {
                "type": "LOCAL_NETWORK",
                "configuration": {
                    "ip": "192.168.0.54",
                    "port": 30003
                }
            }
        },
        "world": {
            "rotation": [
                0,
                0,
                0
            ],
            "translation": [
                0,
                0,
                0
            ]
        }
    }
}