PST SDK 7.0.0.0-ebe6e713
Loading...
Searching...
No Matches
GetUncalibratedCameraUrls

Get download links for calibration files of the uncalibrated cameras.

Endpoint
GET /PSTapi/GetUncalibratedCameraUrls HTTP/1.1
Host: address:port
Get Request example
http://localhost:7278/PSTapi/GetUncalibratedCameraUrls
Response

Returns an array of strings representing the URLs to download calibrations files for uncalibrated cameras

UncalibratedCameraUrls Object
Key Value Type Description
UncalibratedCameraUrls Array of strings URLs to download calibrations files
Example
{"UncalibratedCameraUrls":["http://www.ps-tech.com/pstsw/calibrations/iris_22555964.cam","http://www.ps-tech.com/pstsw/calibrations/iris_22555965.cam"]}
Verification table
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