Search results

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

    CodeProject.AI Version 2.5

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

    Full ALPR Database System for Blue Iris!

    I see this too, quite frequently
  13. 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.
  14. 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...
  15. VideoDad

    Full ALPR Database System for Blue Iris!

    And is it possible to have it on screen somewhere when running?
  16. 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...
  17. VideoDad

    LPR database/archival software

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

    Full ALPR Database System for Blue Iris!

    Any insights on the cause?
  19. VideoDad

    CPAI integration?

    You might ask in the Frigate discussion forums: https://github.com/blakeblackshear/frigate/discussions
  20. 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
  21. VideoDad

    Full ALPR Database System for Blue Iris!

    I guess I'll hold off on updating for now.
  22. 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...
  23. 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?
  24. VideoDad

    Full ALPR Database System for Blue Iris!

    Did you ever resolve your 12002 error?
  25. 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!
  26. 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?
  27. 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.
  28. 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)
  29. 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.
  30. 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...