PST SDK
6.0.0.0-272350a
|
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 frame rate of 30 fps. The frame rate will be restored to the original setting after image transfer is disabled.
POST /PSTapi/EnableImageTransfer HTTP/1.1
Host: address:port
Returns a status message.
Status Code | Content Example | Meaning |
---|---|---|
200 | {"message":"Image transfer enabled successfully"} | Success message |
500 | {"message":"TrackerException: <...>"} | An other type of internal error |