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

Gets the region of the tracking working space where markers are reported.

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

The current marker detection region used while tracking.

GetMarkerDetectionRegion Object
Key Value Type Description
DetectionRegion string The current marker detection region. Possible values: "Optimal", "Full".
Example
{"DetectionRegion": "Optimal"}
Verification table
Status Code Content Example Meaning
200 JSON payload Success message
500 {"message":"TrackerException: <...>"} An other type of internal error