# Media

The Media library is a fleet-wide gallery of dashcam events. Use it to scan recent footage across every connected vehicle, narrow down by date, vehicle, driver, severity, or coaching status, and open the full review panel for any event.

<figure><img src="/files/79CwtWOFG5WI9JN8U4HN" alt=""><figcaption></figcaption></figure>

> **Permissions:** Access to the Media library follows the standard tracking permissions. Users who can open the [Tracking](/documentation/fleet-operations/tracking.md) page can also open Media.

## What you can do

* Browse dashcam events from every vehicle in your fleet, not just one at a time.
* Switch between **Cards** view (a thumbnail grid) and **List** view (a dense table).
* Filter by date range, VRN, event type, severity, coaching status, and driver.
* Animate moving thumbnails (GIF / WebP) on hover, or freeze them for performance.
* Choose between 1, 2, or 4 channel previews per card.
* Toggle whether the VRN, location, and event icon are drawn over each thumbnail.
* Open an event to view the full clip, telemetry overlays, and review actions.

## Opening the Media library

To open the Media library, click **Tracking** in the sidebar and select **Media**, or navigate directly to `/tracking/media`.

## Header and filter bar

The header offers:

* **View toggle** - switch between **Cards** (grid icon) and **List** (rows icon).
* **Preview size** - select **Small**, **Medium**, or **Large** thumbnails.
* **Channels** (cards view only) - choose 1, 2, or 4 thumbnails per card to match how many cameras the vehicle has.
* **Settings** (cog icon) - open the display popover:
  * **Animate GIFs** - play moving thumbnails automatically.
  * **Show Icon** - draw the event-type icon overlay on each thumbnail.
  * **Show VRN as text** - render the registration number as plain text instead of a number-plate badge.
  * **Show Location as text** - render the location overlay as plain text.

The filter bar below the header provides:

| Control         | What it does                                                                               |
| --------------- | ------------------------------------------------------------------------------------------ |
| Date range      | Pick a start and end date with the calendar popover. The default range is the last 7 days. |
| Search VRN      | Free-text search across the registration field.                                            |
| Event type      | Limit results to a single event type (for example, harsh braking, distraction).            |
| Coaching status | Filter to **Coached**, **Not coached**, or all.                                            |
| Driver          | Filter to a single driver.                                                                 |
| Severity        | Multi-select toggle for **Low Risk**, **Medium Risk**, and **High Risk**.                  |

## Cards view

Each card shows the latest thumbnail (or a multi-camera grid when channels is set to 2 or 4), and overlays:

* Severity dot and event-type label (top-left).
* Peak G-force or speed reading - including the speed-limit sign for speeding events (top-right).
* Date and time (bottom-right).
* A status pill if the event has been reviewed.

Click any card to open the full event review panel.

## List view

The list view shows the same events as a sortable, scannable table with columns for vehicle, event type, location, date/time, severity, peak speed, channel count, notes, coaching status, and the SecureFusion verification badge.

v

> **Tip:** Use list view when you need to triage a large backlog. Switch to cards view when you want to scan visually for unusual events.

## Opening an event

Click any card or row to open the event review panel. From the panel you can play each available channel, scrub through the surrounding telemetry, mark the event as **Acknowledged** or **False Positive**, flag it for coaching, or send it to a coaching session.

Events flagged for coaching feed the [Coaching sessions](/documentation/coaching/coaching/sessions.md) workflow.

## Related articles

* [Tracking](/documentation/fleet-operations/tracking.md)
* [Video events](/documentation/fleet-operations/tracking/video-events.md)
* [Coaching sessions](/documentation/coaching/coaching/sessions.md)
* [Tracking modes](/documentation/fleet-operations/tracking/tracking-modes.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fleetfusion.ai/documentation/fleet-operations/tracking/media.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
