PST SDK
6.0.0.0-272350a
|
Get a vector of available frame rates.
GET /PSTapi/GetSupportedFramerates HTTP/1.1
Host: address:port
Returns an array of string containing all tracking targets names
Key | Value Type | Description |
---|---|---|
SupportedFramerates | array of doubles | supported frame rates values |
{"SupportedFramerates":[30,50,120,200]}
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 |