Search results

  1. VideoDad

    Full ALPR Database System for Blue Iris!

    Mostly it looks like they've done port forwarding so the UI3 page is exposed. I've got about 10 in my city.
  2. VideoDad

    Full ALPR Database System for Blue Iris!

    Not for the dashboard, but there is on the next tab down on the ALPR Recognition Feed (aka "Live Feed")
  3. VideoDad

    Full ALPR Database System for Blue Iris!

    Drat! I should have spoken up louder and saved a lot of time: https://ipcamtalk.com/threads/full-alpr-database-system-for-blue-iris.79082/post-914304
  4. VideoDad

    Full ALPR Database System for Blue Iris!

    That all looks correct. I'll have to defer to Charlie or Mike, or someone that knows why the database might be failing on the insertion of a new plate.
  5. VideoDad

    Full ALPR Database System for Blue Iris!

    The log indicates that you are successfully calling the DB API when BI alerts on a plate. And it looks like the image is saved successfully, but then the rest of the plate read data doesn't save correctly. Can you post the complete text of your post/payload from the "On Alert" that makes the...
  6. VideoDad

    Full ALPR Database System for Blue Iris!

    Also, in your AI Alert, for the Post/payload, you may want to use the MEMO field instead of the PLATE field from the original instructions. I'd also recommend adding the ALERT_PATH and ALERT_CLIP fields to allow linking back to Blue Iris to play the associated clip, if not already there. {...
  7. VideoDad

    Full ALPR Database System for Blue Iris!

    Try getting the latest schema.sql, migration.sql and docker-compose.yml. Then in the ALPR folder, run these commands: docker compose down docker compose pull docker compose up -d
  8. VideoDad

    Full ALPR Database System for Blue Iris!

    Did you install the DB separately or in the same Docker with the app?
  9. VideoDad

    Full ALPR Database System for Blue Iris!

    It looks like you don't have the latest database schema. Can you try running the update.ps1 Powershell script and following the prompts?
  10. VideoDad

    Full ALPR Database System for Blue Iris!

    Check things in this order: 1) Confirm plates are being recognized on the BI console (done) 2) Confirm the call from BI is being made when a plate is detected. (check the BI log to confirm the call is happening. The return code should be 200. 3) If you are seeing errors confirm the IP address...
  11. VideoDad

    Is CodeProject.AI done?

    Any update in when support for a YOLO11 module will be added? Also, I can't seem to get any reply on when (if?) my delivery module will ever be incorporated in the preloaded custom models. https://github.com/VideoDad/AI-Models All my requests in this area have gone unanswered.
  12. VideoDad

    CPAI Custom Models help

    Yes, under the list of vehicle objects.
  13. VideoDad

    CPAI Custom Models help

    It has been moved to the global AI settings tab and it applies to all cameras now.
  14. VideoDad

    A Year of Updates?

    Are you still under a support plan? You can only update to any version that was within your support period or else it will put you into "evaluation" mode with the blue text watermark. I probably would recommend sticking with the version you had. Make sure everything is connected and running...
  15. VideoDad

    Full ALPR Database System for Blue Iris!

    Also, is there anywhere to see the version number in the app?
  16. VideoDad

    AI code project using cpu

    One thing I notice is only one of your cameras has a frame rate ratio of 1.0. All the rest are all 0.25, 0.12, 0.50, 0.33, etc.. which indicates your cameras aren't set with their FPS and iFrame interval the same. It's recommended they be the same to get a ratio of 1.0 meaning you store one...
  17. VideoDad

    Full ALPR Database System for Blue Iris!

    I'm still seeing the broken behavior also. The count of plates that were corrected doesn't get added to existing plates already read correctly. For example, if I have 10 plates labeled "GOOD" and 3 plates labeled "BAD", when I correct them to "GOOD" the count should update to 13, but it doesn't...
  18. VideoDad

    CodeProject.AI Version 2.5

    The YOLO11 version of the delivery model (delivery.pt) has been trained and added to my GitHub repository. https://github.com/VideoDad/AI-Models/ As @MikeLud1 mentioned, he's working with ChrisMaunder to get YOLO11 added as an installable module for CPAI shortly...
  19. VideoDad

    PC now struggling. 70 to 99% cpu

    Have you enabled substreams for all your cameras? https://ipcamtalk.com/wiki/optimizing-blue-iris-s-cpu-usage/
  20. VideoDad

    Full ALPR Database System for Blue Iris!

    I added it previously to the tracker. https://alprdatabase.featurebase.app/p/bug-when-updating-a-set-of-misread-plates-the-count
  21. VideoDad

    Full ALPR Database System for Blue Iris!

    The only problem I see with that is if anyone ever decided to change the IP address, all old records would be hardcoded to the original IP. Maybe the settings could allow for setting up a table of BI instances (ID, IP address). By default, if not specified on the call, it would be the default...
  22. VideoDad

    Full ALPR Database System for Blue Iris!

    Have you had a new plate read since updating BI? I think this will only enable it for plates that are read going forward.
  23. VideoDad

    Full ALPR Database System for Blue Iris!

    I'm a little behind in updating. For updating on Windows to the latest version, what should I do? And what's the process if I want the nightly build instead of latest stable?
  24. VideoDad

    CodeProject.AI Version 2.5

    In the latest version it's a global AI setting. So go to the main settings page > AI. Add it to the list of objects that are already considered vehicles.
  25. VideoDad

    CodeProject.AI Version 2.5

    I've added details to the readme page of the GitHub repository. https://github.com/VideoDad/AI-Models Let me know if there are any steps I can clarify further.
  26. VideoDad

    CodeProject.AI Version 2.5

    In that case, I'm going to start training a YOLO11 version of my delivery model. :cool: https://github.com/VideoDad/AI-Models/
  27. VideoDad

    CodeProject.AI Version 2.5

    Do you know if YOLO11 can run YOLOv8 or YOLOv5 6.2 custom models, or only ones trained specifically for YOLO11. (Nevermind, it can only run YOLO11 models). Also, will you release all your custom models in YOLO11 format, or just some? I don't presently see anything in your GitHub repository for...
  28. VideoDad

    CodeProject.AI Version 2.5

    @MikeLud1, what's the latest on possibly getting a YOLOv8 ipcam-combined model?
  29. VideoDad

    Full ALPR Database System for Blue Iris!

    I see this too, quite frequently
  30. VideoDad

    Full ALPR Database System for Blue Iris!

    I didn't have any detections after midnight, so I was puzzled why the deletion happened before my backup, until I realized the image storage is all based on UTC.