Codeproject Blue Iris Verified
Many users migrating from software like (which has seen development slow or stop) are turning to CodeProject.AI for a "verified" future-proof solution. The advantages are clear:
: You can fine-tune your security to ignore the mail carrier but alert you if a "bear" or "delivery truck" is on your property. Hardware Performance Tips
Verified detection is not cost-free. On a modest Intel i7 CPU, inference times for YOLOv5 Nano range from 200–400 ms per image—acceptable for low-traffic scenes but causing delays on busy cameras. Adding a mid-range NVIDIA GPU (e.g., GTX 1660 or RTX 2060) reduces inference to 30–50 ms, enabling real-time processing. The most efficient setup uses a Coral TPU accelerator, dropping times below 20 ms with minimal power consumption. Users must also manage VRAM; loading multiple detection models concurrently can exceed GPU memory, requiring sequential processing or model unload schedules.
If you’re looking for a blog post that explains: codeproject blue iris verified
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.
CodeProject.AI is the primary AI integration for , having largely replaced DeepStack as the default choice for local object detection. It is generally well-regarded for reducing false alerts by verifying motion through computer vision. Core Capabilities
in CodeProject.AI instead of Python ones; they often run faster on Windows hardware. Breaking Updates : Before updating CodeProject.AI, always stop the Blue Iris service first to avoid database locks or installation errors. If you'd like to dive deeper, let me know: Do you have an NVIDIA GPU , or are you running this on Are you looking to set up Face Recognition or just general Object Detection Are you getting too many false positives right now that we need to tune out? Many users migrating from software like (which has
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
: Filters out alerts caused by wind, rain, shadows, or light changes by requiring "verification" of objects like people, cars, and animals .
Input the default server URL (typically http://127.0.0.1:32168 if running on the same computer). On a modest Intel i7 CPU, inference times
Traditional Network Video Recorders (NVRs) rely on simple pixel changes to trigger motion alerts. This frequently causes false alarms from shifting shadows, heavy rain, blowing foliage, or insects flying past the camera lens.
: A camera's continuous sub-stream detects raw motion based on pixel changes.

