frigate/web/src/components
ryzendigo 717b878956 feat: add daily recap video generation
Adds a new recap feature that composites detected people from throughout
the day onto a clean background, producing a short summary video of all
activity for a given camera.

How it works:
- Builds a clean background plate via median of sampled frames
- Extracts clip frames for each person event from recordings
- Uses per-event background subtraction (first frame of clip as reference)
  within a soft spotlight region to isolate the person
- Groups non-overlapping events to play simultaneously
- Balances groups by duration so the video stays even
- Renders at 2x speed, stitches groups into final output

New files:
- frigate/recap/ — core generation module
- frigate/api/recap.py — POST /recap/{camera}, GET /recap/{camera}
- frigate/config/recap.py — recap config section (enabled, fps, etc)
- frigate/test/test_recap.py — unit tests
- web/src/components/overlay/RecapDialog.tsx — UI component (not yet wired)

Config example:
  recap:
    enabled: true
    default_label: person
    output_fps: 10
    video_duration: 30
    background_samples: 30

Relates to #54
2026-03-21 16:36:39 +08:00
..
audio Improve audio detection debugging (#19753) 2025-08-25 13:40:21 -05:00
auth Frontend fixes (#22309) 2026-03-07 06:43:00 -07:00
button UI tweaks (#20687) 2025-10-27 07:44:34 -05:00
camera Debug replay (#22212) 2026-03-04 10:07:34 -06:00
card Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
chat Add GenAI Backend Streaming and Chat (#22152) 2026-02-27 09:07:30 -07:00
classification Miscellaneous fixes (0.17 beta) (#21737) 2026-01-21 17:46:24 -07:00
config-form Settings UI tweaks (#22547) 2026-03-20 07:24:34 -06:00
dynamic Replace react-tracked and react-use-websocket with useSyncExternalStore (#22386) 2026-03-11 09:02:51 -05:00
filter UI tweaks (#22405) 2026-03-12 16:57:42 -06:00
graph Fix storage graph (#19230) 2025-07-22 06:24:15 -06:00
icons feat: add i18n (translation/localization) (#16877) 2025-03-16 10:36:20 -05:00
indicators Update frontend to React 19 (#22275) 2026-03-05 07:42:38 -07:00
input Miscellaneous fixes (0.17 beta) (#21867) 2026-02-03 08:31:00 -06:00
menu Add ability to toggle camera features via API (#22538) 2026-03-19 17:39:28 -05:00
mobile Update frontend to React 19 (#22275) 2026-03-05 07:42:38 -07:00
navigation Miscellaneous Fixes (#20897) 2025-11-17 08:12:05 -06:00
overlay feat: add daily recap video generation 2026-03-21 16:36:39 +08:00
player fix: WebSocket connection leaked on WebRTC player cleanup (#22473) 2026-03-16 06:47:07 -06:00
preview Improve review segmentation behavior (#19850) 2025-08-31 16:36:12 -05:00
settings Camera profile support (#22482) 2026-03-19 09:47:57 -05:00
timeline Improve annotation offset UX (#22310) 2026-03-07 07:50:00 -06:00
trigger Miscellaneous fixes (0.17 beta) (#21683) 2026-01-18 06:36:27 -07:00
ui Improve motion review and add motion search (#22253) 2026-03-05 17:53:48 -06:00
ws Debug replay (#22212) 2026-03-04 10:07:34 -06:00
Logo.tsx Use cn() for class names throughout (#11278) 2024-05-07 08:00:25 -06:00
Statusbar.tsx Camera profile support (#22482) 2026-03-19 09:47:57 -05:00
Wrapper.tsx spacing on mobile landscape (#11397) 2024-05-16 10:51:57 -06:00