Codeproject Blue Iris Verified ((link)) File
Before diving into Blue Iris, it's crucial to understand the AI engine that powers it. CodeProject.AI Server is a standalone, self-hosted, and artificial intelligence microserver . Think of it as a dedicated, local AI brain that runs on your Windows, Linux, or macOS machine, or even in a Docker container. It analyzes images and video feeds from your cameras to identify objects like people, cars, animals, and packages.
With CodeProject.AI Server installed, it’s now time to configure Blue Iris to connect to it. The Blue Iris user interface includes a dedicated "AI" tab for this purpose.
As mentioned earlier, the ALPR module is a powerful extension that combines object detection (to find the license plate) and optical character recognition (to read the plate number). When installed and configured properly, this module can turn any strategically placed camera into an automated vehicle logging system.
: The camera's sub-stream monitors the environment using native motion zones. When a pixel threshold is breached, Blue Iris creates a temporary, unverified trigger event. codeproject blue iris verified
Check if you want Blue Iris to manage the underlying artificial intelligence process. 3. Establish Per-Camera Verification Parameters
CodeProject.AI operates as a completely local, self-hosted web service. It never transmits your private camera feeds to the cloud.
Guide to CodeProject.AI and Blue Iris Verified Integration Blue Iris has officially adopted as its primary engine for local, artificial intelligence-based object detection. This integration is "verified" in the sense that it is the manufacturer-recommended replacement for the older DeepStack AI system. Key Benefits of Integration Before diving into Blue Iris, it's crucial to
6th Generation Intel Core i5/i7 or higher (essential for QuickSync acceleration). RAM: 16GB or more (AI models are memory-intensive).
: If the AI model identifies a target matching the "To Confirm" rules (e.g., a person or a car), Blue Iris flags the clip as a Verified Alert . If it is just wind blowing across grass, the alert is automatically cancelled silently in the background. Step-by-Step Guide to Setting Up Verified Alerts
Disclaimer: This guide is based on current best practices for Blue Iris 5 and CodeProject.AI as of mid-2026. If you'd like, I can: Provide a comparison of vs DeepStack AI Share best practices for NVIDIA GPU acceleration Help you configure specific alerts for face recognition It analyzes images and video feeds from your
. This self-hosted, offline architecture replaces old cloud-reliant ecosystems. It provides instantaneous analysis of your video feeds for specific targets like people, cars, and delivery trucks.
: Download the Blue Iris V5 installer and set up your cameras.
Title: Blue Iris Verified — CodeProject Guide Meta description: Learn how to connect Blue Iris to your apps using verified CodeProject examples: API usage, webhook handling, and authentication best practices. Blurb: This CodeProject entry walks through verified Blue Iris API examples, webhook listeners, and authentication patterns, including runnable snippets and debugging advice to get integrations working reliably.
In the "To confirm" box, select and pick the objects you want to detect (e.g., person , car ). 4. Setup Local AI Inference
[ IP Camera ] ──> (Simple Motion Trigger) ──> [ Blue Iris NVR ] │ [ Verified Push Notification ] <── (Target Found) ──┤ (Sends Frame) ▼ [ CodeProject.AI Server ] (YOLOv5 / Face Matcher)

