Search results

  1. VideoDad

    Full ALPR Database System for Blue Iris!

    My current failure rate from BI web calls is about 47%. Cam3b Web: No stream: 409 Cam3a Web: 201 Created Cam3b Web: 201 Created Cam3b Web: 201 Created Cam3b Web: 201 Created Cam3b Web: 201 Created...
  2. VideoDad

    Full ALPR Database System for Blue Iris!

    The first place is in the BI logs with any line that starts "Web:". Check any lines where the return code isn't 200 success. The next place is in the Docker Desktop. Go to the containers and open the Log tab. About all I notice is the call retries multiple times and then doesn't increment the...
  3. VideoDad

    Full ALPR Database System for Blue Iris!

    I'll check again tonight and get more details of both the BI log and the API log, but the record count did not change, even after the 5 retries from BI (or maybe it was 3 now that I reduced it).
  4. VideoDad

    Full ALPR Database System for Blue Iris!

    Most of the time I have no issue, but every so often it shows BI retrying 5 times, then not updating the record count. The image size is only 1920 x 1080 and that size is working usually. The BI settings were for a 10 second timeout and 5 retries. I notice that the calls from BI seem to be...
  5. VideoDad

    Full ALPR Database System for Blue Iris!

    I'm seeing occasional failures when making API calls to the database: Line 16878: 1 1/4/2025 9:45:20.267 AM Cam3a Web: No stream: 500 Line 17087: 1 1/4/2025 10:26:51.445 AM Cam3b Web: No stream: 500 Line 17303: 0 1/4/2025...
  6. VideoDad

    Full ALPR Database System for Blue Iris!

    Yes, I did. But apparently the migrations.sql failed to run and add the 'ignore' flag to Known Plates. I did a full refresh and ran the update again and this time it took. Thanks, as usual, @MikeLud1
  7. VideoDad

    Full ALPR Database System for Blue Iris!

    Yes, I have about 20 known plates in the database which I confirmed directly. I can also see the details throughout the other screens. But the Known Plates tab doesn't bring anything up, after the update.
  8. VideoDad

    Full ALPR Database System for Blue Iris!

    Known Plates tab says "No known plates found" even though they are in the table.
  9. VideoDad

    Full ALPR Database System for Blue Iris!

    Feature requests: DASHBOARD: Top 5 Plates - show latest image, tag and note. Make plate clickable. Time Distribution - make column bar clickable to show the plates in that hour? Make items at top middle of dashboard clickable or expandable for list of total plates, total reads, unique plates...
  10. VideoDad

    Full ALPR Database System for Blue Iris!

    Unfortunately NSSM didn't work. It would not start as a service. I've set it to start at login and I'll just have to monitor if the machine shuts down abnormally so I can manually log it in. I'm curious if others are trying to run it on their Blue Iris (Windows) machine, or is everyone doing it...
  11. VideoDad

    Full ALPR Database System for Blue Iris!

    That's a good idea. I used that for another app that wasn't a service.
  12. VideoDad

    Full ALPR Database System for Blue Iris!

    I'll check again but I think that only works after one logs in rather than running without someone logging in. Anyone else running it on the same Windows machine as BI?
  13. VideoDad

    Full ALPR Database System for Blue Iris!

    Unfortunately that only changes the password that is sent to the database, not what the database expects. That's how I was able to get it working by sending the default 'password' but I'd rather change it to something that's not the default.
  14. VideoDad

    Full ALPR Database System for Blue Iris!

    Thanks @MikeLud1, that did the trick! It also made me realize why nothing was going into the database previously because I only changed the default database password in one place and it looks like it needs to be changed in two places during setup. Do you know of an easy way to get into the...
  15. VideoDad

    Full ALPR Database System for Blue Iris!

    And yet one more request for help. I've got a list of plates and images that I would like to bring into the ALPR database. I'm trying to write a python program to call the API, but I'm apparently not clear on the format. Here's what I tried and got a 500 error. import urllib.parse import...
  16. VideoDad

    Full ALPR Database System for Blue Iris!

    I've just got around to installing this on the Blue Iris machine. I installed Docker Desktop for Windows as recommended, did all the steps and it was up and running. Overnight, the box rebooted for some reason, but the Docker Desktop (and hence the ALPR Database container) did not restart. My...
  17. VideoDad

    Smartthings automation

    Have you gone through all the steps above to diagnose an issue? I don't see any reason the latest version wouldn't run on Windows 11. But to answer your question, I don't believe @TAustin is actively developing EdgeBridge; it's been chugging along for several years without needing updates on my...
  18. VideoDad

    Custom Models for CPAI

    The YOLOv5 .NET module is pretty good on a CPU. Then you'll have access to the ipcam-combined model and its objects (person, bicycle, car, motorcycle, bus, truck, bird, cat, dog, horse, sheep, cow, bear, deer, rabbit, raccoon, fox, skunk, squirrel, pig)
  19. VideoDad

    Custom Models for CPAI

    Have you started one of the Yolo modules?