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

Get the current exposure time as set on the PST Tracker.

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

Returns the exposure time in seconds.

Exposure Object
Key Value Type Description
Exposure double The current exposure time.
Example
{"Exposure":9.9999997473787516e-05}
Verification table
Status Code Content Example Meaning
400 {"message":"JSON_ERROR: <...>"} An error occurred when parsing a JSON object
500 {"message":"TrackerException: <...>"} An other type of internal error