Get Thumbnail Image

Returns a low-resolution or high-resolution thumbnail from a specified camera at or near a specified time.

Defaults to low-resolution thumbnails.

The Get Thumbnail Image API endpoint allows users to automatically extract thumbnails from cameras within their Command organization by inputting a camera ID as well as a Unix timestamp in seconds.

It is important to note that although users must specify a timestamp at which to retrieve the specific image, the returned image may not exactly match that timestamp. The thumbnails that are returned through this endpoint are extracted from our cloud services as opposed to the camera itself. With that in mind, cameras will send a thumbnail every 20 seconds to our backend with an additional thumbnail sent if motion is detected during those 20 seconds. The returned thumbnail's associated timestamp will be as close as possible to the user-specified timestamp but may differ by up to 10 seconds (when no motion has been detected).

The call to the Get Thumbnail Image API endpoint returns the binary data of a JPEG image. Users can utilize standard image processing tools or libraries to decode and display the received binary data.

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!