Search results

  1. VideoDad

    Full ALPR Database System for Blue Iris!

    @algertc, I think this was the last update back in March and we're getting closer to May. Any updates on the next release?
  2. VideoDad

    Full ALPR Database System for Blue Iris!

    I'm still holding out for @algertc implementing the rule engines he previewed several posts back. https://ipcamtalk.com/threads/full-alpr-database-system-for-blue-iris.79082/post-983698 I'm not sure what we can do to convince him to spend time getting it over the finish line. I just keep...
  3. VideoDad

    Full ALPR Database System for Blue Iris!

    I'm not sure what you are asking... Blue Iris doesn't have direct access to the ALPR database so doesn't know the associated tag or name. That was the point of it coming from ALPR that it can enrich the output with stuff it knows.
  4. VideoDad

    Full ALPR Database System for Blue Iris!

    Still bearing with you, but hoping for news soon.
  5. VideoDad

    Full ALPR Database System for Blue Iris!

    One thing you could do is to find one instance of the old (retired) plate in the plates read table and treat it as a correction to the new plate. Toggle the setting for doing all plate reads and they'll now all point to the new plate. So if it was 7OLD777 and is now 8NEW888, then all the...
  6. VideoDad

    Full ALPR Database System for Blue Iris!

    I really hope you'll reconsider and add a table of common misreads to each known plate and add the ability to autocorrect the plates. The main use case I have is not an error with the recognition. I have few neighbors who have license plate frames that cover the bottom of the letters. Think E...
  7. VideoDad

    Full ALPR Database System for Blue Iris!

    This looks pretty neat and can't wait (I mean I can wait, but I don't want to). Is this in the new architecture application you're working on? I'm also hoping there will be a way to run both the old and new versions concurrently (I assume with separate databases and separate ports but hopefully...
  8. VideoDad

    Full ALPR Database System for Blue Iris!

    Check the API key didn't accidentally get reset. Can you give us the exact error message from the ALPR DB logs?
  9. VideoDad

    Full ALPR Database System for Blue Iris!

    Also wondering the same thing. I now remember what it's like being a kid waiting for Christmas morning...
  10. VideoDad

    Full ALPR Database System for Blue Iris!

    Yep. And I've now updated to 4.63.0.
  11. VideoDad

    Full ALPR Database System for Blue Iris!

    Still running fine.
  12. VideoDad

    Full ALPR Database System for Blue Iris!

    Ok, just updated to 4.62.0; I'll let you know if I have any issues.
  13. VideoDad

    Full ALPR Database System for Blue Iris!

    I'm still on 4.55.0.
  14. VideoDad

    Full ALPR Database System for Blue Iris!

    I'm on Windows, not having any issues with ALPR database crashing.
  15. VideoDad

    Full ALPR Database System for Blue Iris!

    Given I don't have Home Assistant, it would mean adding yet another thing to the box to get intelligent notifications. BI is pretty dumb in this respect. I was hoping that it could be a module in ALPR DB directly at some point.
  16. VideoDad

    Full ALPR Database System for Blue Iris!

    My biggest annoyance are: 1. System jumps back to login screen constantly when editing plates, searching, etc. 2. Date and time filters don't correctly account for local time. It seems to calculate a UTC date, or hour but then not show the correct local times for that date. And hours can be...
  17. VideoDad

    Full ALPR Database System for Blue Iris!

    @algertc is apparently pretty busy but I too hope we see some of the outstanding items addressed in the near future. I guess we were spoiled by the rapid pace early on.
  18. VideoDad

    Full ALPR Database System for Blue Iris!

    As I understand it, when you correct a plate, it is also marked as confirmed. You'll see it turn green meaning it is confirmed as correct and can be used by AI for training.
  19. VideoDad

    Blue Iris Version 6.0.1.24 Now Supports Custom Models

    The "To confirm" field should only contain a list of objects that are supported by the model. In your case, that's "dog", "cat", etc. The model doesn't have an object called "wildlife" so you wouldn't list it. BI then has three lists it uses to internally mark the clip as containing a vehicle...
  20. VideoDad

    Blue Iris Version 6.0.1.24 Now Supports Custom Models

    The latest versions of my delivery models are here: https://github.com/VideoDad/AI-Models The .NET folders contain the .onnx files for v5 and v8.
  21. VideoDad

    Full ALPR Database System for Blue Iris!

    Quick question. Are you having a single camera do object detection and ALPR? If so, I highly recommend creating a "clone" of the camera and separating the function of each copy. For the master, do object detection. For the clone, only do LPR detection. Only send alerts from the LPR copy of the...
  22. VideoDad

    Full ALPR Database System for Blue Iris!

    CV = Computer Vision? CRUD = Create, Read, Update, Delete - the basic operations in a persistent database. Is that correct?
  23. VideoDad

    Full ALPR Database System for Blue Iris!

    That seems to point to a problem still with the DB schema.
  24. VideoDad

    Full ALPR Database System for Blue Iris!

    Possibly... Did you try sending yourself an email alert and including &JSON in the message? It should have all the details from the call to the ALPR module. If it doesn't, then something is messed up. Can you add an email and post the JSON contents?
  25. VideoDad

    Full ALPR Database System for Blue Iris!

    Make sure you have the correct call. Don't put the &JSON in quotes after the ai_dump parameter. { "ai_dump":&JSON, "Image":"&ALERT_JPEG", "camera":"&CAM", "ALERT_PATH": "&ALERT_PATH", "ALERT_CLIP": "&ALERT_CLIP", "timestamp":"&ALERT_TIME" } It looks like your &JSON is empty. If still having...
  26. VideoDad

    Full ALPR Database System for Blue Iris!

    The license-plate custom model is to find a rectangular region consistent with a license plate. It does not, on it's own, figure out the letters and digits on the plate. Putting ALPR DB aside, are you getting plates read in BI correctly first?
  27. VideoDad

    Bye bye DORI, Hello OODPCVS

    OODPCVS = Overview, Outline, Discern, Perceive, Characterize, Validate, Scrutinize. I don't know why there need to be 7 levels, especially since we can just say "Enhance" and get the Scrutinize level of video. ;)
  28. VideoDad

    Full ALPR Database System for Blue Iris!

    Any chance this will also allow the adding of a YOLO11 object detection module? I know you were trying to get Chris Maunder to add it to the CPAI codebase before it got stalled. Selfishly I'd like to test my delivery models on YOLO11.
  29. VideoDad

    Repeated disk overallocation

    There isn't much reason to have both New and Storage on the same machine otherwise you are spending all your time copying and deleting. Most people set it up so their large HDD is New and then delete when that is about 90% full. Storage folder is then unnecessary. As for your CPU usage, that...