Search results

  1. algertc

    Full ALPR Database System for Blue Iris!

    @PeteJ Yeah this is why. The old plates don’t have that data because it wasn’t sent with them. I’ll change it to always show up and spawn a dialog explaining that it need to be added. That will be more clear.
  2. algertc

    Full ALPR Database System for Blue Iris!

    Same as before. I installed windows on an old PC, so hopefully powershell soon. Latest and nightly are the same right now. In fact, I think nightly is actually behind. So just use latest.
  3. algertc

    Full ALPR Database System for Blue Iris!

    You will need to add "ALERT_PATH": "&ALERT_PATH", "ALERT_CLIP": "&ALERT_CLIP" to your blue iris action. The button only shows up if the data is available. Edit: You also need to enter your blue Iris server address in the settings tab.
  4. algertc

    Full ALPR Database System for Blue Iris!

    I forgot to import that and somehow the code didn't give an error. Theres a page called /backfill that you can use to do the same thing and will work. A fixed image is building right now. Thanks for finding.
  5. algertc

    Full ALPR Database System for Blue Iris!

    Did you try with sudo? It worked for me so if there’s some other issue, I need to understand what it is in order to fix
  6. algertc

    Full ALPR Database System for Blue Iris!

    I just fixed the blank changelog this morning. Will only start working after updating though. So hopefully it should be visible whenever 0.1.8 becomes available.
  7. algertc

    Full ALPR Database System for Blue Iris!

    Download and chmod +x then ./update.sh. The error you're getting is caused by the combined curl and bash command. I fixed that issue on the install script but not yet on the update script.
  8. algertc

    Full ALPR Database System for Blue Iris!

    Working open in blue iris button that takes you straight to the associated alert:
  9. algertc

    Full ALPR Database System for Blue Iris!

    Are you talking about the left and right arrows? The purpose of that was to be able to click through the images in the viewer, but I did not think about the need to unbind them when the edit dialogs are open. I will fix that.
  10. algertc

    Full ALPR Database System for Blue Iris!

    Oh yes the powersshell script does not work at all right now. I need to debug it on a windows machine and haven't gotten to that yet.
  11. algertc

    Full ALPR Database System for Blue Iris!

    Idk my night images are usually pretty dead center. Not sure if anything else is different?
  12. algertc

    Full ALPR Database System for Blue Iris!

    My &ALERT_JPEGs are the correct plate image with this setup:
  13. algertc

    Full ALPR Database System for Blue Iris!

    I have mine at 15 seconds with no issues, so that suggests that it is caused by the zone configuration if that is the only difference. I have my motion detect looking at the whole image with no zones and using the simple algorithm. Apologies if any of that is obvious. I'm def not a BI expert...
  14. algertc

    Full ALPR Database System for Blue Iris!

    I just published a new 0.1.7 full update. For anyone who was already using the nightly build, there is not much of a difference as most of those changes were just merged in. I have added a usage reporting feature that will send me some very minimal data about users' deployments. You can find...
  15. algertc

    Full ALPR Database System for Blue Iris!

    @MikeLud1 noticed that this seems to happen if you don't have the burn box onto image setting enabled in BI. Maybe see if that fixes it?
  16. algertc

    Full ALPR Database System for Blue Iris!

    @wpiman did you try the install script? The compose file previously had some fields that have been deprecated in newer docker versions. Do you recall what it complained about? I believe it should be OK now.
  17. algertc

    Full ALPR Database System for Blue Iris!

    I'm not an HA user and don't know much about others' use cases, but am definitely interested more integration. If what you're describing is basically a notification for certain plates to be sent to HA, that's pretty easy to do. I could add it to the notifications page. Please add it to the...
  18. algertc

    Full ALPR Database System for Blue Iris!

    Please try the new update script and see if that works. I'm trying to make it easier and faster.
  19. algertc

    Full ALPR Database System for Blue Iris!

    Definitely wouldn't recommend exposing this to the internet at the moment. Eventually, yes, but not a good idea for now. As far as a UI3 built-in goes, no, it couldn't really be integrated unfortunately. It's programmed pretty differently and would require the UI3 developer to basically remake it.
  20. algertc

    Full ALPR Database System for Blue Iris!

    This is fixed now. Was caused by the way that the output from the curl is piped into bash.
  21. algertc

    Full ALPR Database System for Blue Iris!

    I would copy the contents of the storage, config, and auth directories and set up a new one as you would from scratch other than copying those files. Then, you can use pgadmin to connect to the old database and generate a backup. You can then connect to the new empty database and restore that...
  22. algertc

    Full ALPR Database System for Blue Iris!

    I think the name option has been deprecated. I just removed it. Did you try deleting the old volume like it says? Where was there a backslash in the time zone?
  23. algertc

    Full ALPR Database System for Blue Iris!

    If you aren’t going to use the install script / it isn’t working for you right now, please check the linked manual install instructions in the readme. There are a couple other steps you need to do. What was the timezone issue?
  24. algertc

    Full ALPR Database System for Blue Iris!

    I deleted my first reply because I thought you were using WSL at first. If you're using sudo to run docker you need to give the sudo to the bash command at the end like this: curl -sSL https://raw.githubusercontent.com/algertc/ALPR-Database/main/install.sh | sudo bash I will update the...
  25. algertc

    Full ALPR Database System for Blue Iris!

    I get it too. It might have something to do with the code I added to try to make the full size images load faster. I’ll try to improve it.
  26. algertc

    Full ALPR Database System for Blue Iris!

    Alright ill have to find a windows machine to use and debug it then. You can still update it manually though. Just use :nightly at the end of the docker image name in the compose file instead of :latest.
  27. algertc

    Full ALPR Database System for Blue Iris!

    Im asking if those values that are already in it are for the cropped image or something else. What is the part that you have to add? I copied that json from one of your posts many pages back. And what format are the coordinates going to need to end up in before training? Can I just put them...
  28. algertc

    Full ALPR Database System for Blue Iris!

    Last seen at:
  29. algertc

    Full ALPR Database System for Blue Iris!

    Update.ps1 Maybe give this a try @Vettester. I'm not much of a powersheller at all, but the script is not doing anything too complex. Looks alright to me...
  30. algertc

    Full ALPR Database System for Blue Iris!

    No that checks out I didn't think about that. It's looking for a docker engine in the wsl system which is not what we want. I'm gonna see what happens if I just throw the script at an AI and tell it to convert it to powershell...