Get download links for calibration files of the uncalibrated cameras.
Returns an array of strings representing the URLs to download calibrations files for uncalibrated cameras
| Key | Value Type | Description |
|---|---|---|
| UncalibratedCameraUrls | Array of strings | URLs to download calibrations files |
| Status Code | Content Example | Meaning |
|---|---|---|
| 200 | JSON payload | Success message |
| 400 | {"message":"JSON_ERROR: <...>"} | An error occurred when parsing a JSON object |
| 500 | {"message":"TrackerException: <...>"} | An other type of internal error |