PST SDK  5.2.0.0-0eac0f6
GetSupportedFramerates

Get a vector of available frame rates.

Endpoint
  
  GET /PSTapi/GetSupportedFramerates HTTP/1.1
  Host: address:port
 
Response

Returns an array of string containing all tracking targets names

SupportedFramerates Object
Key Value Type Description
SupportedFramerates array of doubles supported frame rates values
Example
 
  {"SupportedFramerates":[30,50,120,200]}
 
Verification table
Status Code Content Example Meaning
200 JSON payload Success message
500 {"message":"JSON_ERROR: <...>"} An error occurred when parsing a JSON object
500 {"message":"TrackerException: <...>"} An other type of internal error