Search results

  1. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    ya going back to previous versions won't always work if a database migration has taken place during a release. narrowing it down between 3.7 and 3.8 helps though thanks :)
  2. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Unfortunately I don't have time to run through each release version to check to see when it failed. if you start with version 12, see if it happens or not, then do release 7 or 14 depending on the outcome etc, it should be pretty fast.
  3. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    i need the output from the "download plates" not the system logs
  4. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Try out v3.17.0-alpha6 Go to the agent settings page and enable debug mode. Wait for a failure to happen. Go to the logs page and download the failed logs paste them in here and i'll see what i can do
  5. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Looks like rekor is sending a payload that the processor can't handle. i'll need to find a way to log these so i can troubleshoot them.
  6. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    have you tried scraping with the latest 3.16.3 ?
  7. 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.
  8. 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.
  9. 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.
  10. 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!
  11. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Ya, follow the docker setup instructions Rekor Documentation
  12. 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?
  13. 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.
  14. 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.
  15. 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.
  16. 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.
  17. 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.
  18. 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...
  19. 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.
  20. 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...
  21. 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.
  22. 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
  23. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

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

    LPR Camera Settings

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

    LPR Camera Settings

    WHAT?? goes and focuses zoom more
  28. 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
  29. 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.