Get snapshot from camera provider integration
Retrieves a thumbnail (binary image) from a camera provider through Gatego Backend. It needs authentication and will work only for camera providers that need proxying, such as Verkada.
Path parameters
-
Camera ID in the Integration's Context
-
Integration ID
Query parameters
-
snapshot_from_stream string
When true, try to force getting the snapshot from a live stream if the provider supports it (instead from a thumbnail/snapshot API). Normally this results in a more recent Snapshot, but the latency might increase
GET
/api/camera/proxied/{integration_id}/{integration_camera_id}/footage/snapshot
curl \
-X GET https://api-dev.gatego.io/api/camera/proxied/{integration_id}/{integration_camera_id}/footage/snapshot