Animal Detector Analytics (v.0.0.1)

Download OpenAPI specification:

Animal Detector Analytics is intended for determination of:

  • animals on the frame;

The animal_detector_analytics analytics decode stream frames from stream creation request analytic parameters and performs the following actions:

  • Detect animals appearance or disappearance;
  • Executes callbacks once animal appeared on a video, or disappears from it.

The schema of data sending by callback described as stream creation request callback.

animal detector analytics

stream creation

Stream creation superficial request with detailed analytics parameters description.

Full request description (exclude for this analytics description) available at Luna-Video-Manager documentation.

Request Body schema: application/json
required
object

stream data

required
Array of objects

analytics list

property name*
additional property
any

Callbacks

Request samples

Content type
application/json
{
  • "data": {
    },
  • "analytics": [
    ]
}

Callback payload samples

Callback
POST: {$request.body.callbacks.*.url}
Content type
application/json
{
  • "event_type": "animal_detection",
  • "account_id": "557d54ec-29ad-4f3c-93b4-c9092ef12515",
  • "event_create_time": "string",
  • "event_end_time": "string",
  • "event": {
    }
}