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