Search results

  1. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    yep
  2. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    ya plates will show up once you run the scrape. you still need openalpr agent running though if you want to get new plates obviously. v4.1.0-alpha15 is the latest i am testing right now make sure you back up your db
  3. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    the webhook does not carry the full resolution image. when a webhook comes in the processor calls the agent and gets the image 1 time, then stores it locally. no metadata found for given date range: "" means your agent didn't see any plates during those dates. the numbers are unix epoch...
  4. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v4.1.0-alpha4 will scrape the images of all the missing plate groups after the regular scrape finishes.
  5. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Ya before this branch gets released. if you want to try it now delete your processor.db (back it up first) restart your service and run an agent scrape, it will grab all the plates currently on the openalpr agent and populate the processor.
  6. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Ok v4.1.0-alpha3 now stores plates locally. i'm still testing it, if you run the agent scrape it should pull in all the images since the last time it was run, right now old images won't show up. I also added a db index that should make scraping run a little faster.
  7. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    you can make the rekor agent store lots of images in the settings: store_plates_maxsize_gb = 4000 store_plates_maxsize_mb = 4000000 Rekor changed the configuration key in the latest version so i have both
  8. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    I'm not much of a UI/UX person, if we could get someone in here with an eye for design i'd let them rip the front end all apart and make it better.
  9. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    I thought about having the processor store the images on its own so the agent could be deleted and recreated without affecting the images. is that what you mean?
  10. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    It now only populates the make/model etc if the confidence is higher than 30%. Glad you like the changes. if you just use latest in docker it will automatically update whenever a new version gets released.
  11. mlapaglia

    Migrating OpenALPR/Rekor Scout to another PC?

    Just copy the database files to the new location and it should pick them up, it's the same for both windows and docker EDIT: oh you're talking about the openalpr agent, i'm not sure you should probably just be able to copy the whole folder
  12. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Make sure you have -p '4382:80/tcp' in your docker command so it allows that port out of the container <HOST>:<CONTAINER>
  13. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Do you have your agent exposing the web ui port? can you get to the webpage from the machine that is running the processor? Also make sure your url is configured correctly in the processor settings
  14. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v4.0.0-alpha2 has 1. support for filtering for plates only seen 10 times or less. 2. upgrading to dotnet 6.0 It's just a preview for now, back up your database before trying it out if you want to test the new feature. If you are running the windows executable (not docker) you will need to...
  15. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    You might just have a docker issue with letting the container talk to the outside network. I'm using this on unraid so it's all configured for me. you can always try getting inside the container with shell and pinging stuff on your local network to see if it can see anything.
  16. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Someone else had this issue, they had a docker networking issue that was preventing the processor from talking to the agent.
  17. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Oh nice idea, ty
  18. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    The processor currently needs to be able to talk to the rekor agent running on your network to pull the images.
  19. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Or how many cars are you seeing per minute? I believe most of the current users only see a few a minute, I haven't stress tested this against multiple cars a second if you live on a busy road.
  20. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    some of your webhooks are taking around 10 seconds to process Executed action "OpenAlprWebhookProcessor.WebhookProcessor.WebhookController.Post (OpenAlprWebhookProcessor)" in 7523.514ms It looks like the cloud isn't liking how long it is taking the processor to execute, and is timing out --->...
  21. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Hmm those are processing fine on my side you have the checkbox checked, right?
  22. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    try out v3.17.0-alpha10 You should be able to run the agent scrape to catch up on any missing plates after this.
  23. mlapaglia

    OpenALPR (Scout) Push Notification on all Plates

    There is a plain windows version, just extract it to your desktop and double click the exe file Release v3.16.3 · mlapaglia/OpenAlprWebhookProcessor
  24. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Looks like it is bombing because there is no vehicle "vehicle":null,
  25. mlapaglia

    OpenALPR (Scout) Push Notification on all Plates

    you don't need to know code to run the webhook, just how to run docker. there is a tutorial Setup · mlapaglia/OpenAlprWebhookProcessor Wiki
  26. mlapaglia

    OpenALPR (Scout) Push Notification on all Plates

    if you want something more robust i made a tool that listens for those same webhooks and gives you a nice UI to view, complete with customizable alerts that can be sent via pushover also. OpenALPR Webhook Processor for IP Cameras
  27. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    need to figure out why your cloud is sending this different formatted JSON
  28. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Alright give v3.17.0-alpha9 a try
  29. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    weird, when i put that into my client it works correctly.. do you have that plate number hidden or something?
  30. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    In the debug logs you pasted it looks like the rekor cloud is sending you a JSON structure the processor can't handle. It has some extra information at the beginning of the payload: https://support.rekor.ai/my/s/article/How-to-receive-data-with-WebHooks?language=en_US says it should have a...