Search results

  1. VideoDad

    CPAI Custom Models help

    It has been moved to the global AI settings tab and it applies to all cameras now.
  2. 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...
  3. VideoDad

    Full ALPR Database System for Blue Iris!

    Also, is there anywhere to see the version number in the app?
  4. 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...
  5. 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...
  6. 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...
  7. 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/
  8. 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
  9. 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...
  10. 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.
  11. 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?
  12. 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.
  13. 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.
  14. 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/
  15. 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...
  16. VideoDad

    CodeProject.AI Version 2.5

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

    Full ALPR Database System for Blue Iris!

    I see this too, quite frequently
  18. 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.
  19. VideoDad

    Full ALPR Database System for Blue Iris!

    It wasn't a complete restore. It was the single file which is essentially the Docker image. The database on that date had all the images embedded in the base64 data, so I just had to rerun the migration to get the files back. When I originally imported my old data, it was from my email...
  20. VideoDad

    Full ALPR Database System for Blue Iris!

    And is it possible to have it on screen somewhere when running?
  21. VideoDad

    Full ALPR Database System for Blue Iris!

    Two days ago, I migrated all my image data. The earliest images were from June 2024 and it all showed correctly in the folders (2024/06, 07, etc., 2025/01). I confirmed everything was showing correctly in the program so went along and removed the Base64 data. This morning I woke up to find that...
  22. VideoDad

    LPR database/archival software

    Do you have a snapshot image too, or just plate and timestamp?
  23. VideoDad

    Full ALPR Database System for Blue Iris!

    Any insights on the cause?
  24. VideoDad

    CPAI integration?

    You might ask in the Frigate discussion forums: https://github.com/blakeblackshear/frigate/discussions
  25. VideoDad

    How to wire 2 cameras on 1 cat6 without any extra devices?

    I know you said you don't want to buy anything, but in case someone doesn't want to DIY it, there are PoE splitters. https://www.amazon.com/TNP-Ethernet-Combiner-Splitter-Surveillance/dp/B0814MN4GM
  26. VideoDad

    Full ALPR Database System for Blue Iris!

    I guess I'll hold off on updating for now.
  27. VideoDad

    Full ALPR Database System for Blue Iris!

    I'm back to having stream errors after this latest update. Any ideas? It was working yesterday, then I updated in the evening and now my morning plates are failing. 0 1/16/2025 4:48:07.276 PM Cam1a Web: 201 Created 0 1/16/2025 4:48:21.360 PM Cam3b...
  28. VideoDad

    Full ALPR Database System for Blue Iris!

    I think I had the database set and not the app. Maybe the database doesn't need to be set?
  29. VideoDad

    Full ALPR Database System for Blue Iris!

    Did you ever resolve your 12002 error?
  30. VideoDad

    Full ALPR Database System for Blue Iris!

    I had only set the TZ in one section. Once I put it into both sections, then my log has local time. And as far as I can tell, the times elsewhere still seem to be correct without shifting. Thanks!