Search results

  1. P

    Was tweaking my LPR settings tonight and caught this speeder on my driveway

    Correct. They are pretty destructive to our pine trees. They like to eat the bark off the upper trunk.
  2. P

    2025 New Arrivals From EmpireTech

    Looks to me like it's the headlights that are oscillating. Seen discussion about this on other threads.
  3. P

    Full ALPR Database System for Blue Iris!

    I’m still waiting on MQTT integration for plate data. This is vital for my home automation needs which I prioritize above AI search functions
  4. P

    Criminal spy camera inside Logitech mouse

    Yeah that won’t work with the latest military grade microwave spectrum spy cams.
  5. P

    Full ALPR Database System for Blue Iris!

    Exactly what I was looking for. Upvoted. Maybe add request here for more visibility.
  6. P

    Full ALPR Database System for Blue Iris!

    I have backups working fine. It's restoring the VMs that is a huge problem and I tried and messed it all up.
  7. P

    Full ALPR Database System for Blue Iris!

    Im running ALPR on a Linux Mint VM in Unraid and managed to tank my VM as well as my VM backup. I lost all my plates data. Oh well. Ive got VM snapshot now which should make it easier to restore things. Was wondering if there is an easy way to backup the ALPR database to another location and...
  8. P

    Full ALPR Database System for Blue Iris!

    I have a small bat file I run through windows scheduler. only three lines: net stop "CodeProject.AI Server" timeout /t 120 /nobreak net start "CodeProject.AI Server"
  9. P

    Full ALPR Database System for Blue Iris!

    I have ALPR on a VM separate from Blue Iris box. BI has been locking up lately. I have CodeProject restart daily and this has stopped the problem ALPR has not shown any hangups on the VM. Not sure where the memory leak is exactly. My experience lays fault with CodeProject
  10. P

    Algertc ALPR database and VPNs

    Just wanted to let you know that I have Tailscale working with ALPR database just fine. Once you get it going locally then you should have no problem using Tailscale
  11. P

    Gunshots outside my house - On the news

    maybe its time to move to somewhere safer and quieter
  12. P

    Cam on gate post

    I have a similar setup. On the back of one post I have a unifi NanoStation 5AC Loco which transmits to the house. The large box contains an 8 port POE switch. The other conduit going up runs cat5 for a 180 degree Dahua camera on the front of the post. It was challenging drill through the...
  13. P

    Shed Interior Temp to Blue Iris Overlay!

    I got mine from Florian Greenhouse. It is a kit but it was challenging getting it assembled and built right. https://www.floriangreenhouse.com/Garden%20Conservatory.html
  14. P

    Full ALPR Database System for Blue Iris!

    Does this latest version show the version info somewhere? I'm not finding it
  15. P

    Full ALPR Database System for Blue Iris!

    What would you like to do? 1) Update 2) Revert to a previous version Enter your choice (1-2): 1 Select release type: 1) Stable (recommended) 2) Nightly (pre-release / latest updates) Enter your choice (1-2): 1 [INFO] Checking for script updates... ./update.sh: line 118: [: 1 $(curl -sSL...
  16. P

    Full ALPR Database System for Blue Iris!

    @algertc Did you fix the permissions error on the linux script? https://ipcamtalk.com/threads/full-alpr-database-system-for-blue-iris.79082/page-24#post-908270
  17. P

    Full ALPR Database System for Blue Iris!

    Just ran the search... 35 servers exposed to the internet in my town... yikes
  18. P

    Full ALPR Database System for Blue Iris!

    Nerd here checking in. What's the distance from your receiver to the road?
  19. P

    Shed Interior Temp to Blue Iris Overlay!

    Here's an update of the overlays. I got the average temp and the relative humidity and the CO2 ppm on the overlay. I also added the time of last update so I can quickly see that everything is working correctly. ( I had an MQTT outage that I wasn't aware of for a few days which messed up the...
  20. P

    Full ALPR Database System for Blue Iris!

    He will probably chime in soon, but if I remember correctly, he had his own database program he set up that could do this. Maybe we can add this as a feature here sometime
  21. P

    Full ALPR Database System for Blue Iris!

    glad it worked... I don't think im going to rock the boat with my config right now
  22. P

    Full ALPR Database System for Blue Iris!

    If you read along further in the thread, you will see that I did not get this working despite long hours of trying. You can also look on the github discussion about it. I ended up using an Unraid VM with Linux and it works great
  23. P

    Full ALPR Database System for Blue Iris!

    This is really cool.... but I don't seem to have that Blue Iris button on my page.
  24. P

    Full ALPR Database System for Blue Iris!

    Forgot the sudo. Works fine now. Thanks EDIT: Not working. Cant get beyond the update page, first step: Database Backfill Update occurrence counts in the plates table Start Backfill Error occurred during backfill: dbBackfill is not defined
  25. P

    Full ALPR Database System for Blue Iris!

    Tried but got permission errors on my auth and config and storage folders. Ill wait until its fixed on your end
  26. P

    Full ALPR Database System for Blue Iris!

    First time trying to use the update script. Script terminates before I can input any options: paul@paul-linux-mint:~$ cd Docker/ALPR paul@paul-linux-mint:~/Docker/ALPR$ curl -sSL https://raw.githubusercontent.com/algertc/ALPR-Database/main/update.sh | sudo bash [sudo] password for paul...