PST SDK 7.0.0.0-ebe6e713
Loading...
Searching...
No Matches
GetFramerate

Get the current frame rate as set on the PST Tracker.

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

Returns the current frame rate in frames per second (fps).

Framerate Object
Key Value Type Description
Framerate double The current frame rate.
Example
{"Framerate":120}
Verification table
Status Code Content Example Meaning
200 JSON payload Success message
500 {"message":"TrackerException: <...>"} An other type of internal error