![]() |
PST SDK
5.1.0.0-e242fa9
|
Set the exposure time in seconds.
POST /PSTapi/SetExposure HTTP/1.1
Host: address:port
{"Exposure":9.9999997473787516e-05}
Returns a status message.
| Status Code | Content Example | Meaning |
|---|---|---|
| 200 | {"message": "Exposure time set succesfully"} | Success message |
| 400 | {"message":"JSON_ERROR: <...>"} | an error occurred when parsing a JSON object |
| 400 | {"message":"TrackerException:MSG_OUT_OF_RANGE <...>"} | the Exposure time is out of range. |
| 400 | {"message":"TrackerException:MSG_NOT_SUPPORTED <...>"} | |
| 500 | {"message":"TrackerException: <...>"} | an other type of internal error |