PST SDK  5.0.1.0-acae3ae
SetOrientationFilter

Set the strength of the orientation filter.

Endpoint
  
  POST /PSTapi/SetOrientationFilter  HTTP/1.1
  Host: address:port
 
Framerate Object
Key Value Type Description
OrientationFilter double strength of the orientation filter in range [0, 0.99]
POST Payload: Request body parameters example
 
  {"OrientationFilter": 0.2}
 
Response

Returns a status message.

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