second update

This commit is contained in:
tubalainen 2020-10-15 15:45:14 +02:00 committed by GitHub
parent d0c13fbd90
commit ab3bf39b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,19 @@
Example
**Frigate - Home Assistant - Blue Iris NVR automation example**
The basics:
Blue Iris is a normal "dumb" NVR software that records several camera RTSP streams and present it to an API and a number of user interfaces. There isnt any great local AI features built in, it normally triggers motion based on "motion detection" (that would be considered somewhat advanced). There´s a lot of false positives causing the NVR event recording to be somehwat useless. Yes, I know, there are several ways to tweak and fix this to lessen the false positives.
There are quite a community around the Blue Iris software and there are other stabs at making local AI such as the "aitool" with Deepstack.
I got inspired by the video from "The Hookup" on youtube explaining the setup with the "aitool" and Deepstack. I tried it and it works - ish.
Link to the video with all Blue Iris configuration: https://www.youtube.com/watch?v=fwoonl5JKgo
I base all my Blue Iris configuration on the example from the video above - but i´d just simply turned off picture save to folder feature (that the aitool uses to pick up the jpeg and send it deepstack). Instead I use frigate and a Home Assistant automation.
Installation:
* Make sure that your Blue Iris NVR has been configured so that the API calls and user/password has been set.
* Test the HTTP request manually in a browser to see that it works and triggers recording of the HD camera instance in Blue Iris
* Then, just make a copy of the package yaml file above and adjust the entities accordingly into the folder '/config/packages' in your home assistant installation
* Reload Home Assistant and test trigger the automation