Codeproject Blue Iris Verified Jun 2026

Integrating into your Blue Iris surveillance setup has become the gold standard for home security enthusiasts. Moving away from legacy systems like DeepStack, this combination offers "verified" event detection, which uses locally hosted artificial intelligence to confirm exactly what is happening in your camera's frame before sending an alert. Why "Verified" Matters

: Blue Iris detects raw motion or a pixel shift based on basic camera rule profiles.

→ combine with AI: Only run AI if motion crosses zone A to B.

Once you have the status, it is time to optimize.

Finally got CodeProject.AI and Blue Iris "Verified" – 100% Reliable Alerts! codeproject blue iris verified

[ Camera Motion ] ➔ [ Blue Iris Sub-stream Trigger ] ➔ [ Send Image to CodeProject.AI

To make the AI efficient, you must configure how individual cameras trigger the AI analysis. Right-click a camera feed and select . Go to the Trigger tab and click Artificial Intelligence .

: Instead of sending an alert immediately, Blue Iris sends a snapshot to the CodeProject.AI Server.

Ultimately, a "CodeProject Blue Iris Verified" setup provides peace of mind by ensuring that when your phone pings, there is a high-probability of a genuine event worth your attention. Are you currently setting up and looking for help with the AI configuration hardware recommendations Adding functionality with Vibe coding - Facebook Integrating into your Blue Iris surveillance setup has

Without AI, a moth, rain, or light change triggers recording. With CodeProject.AI, you only get alerts for real threats.

: Dialing in confidence thresholds, analyzing times, and substreams requires extensive trial and error.

: Users can configure the system to trigger push notifications only when a specific object (e.g., "person") is confirmed by the AI, effectively filtering out "noise" from environmental changes. Face Recognition & LPR

: Because CodeProject.AI is self-hosted, all image analysis happens on your local hardware—no video data ever leaves your network for processing. Hardware Recommendations → combine with AI: Only run AI if

When you implement a , a precise multi-stage filtering process takes over:

The camera detects pixel-based motion as a low-level trigger. This acts as a gatekeeper, ensuring the AI is not invoked for every frame (which would be computationally prohibitive).

: Blue Iris instantly extracts the keyframes or the high-resolution main-stream image from that trigger and passes it locally to CodeProject.AI via a web API over port 32168 .

Adjust the confidence threshold (e.g., 70%). If the AI is only 50% sure it’s a person, it might be a shadow. Increasing this threshold reduces false alerts. Conclusion