Skip to content

Scene

A continuous span of the broadcast feed of a single scene type. is_analysable is true for the main tactical camera and false for replays, slow-motion, close-ups, and other shots where tracking can't run.

Category: Structure

Properties

Property Type Description Values
is_analysable bool Whether this scene is the main-camera broadcast feed.

Querying

{
  "filters": [
    { "type": "scene" }
  ]
}

Response

Events of this type appear in the Events endpoint response:

{
  "start": 125.5,
  "end": 135.5,
  "label": "analysable",
  "event_type": "scene"
}

The label is "analysable" or "not analysable".