Get aggregated motion heatmap for specified time period and camera
Get aggregated motion heatmap for specified time period and camera. Divides a camera’s resolution into a 36x64 grid and counts the number of motion events that occurred in each cell.
Authorizations
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
Headers
Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.
api-token, api, partner-api-token, partner-api Body
Request object for retrieving motion grid data for a device.
RUUID with optional appended facet information
"AAAAAAAAAAAAAAAAAAAAAA.v0"
End time as a UNIX timestamp in seconds
1641081600
Start time as a UNIX timestamp in seconds
1640995200
Response
OK
Response object containing motion grid counts for a device.
Matrix where each cell is a fraction of the camera's resolution and stores the total number of motion events that occurred in the given timeframe
Matrix where each cell is a fraction of the camera's resolution and stores the total number of motion events that occurred in the given timeframe
Matrix where each cell is a fraction of the camera's resolution and stores the total number of motion events that occurred in the given timeframe