PST SDK
6.0.0.0-272350a
|
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 occurred when parsing a JSON object |
500 | {"message":"TrackerException: <...>"} | An other type of internal error |