Search results

  1. algertc

    Full ALPR Database System for Blue Iris!

    Just want to let everyone know I’m coming back to this very soon. Been slammed with work recently, but should be able to get a bunch of stuff worked out at the end of this coming week + the weekend. Seems like there’s good advice being given to work through issues, but apologies to anyone...
  2. algertc

    Full ALPR Database System for Blue Iris!

    Sorry for the delay on this. I just pushed a new image that should fix it for now. I'm going to try to improve the way it works to make it more robust soon. If it doesn't work right away, try deleting the auth.json file and restarting and it should at that point. Update script that runs...
  3. algertc

    Full ALPR Database System for Blue Iris!

    Investigating now…
  4. algertc

    Full ALPR Database System for Blue Iris!

    Now I am getting kicked out on other devices too. I didn't change anything that should have affected this so I will have to troubleshoot, but will try to fix asap.
  5. algertc

    Full ALPR Database System for Blue Iris!

    This is the reason @prsmith777
  6. algertc

    Full ALPR Database System for Blue Iris!

    Ok this happened to me too but only when accessing from the same machine and only on one computer and not others. I’m very confused what’s happening.
  7. algertc

    Full ALPR Database System for Blue Iris!

    Probably like 5-10 minutes depending on your hardware. Shouldn’t be super long. Hopefully it doesn’t time out or anything.
  8. algertc

    Full ALPR Database System for Blue Iris!

    I think this is because you have such large databases and it's maxing out the memory or the max query size. It worked fine for me. I tried to set it up to do it in batches and have an image building now for that. Not sure if this way will work, but if someone could try it again and share what...
  9. algertc

    Full ALPR Database System for Blue Iris!

    This is exactly what happened. Sorry about that! I pushed an image to test myself on another computer and didn't push the code to github. This is correct. The reason I update it is just for completeness. You do not need to have it in order to update. I just pushed it and merged some other...
  10. algertc

    Full ALPR Database System for Blue Iris!

    And you got the new migrations.sql updates?
  11. algertc

    Full ALPR Database System for Blue Iris!

    Pushed a small update: Fixed known plates null value Fixed camera name filter matching Occurrence count now tracked in an actual column Your database page will have zero for all the counts to start after the migration. You can fill them all in by going to /backfill and clicking the button to...
  12. algertc

    Full ALPR Database System for Blue Iris!

    I think the easiest and most cost-effective solution is just going to be some mini fans with some weatherproof vents like these:
  13. algertc

    Full ALPR Database System for Blue Iris!

    Hmm alright very cool. I think I'll consult some electrical engineer friends and see if I can get some input and maybe a more professional solution going. It might make sense to take the cases off the SDRs too. Would be super cool if I got an actual CAD model and made it really clean. Probably...
  14. algertc

    Full ALPR Database System for Blue Iris!

    This is very interesting. Can you explain more about how exactly you would implement?
  15. algertc

    Full ALPR Database System for Blue Iris!

    I’m talking about in 90+ degree summer heat though. Yeah that still might be ok for the SDRs but the CPU itself is going to be cooking in the box.
  16. algertc

    Full ALPR Database System for Blue Iris!

    Wouldn’t it still get way too hot inside the box though if it’s sealed?[/url]
  17. algertc

    Full ALPR Database System for Blue Iris!

    That's clever, but what about during the summer? Box outside might get piping hot on its own... I think it might be hard to avoid needing some sort of fans
  18. algertc

    Full ALPR Database System for Blue Iris!

    I’m doing some TPMS testing now with 2x SDRs. SDRs already run very hot. With 2 of them, the raspberry pi itself, and POE, this is going to need some sort of airflow. I’ve thought through a few designs that would still be water resistant but not airtight, but I’m not loving any of them so far...
  19. algertc

    Full ALPR Database System for Blue Iris!

    I’ll make it log something if the key is wrong. The repository and the docker builder are meant to ignore my auth and config files so this doesn’t happen, but I kind of screwed it up. Why it only happens sometimes, I have no idea, but I think what is happening is your key gets changed to...
  20. algertc

    Full ALPR Database System for Blue Iris!

    @VideoDad was this your issue also? For the logs to work, no the database shouldn't need to change, but I have to believe it would break something somewhere if they were different. When I developed the initial release, it was mostly just for myself, so I was very lazy with the implementation...