PST SDK  5.0.1.0-acae3ae
SetFramerate

Set the frame rate of the tracker in frames per second.

Endpoint
  
  POST /PSTapi/SetFramerate HTTP/1.1
  Host: address:port
 
Framerate Object
Key Value Type Description
Framerate double Frame per seconds
POST Payload: Request body parameters example
 
  {"Framerate":30}
 
Response

Returns a status message.

Verification table
Status Code Content Example Meaning
200 {"message": "Framerate set successfully"} Success message
400 {"message":"JSON_ERROR: <...>"} an error occured when parsing a json object
400 {"message":"TrackerException:MSG_NOT_SUPPORTED <...>"}
500 {"message":"TrackerException: <...>"} an other type of internal error