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

Get the allowed exposure range.

Endpoint
GET /PSTapi/SystemCheck HTTP/1.1
Host: address:port
Response

Returns the minimal and maximal exposure time currently valid in seconds

ExposureRange Object
Key Value Type Description
ExposureRange JSON object JSON object containing min and max entries
min double The minimal valid exposure time in seconds
max double The maximal valid exposure time in seconds
Example
{"ExposureRange":{"max":0.0024999999441206455,"min":9.9999997473787516e-05}}
Verification table
Status Code Content Example Meaning
200 JSON payload Success message
400 {"message":"JSON_ERROR: <...>"} An error occurred when parsing a json object
500 {"message":"TrackerException: <...>"} An other type of internal error