Blue Iris V6 finally reads ONVIF metadata. If your camera has a built-in IR motion sensor or radar, V6 can ingest those triggers instead of using pixel motion analysis. This saves CPU and improves trigger speed.
This is the most controversial aspect of V6.
Note: The old "lifetime" licenses from V4/V5 do not work for V6. If you bought a V5 lifetime license in 2022, you still must pay the $34.95 upgrade fee. This has angered some users, but Perspective Software argues that V6 is a "new product."
V5 would constantly alert on bushes blowing in the wind despite AI. V6 adds a "Verification delay" . The AI checks the object twice over 1.5 seconds. If the object disappears quickly (shadow/leaf), the alert is cancelled. This reduces false positives by roughly 60%. blueiris v6
Because v6 uses substreams so effectively, the requirements are actually lower than you might think for basic setups, but higher for AI-heavy tasks.
Minimum (2-4 cameras, 1080p):
Recommended (10-20 cameras, 4K + AI):
Important Note: Blue Iris v6 drops official support for Windows 8.1 and older Server builds. It runs best on Windows 10 22H2 or newer.
| Feature | v5 Limitation | v6 Solution | |---------|---------------|--------------| | Zero-trust authentication | Basic user/pass | OAuth2 + short-lived JWT + per-camera RBAC | | End-to-end encryption | TLS only for web UI | TLS 1.3 + encrypted video chunks (AES-256-GCM) for cloud backup | | Alert deduplication | Many alerts for same person | Spatio-temporal tracking – one alert per unique object per zone per 10 sec | | Smart retention | Age/disk% only | Content-aware: keep faces, license plates longer, discard static foliage |
BlueIris v6 moves beyond a monolithic recorder to a distributed, AI-first surveillance OS. By respecting both edge compute capabilities and server power, it achieves lower cost, higher privacy, and faster response. We release the reference implementation as an open-core model (core cluster engine open source, enterprise plugins for facial recognition and LPR). Blue Iris V6 finally reads ONVIF metadata
Appendix A – API Example (v6 Trigger Webhook)
POST /webhook/v6/alert
"camera": "loading_dock",
"object": "person",
"confidence": 0.97,
"source": "edge-ai",
"stream_action": "record_highres_10s",
"metadata":
"color": "red jacket",
"direction": "north"
Appendix B – v6 Hardware Recommendations