Search results

  1. 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.
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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.
  10. 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”
  11. algertc

    Full ALPR Database System for Blue Iris!

    At the bottom, actions, on alert
  12. 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
  13. 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.
  14. 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.
  15. 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...
  16. algertc

    Full ALPR Database System for Blue Iris!

    @VideoDad was able to do this with a python script that used a csv. It's in this thread like 10-15 pages back somewhere. Maybe take a crack at that? Not too many people have previous recognitions prepared like this, so it's not my top priority to integrate directly into the app, but possibly at...
  17. algertc

    Blue Iris and OpenVPN--It Works, But Did I Do It Right?

    I find Wireguard to be a lot faster and more reliable than OpenVPN, but it can be a tad trickier to set up. For Unifi users, the teleport feature in Wifiman is definitely the easiest solution.
  18. algertc

    Full ALPR Database System for Blue Iris!

    Also does anyone know if it's possible to send data out of the dahua ALPR system from their top-of-the-line alpr cams?
  19. algertc

    Full ALPR Database System for Blue Iris!

    @MikeLud1 I'm not sure if your models have this or not, but I believe some of the others have an option under the ... on the right of their row to "download model" or have the different sizes. This could be a nice way to do it when you update it. That can allow users to download the newest...
  20. algertc

    Full ALPR Database System for Blue Iris!

    I have not installed them yet. Going to do it tomorrow so I can accumulate some testing data to finish the export part with the code you sent. I have the new plate-reads route handler set up to accept all of the data correctly and a cloud system set up to accept all of the training sets. Will...
  21. algertc

    Full ALPR Database System for Blue Iris!

    AI training data functionality is 90% done. Should be ready very soon. Will require updated codeproject models, but hopefully they can be included in the official CPAI soon. Entirely unrelated to the thread, but I must rant: I spent six full hours today revisiting an old cat5 cable that I...
  22. algertc

    Full ALPR Database System for Blue Iris!

    Could've just been my testing, or maybe Dahua is developing an advanced warning predictive ALPR cam, powered by starlink satellites and deepseek in the motherland to warn you of the traffic days before it even gets to your home, and I was able to get my hands on a smuggled out prototype unit…...
  23. algertc

    Full ALPR Database System for Blue Iris!

    Could do both. You’ll be able to export your data if you want to test stuff yourself also, but the goal is to collect a huge diverse set of images and utilize the user input to improve the model for everyone.
  24. algertc

    Full ALPR Database System for Blue Iris!

    First part of ALPR training integration is done! Just need to set up the export processing and sharing now. Also adds the ability to do this which is cool (only laggy in the gif): Sets the focal point as close as possible to the center of the plate for quick zoom in. I'm also playing with...
  25. algertc

    Full ALPR Database System for Blue Iris!

    Hopefully we hear from others if they encounter the same thing. I think you're right that the having + alerts on vs off is definitely the differentiating factor. The BI macros include a bunch of temporary paths for stuff which aren't really what we want, and no way to just send the full direct...
  26. algertc

    Full ALPR Database System for Blue Iris!

    As it turns out, I actually accounted for this when I originally added that functionality, but there was a tiny error in the migrations file that was keeping it from actually working. I forgot that I ever even did it, and just happened to fix it without even noticing while making the rest of...
  27. algertc

    Full ALPR Database System for Blue Iris!

    Adding the column yourself won’t do anything without the code to handle it which is a number of different places. Confidence is coming soon with all of the AI training stuff. I can add the zone too. I think I’m going to add a selector that lets users show/hide columns. I’ll try to add the multi...
  28. algertc

    Full ALPR Database System for Blue Iris!

    I have continuous + alert set. I didn’t think this created separate files but maybe it does? My continuous splice every hour and when I open an alert it just goes to that point at full resolution. If + alerts creates full separate files even with bvr, that seems like kind of a waste of space...
  29. algertc

    Full ALPR Database System for Blue Iris!

    glad it’s working now. Either of those should work though. Were you on the raw page that just has the file displayed? If you just navigate to the file in the repository, that’s a web page and trying to download that directly downloads an html file. Clicking the little button at the top right of...
  30. algertc

    Full ALPR Database System for Blue Iris!

    Is anything else in the logs? How about the log tab within the app? This shouldn’t make any difference in JSON, but it’s possible that blue Iris might be parsing it weirdly: try removing the space after the colon in the payload to be like the others. I vaguely remember encountering an issue at...