PST SDK  5.2.0.0-0eac0f6
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
200 JSON payload Success message
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