PST SDK  5.0.1.0-acae3ae
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 occured when parsing a json object
500 {"message":"TrackerException: <...>"} an other type of internal error