Search results

  1. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    have you tried scraping with the latest 3.16.3 ?
  2. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    upgrade to version 3.16.3 open up a screen with the log window open, then in another window start the scrape. grab the output of the logs and paste them here.
  3. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Try the "test webhook" function on the openalpr website while the log page is open on the processor, make sure the test webhook is coming through.
  4. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    I'm trying to figure out why scraping isn't working for some people. i've added in some better error handling, previously scraping would stop whenever a plate from the list fails to process, now it will skip it. v3.16.3 if you want to try it out.
  5. mlapaglia

    LPR Camera Settings

    Just one super tiny nitpick, level out your camera so it make the cars move horizontally instead of diagonally up the screen lol!
  6. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Ya, follow the docker setup instructions Rekor Documentation
  7. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Figure that out then you're good to go. check out unraid guides for how to give docker access to various LANs, I'm guessing you have a separate one for cctv and stuff?
  8. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    open up a console inside that docker container and then try to ping the ip address of the agent.
  9. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Make sure the address matches the Endpoint Url in the configuration, then make sure the processor can access that same url from wherever it's running. that's about all there is to it.
  10. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    try browsing to your agent's webserver page and see if you can get any of the images to show up from there.
  11. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    My IPC-HFW5241E-Z12E uses the string http://192.168.2.17/cgi-bin/configManager.cgi?action=setConfig&VideoWidget[0].CustomTitle[1].Text= replace your ip address obviously You should be able to click Save and then Trigger Overlay for quick testing.
  12. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    If you are getting it to show ANY images that means it can connect fine and you have another kind of issue with the agent.
  13. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    if you're getting results showing up in your processor ui that means it can talk to the cloud correctly. you need to get it to talk to the local agent running on your network to get the images. It's the same way the cloud works, it doesn't store images locally, it calls your agent to get them on...
  14. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    the openalpr processor gets the webhook sent by the cloud. the openalpr processor then calls the agent to get the images when you load them up in your browser. i don't understand what Does the webhook provide the data or the scrape? means though.
  15. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    the processor needs to be able to access the rekor agent to pull back the images, do you have a firewall or networking problem that is keeping the processor from reaching the rekor agent. Same with the camera overlays, the agent needs to be on the same network as the cameras in order to send the...
  16. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    At the bottom of the page there should be a "fork" button to make your own copy of the wiki, you can make your changes there then open a pull request and I'll merge the changes in.
  17. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    if you want to help beef up the startup documentation i can give you write access to the github wiki First Time Setup · mlapaglia/OpenAlprWebhookProcessor Wiki
  18. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    my rekor agent's web server port is 4382
  19. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    if you hover over the question marks it will show you were to get each of the fields from. endpoint url is the endpoint of the rekor agent that is running on your local network.
  20. mlapaglia

    LPR Camera Settings

    if you want a docker approach the openalpr webhook tool can control your camera focus and zoom
  21. mlapaglia

    LPR Camera Settings

    You don't want to use smart ir for plate captures. you want the IR at 100% max all the time.
  22. mlapaglia

    LPR Camera Settings

    WHAT?? goes and focuses zoom more
  23. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Where did I say they stopped using OpenCV? Look at their changelog, none of these performance or usability changes are being pushed back to their open source code Rekor Documentation
  24. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    They stopped updating openalpr a few years ago. their closed source code base is much more accurate and efficient at finding plates. Also I have no interest in learning OpenCV.
  25. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    No it was not, sorry. v3.16.2 fixes this.
  26. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v3.16.1 fixes a bug with date/time searching, it will now work when you try to only search for a single day.
  27. mlapaglia

    camera angle and settings

    Now the fun begins! try out some of the tools in this forum (shameful plug)
  28. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    make sure you have debug enabled on your agent, should look like this
  29. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    You can run the "scrape" function to get all of the plates in the rekor agent that aren't already in the openalpr processor database