PST SDK
6.0.0.0-272350a
|
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 |