Recent content by mlapaglia

  1. 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
  2. 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.
  3. 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...
  4. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v5.1.0 is out.
  5. 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.
  6. 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...
  7. 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...
  8. 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...
  9. 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)
  10. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v4.2.5 fixes color filtering.
  11. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    if you just updated to the latest openalpr agent they changed the config for the storage size, 4GB became 4MB. i had a thread about it on the openalpr forum, but it looks like they took down the whole site. here's a cached version: Free disk space stuck at 8GB
  12. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Try just using the windows version first, then jump into Docker once you are better equipped.
  13. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Small woopsie with the new date filter, v4.2.4 sets the start/end date before executing the search on the first page load, should be much faster with a large dataset now. sorry!
  14. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v4.2.3 is released with fixes for trying to add cameras when no agent has been configured, and fixed an issue with trying to remove sun rise/set schedules when deleting cameras.
  15. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    whenever you get 500 errors on /webhook turn on debug mode, wait for some 500 errors to happen, then download the failed plates and paste them in here. i'm guessing there an edge case i haven't thought of with processing.
Top