cameras

Retrieve a screenshot from camera stream (can be cached)

Use this method to retrieve a screenshot from a camera video stream (can be cached).

get/cameras/{id}/screenshot/

Path parameters

idinteger required

A unique integer value identifying this Camera.

Query parameters

heightinteger

Screenshot height

qualityinteger

Screenshot quality (the value can be ignored if the stream is not processed by the findface-video-worker)

rotboolean

Either request screenshot with ROT or without

widthinteger

Screenshot width

Changes