Determines whether the currently connected PST tracker supports tracking region based pruning that restricts detection to a region of interest. When this function returns true, setting the detection region to Optimal via SetMarkerDetectionRegion endpoint will prune markers that fall outside the optimal zone.
Returns the detection region support status, either true or false.
| Key | Value Type | Description |
|---|---|---|
| SupportsDetectionRegionPruning | boolean | true or false |
| Status Code | Content Example | Meaning |
|---|---|---|
| 200 | JSON payload | Success message |
| 500 | {"message":"TrackerException: <...>"} | An other type of internal error |