Recent content by algertc

  1. algertc

    Full ALPR Database System for Blue Iris!

    I think it was someone else. I asked bc it was asking about the same thing. I linked the solution.
  2. algertc

    Full ALPR Database System for Blue Iris!

    Glad you got it working. Is Issue #67 on GitHub yours?
  3. algertc

    Full ALPR Database System for Blue Iris!

    Please check the system logs page in the app and share what it says. You can also try using &PLATE instead of the ai_dump json. There’s a bug right now that causes the requests to error if you have any other ai objects in the detection.
  4. algertc

    Full ALPR Database System for Blue Iris!

    Re general automations, I wasn’t going to build that into this app. Posted here just because it’s kind of adjacent. I’d agree with your points as far as ALPR goes. I’ve just been playing around with a bunch of new AI tools recently and find it exciting to see what u can do. Right now the build...
  5. algertc

    Full ALPR Database System for Blue Iris!

    I will make sure this is in the coming update.
  6. algertc

    Full ALPR Database System for Blue Iris!

    Yes, I’ve already built out the page to show the TPMS live and receive it, but the decoder that is popular, built into RTL 433, has been extremely unreliable for me. It worked great at one point, so I’m not entirely sure why. I certainly do think this is a key advantage in vehicle detection...
  7. algertc

    Full ALPR Database System for Blue Iris!

    I think I’m going to publish some core n8n automations for other blue Iris users to use that they can easily download and apply. What I’ve really been thinking about, though, is what a seriously powerful futuristic home surveillance system would look like. And I’m not exactly sure. I feel like...
  8. algertc

    Full ALPR Database System for Blue Iris!

    AI Agent Development Update:
  9. algertc

    Full ALPR Database System for Blue Iris!

    You can back up the raw blocks a number of different ways, but I will create a roadmap item to add some sort of archiving to cloud or network share.
  10. algertc

    BYOB - Build Your Own Beijing | Crazy, game-changing things you can do with latest AI

    This is exactly what I am making rn. Not too hard to do at all. I started trying to get it to answer some really elaborate questions based on the vehicle history and it wasn’t doing fantastic, but I think it’s a matter of prompting well at each stage of the workflow. it’s definitely going to...
  11. algertc

    Full ALPR Database System for Blue Iris!

    I made a number of updates: Fixed session kickout to login screen Camera filter added to dashboard Password will autofill and save in your browser now Impossible to hit the login page if you have an active session Deleting a record in live feed fixed to only delete that record Correction/add...
  12. algertc

    Full ALPR Database System for Blue Iris!

    I'm working on this right now. I've fixed a bunch of other stuff but the db schema is such a pain in the ass. It has something to do with the setup running out of order. Normally I would just image the working db, but it's difficult for a self hosted app where you need to allow people to update...
  13. algertc

    BYOB - Build Your Own Beijing | Crazy, game-changing things you can do with latest AI

    Clever - what sensors are you using?
  14. algertc

    BYOB - Build Your Own Beijing | Crazy, game-changing things you can do with latest AI

    Honestly still pretty impressive that it can do that, but it's really the video analysis that makes things so much easier. Otherwise you sort of have to work something out manually to have it check multiple frames and reason across all of them. The reason I'm so interested in N8n is that you...