Search results

  1. 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?
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. 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.
  7. 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...
  8. 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.
  9. 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...
  10. 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.
  11. 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
  12. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    my rekor agent's web server port is 4382
  13. 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.
  14. mlapaglia

    LPR Camera Settings

    if you want a docker approach the openalpr webhook tool can control your camera focus and zoom
  15. 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.
  16. mlapaglia

    LPR Camera Settings

    WHAT?? goes and focuses zoom more
  17. 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
  18. 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.
  19. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    No it was not, sorry. v3.16.2 fixes this.
  20. 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.
  21. mlapaglia

    camera angle and settings

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

    OpenALPR Webhook Processor for IP Cameras

    make sure you have debug enabled on your agent, should look like this
  23. 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
  24. mlapaglia

    Hiding LPR

    Stick them on your mailbox and plant a big bush around it.
  25. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    In your screenshot you were still using single quotes lol
  26. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    i can't help you if you don't paste whatever the latest errors you are getting are.
  27. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    is it running? try double quotes instead of single quotes for the command
  28. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    I think you need to install .net 5.0 actually Download .NET 5.0 Runtime (v5.0.9) - Windows x64 Installer. I am a software developer so I have all of them installed lol
  29. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    docker run -d -p 80:80 -v 'C:\whatever\your\folder\is\':'/app/config/' mlapaglia/openalprwebhookprocessor:v3.16.0