Search results

  1. 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.
  2. algertc

    Full ALPR Database System for Blue Iris!

    Working open in blue iris button that takes you straight to the associated alert:
  3. 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.
  4. 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.
  5. algertc

    Full ALPR Database System for Blue Iris!

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

    Full ALPR Database System for Blue Iris!

    My &ALERT_JPEGs are the correct plate image with this setup:
  7. 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...
  8. 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...
  9. 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?
  10. 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.
  11. 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...
  12. 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.
  13. 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.
  14. 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.
  15. 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...
  16. 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?
  17. 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?
  18. 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...
  19. 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.
  20. 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.