v1

latestOpenAPI 3.0.32026-07-26134195287.9 KB
Analytics

Get Max People/Vehicle Counts

Returns the max count of people and vehicles within a specified time range.

get/cameras/v1/analytics/max_object_counts

Query parameters

camera_idstring required

The unique identifier of the camera.

start_timeinteger

The start of the time range for requested counts. Formatted as a Unix timestamp in seconds. Default value is the current time. If only providing a start time, the same value will be used for <code>end_time</code>

end_timeinteger

The end of the time range for requested counts. Formatted as a Unix timestamp in seconds. It can only be used if <code>start_time</code> is also provided

integer[]

Response

OK

people_countinteger

The number of people detected.

vehicle_countinteger

The number of vehicle detected.