PST SDK
6.0.0.0-272350a
|
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.
POST /PSTapi/EnableFiltering HTTP/1.1
Host: address:port
Returns a status message.
Status Code | Content Example | Meaning |
---|---|---|
200 | {"message":"Filtering Enabled"} | Success message |
500 | {"message":"TrackerException: <...>"} | An other type of internal error |