![]() |
PST SDK
5.1.0.0-e242fa9
|
Get the current exposure time as set on the PST Tracker.
GET /PSTapi/GetExposure HTTP/1.1
Host: address:port
Returns the exposure time in seconds.
Key | Value Type | Description |
---|---|---|
Exposure | double | The current exposure time. |
{"Exposure":9.9999997473787516e-05}
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 |