PST SDK  5.0.1.0-acae3ae
EnableImageTransfer

Enable image transfer from the PST Tracker.

Enable transferring grayscale image data from the PST Tracker. After enabling image transfer, call PSTapi/StartRawImageDataStream in order to receive the captured images. When no calls are made to PSTapi/StartRawImageDataStream for more than 4 seconds, image transfer will be automatically disabled. Note that for the standard PST Iris and standard PST Base trackers, enabling image transfer will result in a reduced framerate of 30 fps. The frame rate will be restored to the original setting after image transfer is disabled.

Endpoint
  
  POST /PSTapi/EnableImageTransfer HTTP/1.1
  Host: address:port
 
Response

Returns a status message.

Verification table
Status Code Content Example Meaning
200 {"message":"Image transfer enabled successfully"} Success message
500 {"message":"TrackerException: <...>"} an other type of internal error