Integrating CodeProject.AI into a Blue Iris surveillance system represents a significant shift from traditional motion-based detection to intelligent, object-verified security. By utilizing a dedicated local AI server, users can drastically reduce false alarms caused by environmental changes like shadows or moving foliage. The Role of "Verified" Detection
Maximizing Home Security with CodeProject.AI and Blue Iris The integration of with Blue Iris has revolutionized home surveillance by bringing professional-grade local AI object detection to standard consumer hardware. In the context of a "verified" setup, this refers to a properly configured system where AI "verifies" motion alerts to ensure you only get notified for real events—like a person or vehicle—rather than false triggers like shadows or wind-blown branches. Why "Verified" Detection Matters
Given the lack of specific context, here are a few possible interpretations:
To achieve a fully verified security system, both the global server settings and individual camera profiles must be configured in tandem. 1. Establish the Server Link CodeProject.AI for Blue Iris - Installation and Setup codeproject blue iris verified
Download the latest stable version of CodeProject.AI Server. You can run it directly as a native Windows service alongside Blue Iris or deploy it inside an isolated Docker container. Ensure that the module is active through the CodeProject web control dashboard. 2. Configure Global AI Settings in Blue Iris
By offloading motion analysis to local computer vision models, users can establish a strictly "verified" alerting pipeline. This means your system will only send push notifications or trigger smart home automations when a specific object—such as a person, car, or animal—is confirmed with absolute mathematical confidence.
: Always feed CodeProject.AI your camera's low-resolution substream rather than the primary 4K or 1080p stream. It speeds up detection times massively without hurting accuracy. Integrating CodeProject
This process of verification is not just theory; it's the solution to the practical issues discussed in user forums. For instance, one user on GitHub reported that CodeProject.AI consistently flagged animals like dogs, cats, and raccoons as people. While this is a form of verification, it highlights the need for model tuning. The community's "verified" response was to suggest switching to different object detection models, like the YOLOv5 .NET module, and tailoring specific models like ipcam-animal for wildlife-only cameras. This kind of peer-verified troubleshooting is what makes the integration so reliable.
CodeProject.AI and Blue Iris Verified: The Ultimate Smart Video Surveillance Guide
💡 : If you are tired of your phone blowing up with alerts every time the wind blows, this free integration completely solves that problem. In the context of a "verified" setup, this
[Camera Motion] ➔ [Blue Iris Trigger] ➔ [CodeProject.AI Analysis] ➔ [Object Verified?] │ ┌────────────────────────────┴───────────────────────────┐ ▼ ▼ [YES: Send Alert / MQTT] [NO: Cancel Alert] CodeProject.AI for Blue Iris - Installation and Setup
The official recommendation for a stable integration is to use a compatible version of CodeProject.AI. It's been noted that Blue Iris currently works reliably with v1.4 of CodeProject.AI (formerly known as CodeProject SenseAI). While later versions are available, Blue Iris may require specific updates to support them, so checking the latest compatibility announcements is wise.
Blue Iris logs show AI: Timeout waiting for response . Fix: In Blue Iris AI settings, increase the Timeout (milliseconds) to 30000 (30 seconds). Also, reduce the number of images sent per trigger (try 3 instead of 10 ). Too many high-res images will choke the queue.
I’m having trouble getting my motion triggers to reach "Verified" status. I have CodeProject.AI installed and the service is running, but Blue Iris seems to be ignoring the AI analysis.