Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Integrating with BlueIris

Neil Enns edited this page May 29, 2020 · 11 revisions

BlueIris security camera software and this project are an ideal match. Instead of cameras triggering alerts because spider webs floated in front of your cameras you can integrate BlueIris with this project and get local, reliable, AI motion detection for your security system.

BlueIris has a ton of options so it can be challenging to know how to set it up to work with this project. These instructions will walk you through the process step by step.

Overview

To set this up we will:

  1. Create a folder to store low-resolution (SD) snapshots from the security cameras for AI analysis
  2. Configure SD cameras in BlueIris to record 24x7 and output snapshots when basic motion is detected
  3. Configure HD cameras in BlueIris to record when motion is detected by the AI system
  4. Configure this app to read those snapshots, analyze them, and then call the BlueIris cameras set up in step 3 when actual motion is detected
Clone this wiki locally