![]() |
PST SDK
5.1.0.0-e242fa9
|
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 |