mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update frigate to v0.15.1 (#2574)
This commit is contained in:
parent
f9785f645a
commit
eba2250851
@ -10,7 +10,7 @@ services:
|
||||
web:
|
||||
privileged: true # this may not be necessary for all setups
|
||||
restart: unless-stopped
|
||||
image: ghcr.io/blakeblackshear/frigate:0.15.0@sha256:dc77295ccc5a7258510ab6b1d9d5b7a339027305e2d29224338534febc4d1e89
|
||||
image: ghcr.io/blakeblackshear/frigate:0.15.1@sha256:c4e02d2c511847eebbda8e0e370b41c78e7b51247353de79340e06c3e95f11be
|
||||
shm_size: "128mb" # update for your cameras based on calculation above
|
||||
devices:
|
||||
- /dev:/dev
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: frigate
|
||||
category: automation
|
||||
name: Frigate
|
||||
version: "0.15.0"
|
||||
version: "0.15.1"
|
||||
tagline: A complete and local NVR
|
||||
description: >-
|
||||
A complete and local NVR designed for Home Assistant with AI object detection.
|
||||
@ -20,14 +20,9 @@ releaseNotes: >-
|
||||
⚠️ As usual, Frigate will attempt to update its configuration automatically. It is still recommended to back up your current config and database before upgrading.
|
||||
|
||||
|
||||
Key changes include:
|
||||
- Rewritten shared memory (SHM) system for improved stability
|
||||
- New recording configuration for better control of alerts and detections retention
|
||||
- New Explore feature for searching and exploring tracked objects
|
||||
- Native notifications support via WebPush protocol
|
||||
- Improved tools for debugging with Review Item Details and Object Lifecycle panes
|
||||
- New object detectors including ONNX, AMD MiGraphX, and Hailo-8 support
|
||||
- Enhanced UI with improved storage metrics, camera stream info, and keyboard shortcuts
|
||||
This is a maintenance release that includes two bugfixes:
|
||||
- Fixed a crash in the 'get_current_frame()' function
|
||||
- Fixed the TensorRT model preparation script
|
||||
|
||||
|
||||
Full release notes are available at https://github.com/blakeblackshear/frigate/releases
|
||||
|
Loading…
Reference in New Issue
Block a user