0.15.0 Beta 3 #15443
Replies: 17 comments 63 replies
-
Everything is good for me ! Ty for all men !!!! |
Beta Was this translation helpful? Give feedback.
-
Had one old object in Explore view I was finally able to delete with the new delete option.. It was well past retention for alerts / detections / snapshots which all top out at 1mo in my config. |
Beta Was this translation helpful? Give feedback.
-
Found something: If I browse to /review?id=<review_id>I get caught in a loop, the browser bounces back and forther between /review and /review?id=<review_id>. I provide this URL as a clickAction in notifications. If I roll back to Docker image ghcr.io/blakeblackshear/frigate:0.15.0-beta2-tensorrt the issue goes away, and then comes back when I switch back to Docker image ghcr.io/blakeblackshear/frigate:0.15.0-beta3-tensorrt. |
Beta Was this translation helpful? Give feedback.
-
here is an odd one.. I have an event on the /review alerts screen that shows the deer icon but no matching deer in the event or in explor? The waste bins also show in the event but not the detail and don't show in explore but it still seems to have some trouble detecting those so I have been working on more samples. |
Beta Was this translation helpful? Give feedback.
-
saw this in the logs, everything seems to still work, but figured i post it here
|
Beta Was this translation helpful? Give feedback.
-
Anyone else getting this error with the latest beta? It doesn’t seem to affect anything at least. |
Beta Was this translation helpful? Give feedback.
-
was anything changed in ffmpeg? I have 3 hikvision cameras, all config'd alike and one of them keeps crashing ffmpeg and can't pull a stream. works fine on Beta 2. Any hints on where to look?
ultimately get: |
Beta Was this translation helpful? Give feedback.
-
@NickM-27 @hawkeye217 something strange... An event with this object lifecycle:
The strange thing is that the snapshot shown is actually an image taken earlier than the one in step 1. The snapshot was captured 1 second before (22:08:06) the image in step 1, with the door still closed. How is it possible that the snapshot was taken earlier than the image in step 1? |
Beta Was this translation helpful? Give feedback.
-
I just swiched on Generative AI, using Gemini. For a very large amount of responses, Gemini complains about receiving only a still image, and not a sequence:
|
Beta Was this translation helpful? Give feedback.
-
If the "/embed" endpoint of Ollama's API at some point introduces an "image" parameter, would this project accept contributions to allow Semantic Search to optionally use that rather than running ONNX runtime locally? Looks like this is being tracked as an issue here |
Beta Was this translation helpful? Give feedback.
-
I am using openvino with iGPU on beta 3 and CPU usage sits at 30+% at all times. Is that expected? Intel GPU when idle sits at 2-3%. |
Beta Was this translation helpful? Give feedback.
-
someone else have much longer times to load and play streams on live? (sometimes doesnt even start) |
Beta Was this translation helpful? Give feedback.
-
Anyone having issues with Ollama? I swapped my GPU's and then upgraded to beta 3 now posts to Ollama return 200 but I get this in the logs. 2024-12-15 17:16:45.231494832 [2024-12-15 17:16:45] httpx INFO : HTTP Request: POST http://ollama:11434/api/show "HTTP/1.1 200 OK" |
Beta Was this translation helpful? Give feedback.
-
editing and troubleshooting machine simultaneously. ignore this for now as the network may be the issue blocking ports. |
Beta Was this translation helpful? Give feedback.
-
I'm using the beta 3 version, it's been saving snapshots longer than I determined in the camera settings, my camera configuration is like this,
|
Beta Was this translation helpful? Give feedback.
-
I had to regress to 14 due to the SHM issues, the refactor in beta 3 seems to have nailed that for me now so thanks a lot. Now I am getting fairly regular service restarts, maybe every 10 mins. On 14 stable this was rock solid no issues at all. Detection appears to be stuck. Restarting detection process.. CPU is around 17% Any idea what might be going down? Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi everyone |
Beta Was this translation helpful? Give feedback.
-
Beta Documentation: https://deploy-preview-13787--frigate-docs.netlify.app/
Images
ghcr.io/blakeblackshear/frigate:0.15.0-beta3
ghcr.io/blakeblackshear/frigate:0.15.0-beta3-standard-arm64
ghcr.io/blakeblackshear/frigate:0.15.0-beta3-tensorrt
ghcr.io/blakeblackshear/frigate:0.15.0-beta3-tensorrt-jp4
ghcr.io/blakeblackshear/frigate:0.15.0-beta3-tensorrt-jp5
ghcr.io/blakeblackshear/frigate:0.15.0-beta3-rk
ghcr.io/blakeblackshear/frigate:0.15.0-beta3-rocm
ghcr.io/blakeblackshear/frigate:0.15.0-beta3-h8l
Changes since Beta 2
Major Changes for 0.15.0
Breaking Changes
There are several breaking changes in this release, Frigate will attempt to update the configuration automatically. In some cases manual changes may be required. It is always recommended to back up your current config and database before upgrading:
frigate.db
fileshm_size
is too low then a warning will be printed in the log stating that it needs to be increased.record
config has been refactored to allow for direct control of how longalerts
anddetections
are retained. These values will be automatically populated from your current config, but you may want to adjust the values that are set after updating. See the updated docs here and ensure your updated config retains the footage you want it to.hwaccel
preset they are using (preset-vaapi
may need to now bepreset-intel-qsv-h264
orpreset-intel-qsv-h265
) if camera feeds are not functioning correctly after upgrading. This may need to be adjusted on a per-camera basis. If aqsv
preset is not working properly, you may still need to use apreset-vaapi
or revert to the previous ffmpeg version as described below.path: "5.0"
in yourffmpeg:
config entry. For example:ffmpeg
is no longer part of$PATH
. In most cases this is handled automatically.exec
streams will need to add the full path for ffmpeg which in most cases will be/usr/lib/ffmpeg/7.0/bin/ffmpeg
.bin: ffmpeg
defined, it needs to be removed.Explore
The new Explore pane in Frigate 0.15 makes it easy to explore every object tracked by Frigate. It offers a variety of filters and supports keyword and phrase-based text search, searching for similar images, and searching through descriptive text generated by AI models.
The default Explore pane shows a summary of your most recent tracked objects organized by label. Clicking the small arrow icon at the end of the list will bring you to an infinitely scrolling grid view. The grid view can also be set as the default by changing the view type from the Settings button in the top right corner of the pane.
The Explore pane also serves as the new way to submit images to Frigate+. Filters can be applied to only display tracked objects with snapshots that have not been submitted to Frigate+. The left/right arrow keys on the keyboard allow quick navigation between tracked object snapshots when looking at the Tracked Object Details pane from the grid view.
AI/ML Search
Frigate 0.15 introduces two powerful search features: Semantic Search and GenAI Search. Semantic Search can be enabled on its own, while GenAI Search works in addition to Semantic Search.
Semantic Search
Semantic Search uses a CLIP model to generate embeddings (numerical representations of images) for the thumbnails of your tracked objects, enabling searches based on text descriptions or visual similarity. This is all done locally.
For instance, if Frigate detects and tracks a car, you can use similarity search to see other instances where Frigate detected and tracked that same car. You can also quickly search your tracked objects using an "image caption" approach. Searching for "red car driving on a residential street" or "person in a blue shirt walking on the sidewalk at dawn" or even "a person wearing a black t-shirt with the word 'SPORT' on it" will produce some stunning results.
Semantic Search works by running an AI model locally on your system. Small or underpowered systems like a Raspberry Pi will not run Semantic Search reliably or at all. A dedicated GPU and 16GB of RAM is recommended for best performance.
See the Semantic Search docs for system requirements, setup instructions, and usage tips.
Generative AI
GenAI Search employs generative AI models to create descriptive text for the thumbnails of your tracked objects, which are stored in the Frigate database to enhance future searches. Supported providers include Google Gemini, Ollama, and OpenAI, so you can choose whether you want to send data to the cloud or use a locally hosted provider.
See the GenAI docs for setup instructions and use case suggestions.
Improved Tools for Debugging
Review Item Details Pane
A new Review Item Details pane can be viewed by clicking / tapping on the gray chip on a review item in the Review pane. This shows more information about the review item as well as thumbnails or snapshots for individual objects (if enabled). The pane also provides links to share the review item, download it, submit images to Frigate+, view object lifecycles, and more.
Object Lifecycle Pane
The Recordings Timeline from Frigate 0.13 has been improved upon and returns to 0.15 as the
Object Lifecycle
, viewable in the Review Details pane as well as the new Explore page. The new pane shows the significant moments during the object's lifecycle: when it was first seen, when it entered a zone, became stationary, etc. It also provides information about the object's area and size ratio to assist in configuring Frigate to tune out false positives.Native Notifications
Frigate now supports notifications using the WebPush protocol. This allows Frigate to deliver notifications to devices that have registered to receive notifications in the Frigate settings, delivering them in a timely and secure manner. Currently, notifications will be delivered for all review items marked as alerts. More options for native notifications will be supported in the future.
See the notifications docs.
New Object Detectors
ONNX
ONNX is an open model standard which allows for a single model format that can run on different types of GPUs. The
default
,tensorrt
, androcm
Frigate build variants include GPU support for efficient object detection via ONNX models, simplifying configuration and support more models. There are no default included ONNX models for object detection.AMD MiGraphX
Support has been added for AMD GPUs via ROCm and MiGraphX. Currently there is no default included model for this detector.
Hailo-8
Support has been added for the Hailo8 and Hailo-8L hardware for object detection on both arm64 and amd64 platforms.
Other UI Changes
Other Backend Changes
This discussion was created from the release 0.15.0 Beta 3.
Beta Was this translation helpful? Give feedback.
All reactions