mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update frigate to v0.14.1 (#1415)
This commit is contained in:
parent
2dcd2c22f4
commit
cfae143897
|
@ -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.14.0@sha256:416fa4cc44fd1e40abf522ddb01defa83f2fefeca2337425c1fe1574b7f4bb14
|
||||
image: ghcr.io/blakeblackshear/frigate:0.14.1@sha256:22e3d0b486df52c3d669682254c2b1bf4205fa6ad8bd8f8c9f7fe76b1517005d
|
||||
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.14.0"
|
||||
version: "0.14.1"
|
||||
tagline: A complete and local NVR
|
||||
description: >-
|
||||
A complete and local NVR designed for Home Assistant with AI object detection.
|
||||
|
@ -17,33 +17,18 @@ description: >-
|
|||
|
||||
- Your RTSP password (if needed) is the "default app password" that is displayed on Frigate's page in the app store (shown after install).
|
||||
releaseNotes: >-
|
||||
⚠️ There are several breaking changes in this release. Frigate will attempt to update the configuration automatically; however, in some cases manual changes may be required.
|
||||
|
||||
|
||||
Please review the full release notes before upgrading: https://github.com/blakeblackshear/frigate/releases/tag/v0.14.0
|
||||
This is a maintenance release for Frigate 0.14 that includes bugfixes as well as performance and stability improvements.
|
||||
|
||||
|
||||
⚠️ Breaking Changes:
|
||||
- Existing events will not be visible in the new UI. You may want to export any starred/favorite events before upgrading. Recordings can still be viewed in the new UI using the recordings viewer.
|
||||
- Zone/mask coordinates are now stored in the config as relative values
|
||||
- The UI's live mode is now intelligently selected. The live_mode config option is now deprecated and should be removed.
|
||||
- RTMP was deprecated in 0.13 and has been fully removed in 0.14. You will need to remove any rtmp references in your config file.
|
||||
- OpenVINO upgrade: Intel Neural Compute sticks no longer supported
|
||||
|
||||
New Features:
|
||||
- Brand new UI with improved dashboard and review capabilities
|
||||
- Authentication support
|
||||
- Loitering time for zones
|
||||
- Two-way talk for supported cameras
|
||||
- Rockchip boards now support object detection
|
||||
- Automatic hardware acceleration detection
|
||||
|
||||
Other Notable UI Changes
|
||||
- System stats - New charts and graphs with colored segments to track system usage history and more quickly identify problems or issues.
|
||||
- Status bar - A new status bar gives at-a-glance CPU/GPU usage as well as any problems or issues with Frigate.
|
||||
- New log viewer - The log viewer now provides a pane with links to solutions for common issues.
|
||||
- Real-time motion tuning - Tune motion detection settings for your cameras without editing your config file and restarting.
|
||||
- New mask and zone editor - Edit your masks and zones with a much-improved editor.
|
||||
Key highlights:
|
||||
- Fixed authentication when serving Frigate at a subpath
|
||||
- Improved iOS export functionality
|
||||
- Enhanced review camera sorting
|
||||
- Added confirmation dialog before deleting review items
|
||||
- Improved pan/pinch/zoom capability on Frigate+ view snapshots
|
||||
- Fixed issues with recordings view and live player
|
||||
- Added shortcut key "r" to mark items as reviewed in Review pane
|
||||
- Various UI and performance enhancements
|
||||
|
||||
|
||||
Full release notes are available at https://github.com/blakeblackshear/frigate/releases
|
||||
|
|
Loading…
Reference in New Issue
Block a user