Search results

  1. VideoDad

    Full ALPR Database System for Blue Iris!

    I've tried to set TZ but it doesn't seem to have any effect on anything. The log is still UTC. Are you able to make it change using TZ?
  2. VideoDad

    Full ALPR Database System for Blue Iris!

    Web error 12002 indicates that a request has timed out so maybe those failed calls are not even reaching the server? Try watching the BI log and simultaneously watching the APP log.
  3. VideoDad

    Full ALPR Database System for Blue Iris!

    It's not a BI change. As @algertc said, the ALPR Database project has been updated to accept a larger payload. I was NOT getting the 12002 error, so maybe your issue is different. Try checking the log (penultimate tab on the left, just above the configure/gear icon)
  4. VideoDad

    Full ALPR Database System for Blue Iris!

    I can confirm I've had NO stream errors since this update; every plate read from BI is making it to the database. Issue resolved.
  5. VideoDad

    Full ALPR Database System for Blue Iris!

    I can now filter the Live Feed by "untagged" but I'm not seeing the option for the Database tab. Will it be in both places, or was that an oversight? It would also be nice to be able to add Flagged Plates to the database without having to see them. Also, can the log timestamps be changed to...
  6. VideoDad

    Full ALPR Database System for Blue Iris!

    So what settings do I need to change? How can I debug it? I see the API receiving the request but just not completing the task. I've updated BI to a later version 5.8.* with no change in behavior.
  7. VideoDad

    Full ALPR Database System for Blue Iris!

    Your known plates table didn't get the new 'ignore' column. Try pulling the latest including the migration.sql.
  8. 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...
  9. 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...
  10. 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).
  11. 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...
  12. 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...
  13. 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
  14. 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.
  15. VideoDad

    Full ALPR Database System for Blue Iris!

    Known Plates tab says "No known plates found" even though they are in the table.
  16. 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...
  17. 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...
  18. VideoDad

    Full ALPR Database System for Blue Iris!

    That's a good idea. I used that for another app that wasn't a service.
  19. 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?
  20. 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.
  21. 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...
  22. 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...
  23. 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...
  24. 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...
  25. 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)
  26. VideoDad

    Custom Models for CPAI

    Have you started one of the Yolo modules?
  27. VideoDad

    Custom Models for CPAI

    It should already be installed with CPAI. First on the AI settings tab, turn on custom models. (You also might as well turn off the default object models). For each camera, under the AI settings, type "ipcam-combined" as the custom model. Then type the items you want to detect under "To...
  28. VideoDad

    Smartthings automation

    SmartThings could natively support the ability for devices on the LAN (e.g. cameras or Blue Iris) to talk back and forth. But for the sake of security, they try to prevent Edge drivers having that ability. The Edge Bridge is a community member's workaround for that and I think it works pretty...
  29. VideoDad

    After renewing subscription BI5 99% CPU

    That is still high. Check the CPU optimization guide: https://ipcamtalk.com/wiki/optimizing-blue-iris-s-cpu-usage/