This commit is contained in:
DoTheEvo 2024-03-24 14:10:21 +01:00
parent 92ca9a5e21
commit 6c7a99e817
1 changed files with 7 additions and 1 deletions

View File

@ -415,6 +415,8 @@ In **per camera** section:
You might wanna run the 2nd config for a day or two to see how it behaves.
---
### Third config - intel openvino and hardware acceleration
<details>
@ -524,6 +526,8 @@ I was ready to tackle it based on some
[github disscussion,](https://github.com/blakeblackshear/frigate/issues/8470#issuecomment-1823556062)
but once I started from scratch with latest version I had no more freezes.
---
### Fourth config - notifications with mqtt and ntfy
![mqtt_pic](https://i.imgur.com/TyhAaCH.png)
@ -744,7 +748,9 @@ FROM
WHERE
payload.type='new' and payload.after.has_snapshot = true and payload.after.has_clip = true
```
---
# My current config
<details>