PST SDK  5.0.1.0-acae3ae
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