Added a camera setting which optionally saves relevant images to a pre-configured network path. The images are given the same name as the camera and they overwrite each time a new relevant alert is processed.
This can be used to generate a static image camera in Home Assistant. For example:
- Designate a shared folder on the Home Assistant machine for alert images
- Set up the shared folder as a network drive on the Blue Iris host, save the credentials permanently
- Configure the network drive in the new setting in the AI Tools UI
- Check the box for each camera in AI Tools which should generate alert images into the network path
- Add camera integrations for the static images in HA:
camera:
- platform: generic
still_image_url: 'http://127.0.0.1:8123/local/images/ai_alerts/Driveway Car.jpg'
name: Driveway Car Alert
Alarm system for Blue Iris based on Artificial Intellience. Can send alerts to Telegram.
https://github.com/gentlepumpkin/bi-aidetection/releases Click "> Assets" to find the .zip file.
https://ipcamtalk.com/threads/tool-tutorial-free-ai-person-detection-for-blue-iris.37330/
- analyze Blue Iris motion alerts using Artificial Intelligence and sort out false alerts
- detect humans and selected objects
- send alert images to Telegram using a bot (optional)
- one alert image per event
- statistics and individual configuration for every camera
- install Visual Studio
- download project as .zip and unpack somewhere
- go to ./src/ and open bi-aidetection.sln with Visual Studio.
Using the Github extension for Visual Studio:
- install Visual Studio
- install Github Extension from here https://visualstudio.github.com/
- Click the green button "clone or download" above this text
- Select "Open in Visual Studio"