Search results

  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.
  16. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    You're getting 500 errors when the processor is getting commands to delete cameras that don't exist anymore. System.ArgumentException: Camera not found try v4.2.3-alpha1 and see if you get better results.
  17. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    you're getting exceptions when you are doing searches, not the same from the webhook exceptions biggen is getting.
  18. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Nope, turn on plate debugging, wait for another 500 error to occur, then download the debug plate and paste it in here.
  19. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Hm it's working fine for me. can you send me a screenshot of the fields you are populating when you add a new camera? that might have something to do with it.
  20. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v4.2.2 is released with searching optimizations. default filter date is now 15 days in the past to increase searching speed by not reading entire database. database optimizations with possible matches for increased searching speed. fixed some edge cases with lots of vehicle being recorded...
  21. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v4.2.2-alpha14 sets the default date range to 15 days, which should speed up the list query.
  22. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    i could add a default date/time filter of 1 month, currently the pagination counts the total amount of plates that apply with the current filters applied. if i set the timeframe to 1 month it returns much faster.
  23. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    go to v4.2.2-alpha8 this fixes an issue where lots of incoming plates cause the browser to constantly refresh the list and fixes an issue with processing alerts
  24. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    you need to specify the version. it's almost done building negate that · mlapaglia/OpenAlprWebhookProcessor@dc92e0f
  25. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    I noticed this also, having all of the possible plate numbers for each group in a single string is having performance problems once enough plates get into the database. Try out v4.2.2-alpha6 with optimizations for this. You need to back up your processor.db file beforehand, this release has an...
  26. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    If you run the web server locally you don't need any ports. Most users are using the cloud version though, so they need the ports open. I have never tried reading from beanstalkd directly, you are more than welcome to try.
  27. mlapaglia

    come back so i can have a turn!

  28. mlapaglia

    Moobot botnet spreading via Hikvision camera vulnerability

    is there any easy way to check if a hikvision camera has access to the internet? i've got them on a separate vlan with no access, but it'd be nice to double check
  29. mlapaglia

    Moobot botnet spreading via Hikvision camera vulnerability

    anyone seen this? "A Mirai-based botnet called 'Moobot' is spreading aggressively via exploiting a critical command injection flaw in the webserver of many Hikvision products. " https://www.bleepingcomputer.com/news/security/moobot-botnet-spreading-via-hikvision-camera-vulnerability/
  30. mlapaglia

    OpenALPR Missed This One ....

    Sorry I was responding to @TVille
Top