Search results

  1. 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.
  2. 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.
  3. 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...
  4. 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...
  5. 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).
  6. 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...
  7. 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...
  8. 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
  9. 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.
  10. VideoDad

    Full ALPR Database System for Blue Iris!

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

    Full ALPR Database System for Blue Iris!

    That's a good idea. I used that for another app that wasn't a service.
  14. 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?
  15. 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.
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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)
  21. VideoDad

    Custom Models for CPAI

    Have you started one of the Yolo modules?
  22. 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...
  23. 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...
  24. 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/
  25. VideoDad

    Smartthings automation

    Have you gone through the diagnostic steps I listed in the various posts above? It could be a lot of things from a Windows update, a SmartThings hub update, a network reboot, etc.
  26. VideoDad

    Codeproject AI and false positives

    For one, I no longer use the default object models (turn off on the AI settings page). I don't need to be detecting fire hydrants, parking meters, giraffes, frisbees, etc. Instead I choose one of the custom models (usually ipcam-combined, or ipcam-general) and configure the camera for those...
  27. VideoDad

    Code Project AI general configuration and alerts

    First, what are your global AI settings? I'm assuming, from your camera settings, you're using the default object model and not custom models? Also, it's odd that you've got just person and bicycle, but are trying to mark as vehicle for objects you're not even trying to detect. Anyway, the...
  28. VideoDad

    Help with deepstacks.

    Another few things: It looks like you have default object detection turned off. You'd might want to switch to 1 instance of Deepstack until you are sure it is working. Finally check the DS logs and consider turning on 'Save Deepstack Analysis' so you can check whether it is finding the clips you...
  29. VideoDad

    Help with deepstacks.

    Doesn't Deepstack normally run on port 5000? Is there a reason you are overriding that to use 82? Sorry, it's been quite awhile since I ran DS having switched to CPAI quite awhile ago.