PST SDK  5.0.1.0-acae3ae
GetOrientationFilter

Get the strength of the position filter.

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

Returns the strength of the orientation filter in range [0, 0.99]

OrientationFilter Object
Key Value Type Description
OrientationFilter double The current strength of the orientation filter.
Example
 
  {"OrientationFilter":0.87}
 
Verification table
Status Code Content Example Meaning
200 Json payload Success message
500 {"message":"TrackerException: <...>"} an other type of internal error