I've been running Blue Iris on Linux with a CodeProject.AI backend on an NVIDIA GPU, and ALPR has been the weak spot. MikeLud's YOLO11 ALPR modules are the good ones (his thread), but they're Windows-only — on a Linux/Docker CPAI they won't run, which leaves just the PaddleOCR reader, and that...
Title: CodeProject.AI ALPR on GPU on Linux / CUDA 12.x (PaddleOCR) + a vehicle-crop backport
For anyone running CodeProject.AI ALPR on Linux with an NVIDIA GPU: no ALPR module
currently uses the GPU on Linux — the stock PaddleOCR module is CPU-only there, and
@MikeLud's newer YOLO11 module is...
Hi all,
I have Blue Iris running behind Nginx in a private LAN.
Here is my current Nginx configuration (Ubuntu 24.04 lts):
server {
listen 80;
server_name example.com;
return 301 https://$host$request_uri;
}
server {
listen 443 ssl http2;
server_name example.com...
When I say significant I mean 1 or 2 minutes. When I open a door in front of the cameras or move the drapes in the window, it can take 1 to 2 minutes for that move to appear on the BI console where all the cameras are displayed. My CPU is at 30%, my GPU is at 27%, and memory is at 12GB out of...
I am desperate at this point, I have been using Google Gemini to try to get this issue resolved but it's more lost than I am. I am trying to use this camera over my front porch which has an overhang. I wanted to have the "Double Panorama" DE warped view feed into BlueIris. I have been able to...