diff --git a/docs/docs/configuration/snapshots.md b/docs/docs/configuration/snapshots.md index f889faba4..8da4a6563 100644 --- a/docs/docs/configuration/snapshots.md +++ b/docs/docs/configuration/snapshots.md @@ -21,11 +21,13 @@ MQTT snapshots are published more frequently — each time a better thumbnail fr Frigate stores a single clean snapshot on disk: -| API / Use | Result | -| --- | --- | -| Stored file | `--clean.webp`, always unannotated | -| `/api/events//snapshot.jpg` | Starts from the camera's `snapshots` defaults, then applies any query param overrides at request time | -| `/api/events//snapshot-clean.webp` | Returns the same stored snapshot without annotations | -| [Frigate+](/plus/first_model) submission | Uses the same stored clean snapshot | +| API / Use | Result | +| ---------------------------------------- | ----------------------------------------------------------------------------------------------------- | +| Stored file | `--clean.webp`, always unannotated | +| `/api/events//snapshot.jpg` | Starts from the camera's `snapshots` defaults, then applies any query param overrides at request time | +| `/api/events//snapshot-clean.webp` | Returns the same stored snapshot without annotations | +| [Frigate+](/plus/first_model) submission | Uses the same stored clean snapshot | + +Note that for tracked objects pre Frigate 0.18, the snapshot frame time was not stored. If you request to annotate a pre-0.18 snapshot with a timestamp, this will be defaulted to the event start time, which may appear confusing. MQTT snapshots are configured separately under `cameras -> your_camera -> mqtt` and are unrelated to the stored event snapshot.