PST SDK  5.0.1.0-acae3ae
EnableFiltering

Enable filtering of the tracking results.

Switch on filtering of the tracker results using a double exponential-based prediction filter (DESP). This will result in smoother tracking with less noise. It can have a small impact on tracker accuracy.

Note
When the shared memory communication pipeline is used to connect the PST-Client application to the SDK, filtering will be disabled upon starting the PST-Client application. To prevent multiple filter passes, filtering should not be re-enabled until the PST-Client application is closed.
Endpoint
  
  POST /PSTapi/EnableFiltering HTTP/1.1
  Host: address:port
 
Response

Returns a status message.

Verification table
Status Code Content Example Meaning
200 {"message":"Filtering Enabled"} Success message
500 {"message":"TrackerException: <...>"} an other type of internal error