![]() |
PST SDK
5.0.1.0-acae3ae
|
Get download links for calibration files of the uncalibrated cameras.
GET /PSTapi/GetUncalibratedCameraUrls HTTP/1.1
Host: address:port
http://localhost:7278/PSTapi/GetUncalibratedCameraUrls
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 |
{"UncalibratedCameraUrls":["http://www.ps-tech.com/pstsw/calibrations/iris_22555964.cam","http://www.ps-tech.com/pstsw/calibrations/iris_22555965.cam"]}
| Status Code | Content Example | Meaning |
|---|---|---|
| 200 | Json payload | Success message |
| 400 | {"message":"JSON_ERROR: <...>"} | an error occured when parsing a json object |
| 500 | {"message":"TrackerException: <...>"} | an other type of internal error |