Search results

  1. algertc

    Full ALPR Database System for Blue Iris!

    It has been 95% done for a couple weeks. I couldn't get Mike's ALPR code to work on my machine and was trying to troubleshoot that off and on. Finally figured it out yesterday. All I had to do was add some extra Python imports. Now that I have it working, I can get the data I need from the...
  2. algertc

    Full ALPR Database System for Blue Iris!

    This is part of what’s so nice about this though. Even if u were to have the most sophisticated criminals who are somehow aware that you’re doing this, what are they gonna do? Go to a tire shop and get all their wheels taken off and have them removed? I can just imagine how pissed off I would...
  3. algertc

    Full ALPR Database System for Blue Iris!

    Yes. Secondary form of PII to store in the database so you can still identify vehicles if they remove their license plate. Little POE box you can run out to the street. Needs to be as close as possible.
  4. algertc

    Full ALPR Database System for Blue Iris!

    I've been thinking about the TPMS solution, and I think I have a significantly better approach. I consulted a friend with more electronics expertise to ask about making something a bit more custom, and this seems like the way. The last thing I tried was 2x RTL-SDRs w a Raspberry Pi and a POE...
  5. algertc

    Full ALPR Database System for Blue Iris!

    @smallik Upon closer inspection of your log screenshot, the fact that it's complaining about tags being missing doesn't track with the issue being caused by just the migrations file missing. I'm thinking that may not quite fix it. I don't really understand how this happened the first time...
  6. algertc

    Full ALPR Database System for Blue Iris!

    Yep, right on, as usual. The below is also very helpful to me for writing the troubleshooting page. Docs are almost finished. Not likely to add any value for anyone who has been following along, but should be much better for new users. Can serve as a reference too. I'm also going to record two...
  7. algertc

    Full ALPR Database System for Blue Iris!

    Hi, @smallik You're very close. This seems like a very minor issue with the database schema, which is what defines how the tables and columns are structured. The error is stating that there is a relation missing. Normally, this should be created automatically and should exist in the...
  8. algertc

    Full ALPR Database System for Blue Iris!

    I'm working on the AI training. Turning out to be a bit harder than expected. Hitting some minor roadblocks in getting python model adjustments to work... Hopefully will be able to sort out soon. My work kind of goes in cycles of downtime and extremely long hours, so I'm hoping to have another...
  9. algertc

    Full ALPR Database System for Blue Iris!

    Jeez yeah if that's paper/fake we're gonna need some smarter CV people to get on the case... I wouldn't personally have much confidence in developing anything to distinguish that... It's possible that @MikeLud1 's state recognition might be able to grab the other parts and flag anything that...
  10. algertc

    Full ALPR Database System for Blue Iris!

    While this might not be the easiest to do in the immediate future, I definitely see the value and would like to be able to flag those myself. Once we can get an improved recognition model working with the current situation, this could be an interesting thing to try to integrate. I doubt there...
  11. algertc

    Full ALPR Database System for Blue Iris!

    I've been working on the ALPR module integration and talking to @MikeLud1. I think we are making very good progress, all things considered. I've been quite busy this week, but we will definitely have something upgraded and very good soon. TPMS iz also my main priority now that other bugs are...
  12. algertc

    Full ALPR Database System for Blue Iris!

    I would love to hear any way to distinguish fraudulent plates. Anything like that would actually be at the top of my priority list. I live with my parents in a decently nice neighborhood, but there are still quite a lot of thefts. I'm all for anything that might catch any burglars.
  13. algertc

    Full ALPR Database System for Blue Iris!

    What exactly do you mean @PeteJ ? I'm all for more ways to catch threat actors, but I'm not sure I understand what you're saying. Distinguishing between paper plates is well beyond what we are currently able to do, but the ALPR is getting very good, and we will be able to detect most plates very...
  14. algertc

    Full ALPR Database System for Blue Iris!

    I will add this.
  15. algertc

    Full ALPR Database System for Blue Iris!

    Mobile will look something like this. Tap and hold on the record to bring up action options. Coming soon... "3 AM Guy" Seems to work a 7 day night shift and comes home 7 days a week between 2 and 4 in the morning. Like clockwork. Never misses. Usually the only vehicle during that period every...
  16. algertc

    Full ALPR Database System for Blue Iris!

    Current is 1.7. Guessing that was just a typo. I will add the code to show it somewhere in the settings.
  17. algertc

    Full ALPR Database System for Blue Iris!

    I'm creating a full documentation site for the app. I have FAQ and Troubleshooting sections set up, but not content yet. I would greatly appreciate any input for either of those sections. I went back through the thread, but so much has changed so it's hard to know. I'm mostly focused on...
  18. algertc

    Auxiliary IR Illuminator for LPR

    Something to keep in mind with these is that certain IR wavelengths will attract insects way more than others. I have a few of the unit in the post above and they were fine, but some of the larger units caused crazy bug problems for me after a while to the point where I had to get an...
  19. algertc

    Full ALPR Database System for Blue Iris!

    Install and update scripts for Windows available now in the repo. install.ps1 , update.ps1 AI training is very nearly done. Just working out some processing kinks with the cropping and rotation of the image. Once that's finished, I'm going to focus on getting a working TPMS and Bluetooth...
  20. algertc

    Full ALPR Database System for Blue Iris!

    Yes that is the issue. These are two entirely separate systems. This is what other users were trying to explain. Codeproject has improved a lot in the past couple years. I used to have frequent issues also. I would definitely encourage you to give it another try. AI detections will massively...
  21. algertc

    Full ALPR Database System for Blue Iris!

    It looks like your AI is disabled? Unless you have the server override set in the camera you should have the top box ticked. Can you clarify if you ever had ALPR working? That has been asked a couple times, but I couldn't find your response. I believe you need custom models enabled for ALPR...
  22. algertc

    Full ALPR Database System for Blue Iris!

    Where did /dashboard/ come from? It should look exactly as it does in the example. Let me just clarify the flow of how things work for this in case anything doesn't make sense 1) Your existing Blue Iris system uses either CodeProject or DeepStack and has an ALPR module installed. In this...
  23. algertc

    Full ALPR Database System for Blue Iris!

    Good spot. @Vettester is right. I would use localhost instead of your hostname too if it’s the same machine just to prevent any issues. Did you use the install script or did you create the directories and copy the files manually? Please check the logs tab at the bottom left of the app also and...
  24. algertc

    Full ALPR Database System for Blue Iris!

    This is the think to the repository: https://github.com/algertc/ALPR-Database The readme is the document that is displayed if you scroll down slightly. It has the directions for how to install.
  25. algertc

    Full ALPR Database System for Blue Iris!

    @sunny0101786 Take a closer look at the example alert screenshot in the readme. I think it’s because you are missing “x-api-key”
  26. algertc

    Full ALPR Database System for Blue Iris!

    At the bottom, actions, on alert
  27. algertc

    Full ALPR Database System for Blue Iris!

    @sunny0101786 In blue Iris, go to the camera you use for ALPR, go to alert tab, under alert, go to alert actions, then click + and select MQTT/Web request
  28. algertc

    Full ALPR Database System for Blue Iris!

    What PeteJ said. It’s a web app, so you can access it in the browser from any computer on your network, just like Blue Iris.
  29. algertc

    Full ALPR Database System for Blue Iris!

    No need! :) All I ask is that you star the GitHub repo. I enjoy working on it and am glad others are able to use it. Better color/make/model detection may be coming soon. I’ll work something out to allow no plate to be accepted for a setup like you described in the request.
  30. algertc

    Full ALPR Database System for Blue Iris!

    I made this a while ago. It is outdated and doesn't include the new storage directory, but the process is still basically the same. If you read through the readme instructions along with it, it should be fairly clear. The video explains what is going on and how to get started. Note that in this...