Recent content by truglo

  1. T

    Full ALPR Database System for Blue Iris!

    Well I'll be dipped in skittles... Vettester that right there worked a treat! Thank you very much for the idea. I just did some quick regedit and now my alprdb is surviving reboots no problem! Thanks @Vettester !
  2. T

    Full ALPR Database System for Blue Iris!

    I do have linux boxes on my lan that could run this, but I'd rather keep it all on the same PC. My HA rpi seems inappropriate for this (especially running hassos), my NAS is off limits for this sort of thing, which leaves the pi5 I use only for ham radio operation stuff... if I put alprdb on...
  3. T

    Full ALPR Database System for Blue Iris!

    Roger that. I tried using the manual install method, and it works, but same issue with it starting as a service. I randomly tried enabling the 'docker desktop service' with autostart in windows services, but that didn't work either. Since my BI pc is headless, alprdb becomes pretty much useless...
  4. T

    Full ALPR Database System for Blue Iris!

    Weird, my issue was slightly different, as I did see successful db connection in the logs. I got it actually fully working now after several attempts to remove and reinstall the container. Some observations I made along the way... 1) The first issue I ran in to, the admin password not...
  5. T

    Full ALPR Database System for Blue Iris!

    I do have "unless-stopped" in my compose file. Not sure if that has to be "always", and I need to somehow get docker desktop started as a service. On another note, I got some recognized plates with it running, but they aren't going into the database and the logs show the error: '[ERROR]Error...
  6. T

    Full ALPR Database System for Blue Iris!

    Quick question, how do I ensure docker and the container will it restart after a reboot? I saw in docker desktop settings a checkbox for "start docker desktop when user logs in", but that didn't sound like 'starting as a service' so not sure if it would work.
  7. T

    Full ALPR Database System for Blue Iris!

    OK thank you. I verified all of those directories exist, and have 'admin' permissions (which is administrator for the PC)... same user I installed docker and the alprdb script with. The dockercompose.yaml matches what the manual install instructions say... with the correct passwords. What worked...
  8. T

    Full ALPR Database System for Blue Iris!

    Sorry I am a complete newb when it comes to docker. I just followed the instructions on the github to install on the BI pc. What is an auth directory?
  9. T

    Full ALPR Database System for Blue Iris!

    So I just tried installing this using the script, and everything seems to have completed correctly, except that it keeps throwing "incorrect password" errors when I try to log into the app (http://localhost:3000). I triple checked the password is correct. I even deleted/reinstalled the container...
  10. T

    Blue Iris and CodeProject.AI ALPR

    I'm working on getting 2.9.5 with the current ALPR working, and it seems I have mostly issues with trigger timing. I am foggy on the application of the setting "Analyze One Image Each: XXmsec". Does this control the time between each image, centered 'before' and 'after' the trigger point? ...or...
  11. T

    Dahua IPC EASY unbricking / recovery over TFTP

    That seems a bit odd, the 251 address. Maybe the camera firmware is not corrupted but just misconfigured? Have you tried a factory reset using the button (or jumper if button isn't installed)? See the document linked here if you are unsure how...
  12. T

    Blue Iris and CodeProject.AI ALPR

    Awesome Mike, and no rush or worries about getting any testing done. Whenever you manage to get around to it is fine. My PC is relatively new, but perhaps I cheaped out a bit on it. The psu won't really be able to handle more than a p400.
  13. T

    Blue Iris and CodeProject.AI ALPR

    Woah yeah... I did see some weird text like that one time in BI logs. Not sure what's up, but even 1800%? [edit: Note I saw the long return time and decided to hit the button again... and now nothing "No Predictions Returned". Something either intermittent, or corrupt after first use?
  14. T

    Blue Iris and CodeProject.AI ALPR

    OK, I'm not sure it will help though since alpr/license-plates v2 in the cpai explorer are not working as they should. FWIW, I also tried it and it failed with my old cam settings as shown below:
  15. T

    Blue Iris and CodeProject.AI ALPR

    I've been trying to troubleshoot alpr not returning plate numbers for a few weeks now... since I first attempted to upgrade from CPAI 2.1.9 to 2.1.11. I initially had issues installing the update, but got those sorted. Some things I've tried... deleting all CPAI folders and reinstalling CPAI...