Recent content by mlapaglia

  1. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    V6 is coming along!
  2. 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.
  3. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v6.0.0-alpha14 should fix the counting issue.
  4. 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.
  5. 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.
  6. 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...
  7. 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
  8. 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.
  9. 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...
  10. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v5.1.0 is out.
  11. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v5.1.0-alpha16 adds support for modifying the camera masks the agent uses. You can view the last 10 plates captured and switch to a snapshot view from what the camera is currently seeing to create the mask.
  12. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    I reverse engineered the web socket connection between the rekor agent and the cloud and have a basic form of it implemented in the app. v5.1.0-alpha4 adds this websocket support. in your aplrd.conf file make sure websockets_enabled = 1 is set and the upload_address = https://192.168.1.2 has...
  13. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v5.0.0-alpha7 has added PWA support, meaning you can install the app on your desktop and phone instead of using the browser. In chrome on windows the Little download icon will install the app on your desktop like a normal program. On Android click the menu button in the browser and an option...
  14. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Hello everyone, sorry for the lack of updates been busy with work and family. Version v5.0.0-alpha3 is in alpha right now if anyone wants to give it a try. There are a few changes: General package upgrades. Dropped preview jpeg columns from db, no longer used. Added indexes to speed up filters...
  15. mlapaglia

    Important! EmpireTech Official Website Active

    the ability to filter based on everything would be nice, sensor size, variable zoom, min/max zoom amount, price, etc. here is how newegg does it (for cpu, not cameras)