PST SDK
6.0.0.0-272350a
|
Get the current frame rate as set on the PST Tracker.
GET /PSTapi/GetFramerate HTTP/1.1
Host: address:port
Returns the current frame rate in frames per second (fps).
Key | Value Type | Description |
---|---|---|
200 | JSON payload | Success message |
Framerate | double | The current frame rate. |
{"Framerate":120}
Status Code | Content Example | Meaning |
---|---|---|
200 | JSON payload | Success message |
500 | {"message":"TrackerException: <...>"} | An other type of internal error |