PST SDK  5.0.1.0-acae3ae
SetExposure

Set the exposure time in seconds.

Endpoint
  
  POST /PSTapi/SetExposure HTTP/1.1
  Host: address:port
 
POST Payload: Request body parameters example
 
  {"Exposure":9.9999997473787516e-05}
 
Response

Returns a status message.

Verification table
Status Code Content Example Meaning
200 {"message": "Exposure time set succesfully"} Success message
400 {"message":"JSON_ERROR: <...>"} an error occured 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