Recent content by algertc

  1. algertc

    Full ALPR Database System for Blue Iris!

    I’m not sure if any of you follow any tech news of this sort, but dependency supply chain attacks have been absolutely rampant hitting huge companies left and right recently. Grateful for good maintainers and researchers that are finding things quickly now, but this is definitely an important...
  2. algertc

    Full ALPR Database System for Blue Iris!

    Woah
  3. algertc

    Full ALPR Database System for Blue Iris!

    This is a good catch on the logging ty. The middleware vulnerability is important, but there is a reason for the sidecar that was dropped. I have this sort of swapped for a different system in my code currently which will allow for other drop in things like adding another container to the...
  4. algertc

    Full ALPR Database System for Blue Iris!

    Hi all, A few things have piled up over the past several months: -I moved homes and don't have an active LPR setup to test against yet. - I changed jobs - I somehow developed a major endocrine disorder that causes a whole bunch of really gnarly issues, including significant cardiac stress...
  5. algertc

    Full ALPR Database System for Blue Iris!

    @VideoDad Glad to hear it - I was thinking about you when I posted that haha. Yes, it will all be part of the same update. You could always make a copy of your directory and then spin up a duplicate on another port to run the upgrade on. I have both my database dump as well as some from others...
  6. algertc

    Full ALPR Database System for Blue Iris!

    Rules engine preview. This has the added benefit that the flagged feature might actually become useful with this. Take these conditions with a grain of salt. Not done. The times seen (24h) one, for ex, will be more granular. Open to any suggestions though.
  7. algertc

    Full ALPR Database System for Blue Iris!

    @iwanttosee that’s a good find. Thanks for sharing. If you add a known plate from your detections first, you should then see the button to add one without having seen it before. This is the original empty state from before it was possible to add them manually. I have time to work on it this week.
  8. algertc

    Full ALPR Database System for Blue Iris!

    Didn’t work on it this past weekend. Can be finished with one more solid focused day.
  9. algertc

    Full ALPR Database System for Blue Iris!

    Not sure what’s going on with this stuff. I don’t think it’s caused by anything here.
  10. algertc

    Full ALPR Database System for Blue Iris!

    Making good progress so far. Lot of stuff hardened, completely fresh new DB with query builder, new auth with multiple users and roles, tons of data fetching stuff fixed, and many other improvements. Agents requiring more supervision than I initially expected and I have a bunch of other tasks I...
  11. algertc

    Full ALPR Database System for Blue Iris!

    Once the foundational updates are complete, I can try to give some different AI models a spec and see if any of them come back with something workable. I'll send the spec when I get there so you can see how it goes about doing it.
  12. algertc

    Full ALPR Database System for Blue Iris!

    @VideoDad RE: complex automations/notification rules - to do this well and have it really be good is actually pretty complicated. Home Assistant has a pretty advanced rules engine from what I see. If you could have every recognition sent to an MQTT topic with all of the metadata that comes from...
  13. algertc

    Full ALPR Database System for Blue Iris!

    Would be greatly helpful if anyone is willing to send me a dump of their database (ideally a more than one person) so I can ensure this will migrate smoothy. I am going to upgrade the postgres to version 16. With this, there will be no more migrations.sql bullcrap and a proper ORM will be used...
  14. algertc

    Full ALPR Database System for Blue Iris!

    My plan is to more or less start completely from scratch and use Claude code to remake the whole app in parallel in a more principled way, while integrating all of the requested features. I’m pretty excited and hoping this can be done this weekend. I might also make a publicly accessible...
  15. algertc

    Full ALPR Database System for Blue Iris!

    What I mean by this is the http request that BI sends. You could see this by creating an alert notification in BI with the same content that we use for the ALPR database, but selecting email or something else instead of http request. Emailing it to yourself will show you what BI actually sends...