Recent content by mlapaglia

  1. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Yes, I actually have my agent sending data directly to the app, bypassing rekor's website.
  2. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    i might ditch support for the openalpr/rekor agent and make my own
  3. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    when you upgrade it's going to switch over to the new authentication method, your user will be deleted and you'll need to recreate one when you reload the page. other than that nothing you need to do!
  4. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Does rekor have a list of IPs they use? Or would it be a constant game of cat-and-mouse as their IPs change over time?
  5. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    V6.0.0 is released. there are bugs that will need to be addressed so open up a github ticket or message here when you find them! @tomas21 i haven't made any changes to port forwarding, what issues are you having?
  6. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    V6 is coming along!
  7. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    What messages are you getting on the console? v6.0.0-alpha20 fixes some timezone issues with scheduling camera night/day jobs.
  8. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v6.0.0-alpha14 should fix the counting issue.
  9. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v6.0.0-alpha13 has a debug section in the settings that will clear out pictures and obfuscate the plate numbers. make sure you create a copy of your database file before you run it, it's very destructive.
  10. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    if it's possible, send me your database and i can figure out some optimizations. upload it to google cloud or something. i can make a script for you to run if you want to obfuscate plate numbers and pictures if you want.
  11. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Hello everyone. v6.0.0-alpha12 is available, i've added some machine learning to detect when plates are going to be seen again. there are also performance metrics and machine learning configuration values in the settings: I am currently refactoring the entire application, feedback is...
  12. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v5.2.0 is released upgrading to .net8. you'll need to change your docker container port to 8080 since .net8 changed it Breaking change: Default ASP.NET Core port changed from 80 to 8080 - .NET
  13. mlapaglia

    Is Rekor Scout still the best option?

    i reverse engineered the license checks in the rekor scout DLLs to make it work without a valid license. idk if i would be allowed to upload them here.
  14. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    sqlite doesn't handle drop/create operations very well. while your db size has double, half of it is "unused" sqlite doesn't give up storage space unless you run a vacuum. you can run it yourself if you want to shrink the db...
  15. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v5.1.0 is out.