PST SDK 7.0.0.0-ebe6e713
Loading...
Searching...
No Matches
SupportsDetectionRegionPruning

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.

Endpoint
GET /PSTapi/SupportsDetectionRegionPruning HTTP/1.1
Host: address:port
Get Request example
http://localhost:7278/PSTapi/SupportsDetectionRegionPruning
Response

Returns the detection region support status, either true or false.

SupportsDetectionRegionPruning Object
Key Value Type Description
SupportsDetectionRegionPruning boolean true or false
Example
{"SupportsDetectionRegionPruning":true}
Verification table
Status Code Content Example Meaning
200 JSON payload Success message
500 {"message":"TrackerException: <...>"} An other type of internal error