Search results

  1. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Do you get a message at the bottom of the screen saying "scrape started" ?
  2. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    ok run the scrape command then look at the logs and see what is happening.
  3. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    what version are you running? the placeholder text is now:
  4. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    make sure that URL with port number matches what is in the endpoint url field on the agent configuration page.. other than that i'm not sure, you might have a network connection issue between the openalpr agent and the processor.
  5. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    browse to the agent's web server, should be http://<IP_ADDRESS>:4382 to verify your settings are correct:
  6. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    don't make the changes inside the container, those will get blown away whenever the container gets deleted. mount the volume to your host machine with -v /host/path/:/app/config/then modify the alprd.conf in the /host/path folder on your host machine.
  7. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    make sure you have the web server and debug mode enabled on your agent. i'll add an error message if these aren't turned on so new users will know.
  8. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v3.11.0 adds "total times seen", adjusting the width of the plate image to show stats side-by-side on smaller screens, and an optimized call to get the statistics.
  9. mlapaglia

    How hard does your GPU work?

    lol i asked the same thing 4.1.1 changelog
  10. mlapaglia

    How hard does your GPU work?

    When I upgraded to 4.1.1 one of my cameras stopped sending groups, i had to delete and re-add the camera to get it to send groups again.
  11. mlapaglia

    How hard does your GPU work?

    He said he has a GTX 1060
  12. mlapaglia

    How hard does your GPU work?

    Can you upgrade your CPU? the i7-3555LE is pretty old.
  13. mlapaglia

    How hard does your GPU work?

    How fast are cars driving by your cameras? Cars on my street are going by around 25mph, and 720p resolution and 15FPS works well for that. Lower fps and resolution would mean less CPU usage.
  14. mlapaglia

    How hard does your GPU work?

    Do you have hardware acceleration set to gpu? I have a ryzen 3950x with alprd running in a docker container, it uses around 2 cores constantly. I don't have gpu acceleration enabled.
  15. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v3.10.0 has added the ability to edit a plate number in the list.
  16. mlapaglia

    Feasibility of license plate reading at my house

    My network rack is on the other side of my driveway, so I had to run networking ~180ft through my attic down through the yard to the mailbox. I used a square ended shovel after a heavy rain to bury the lines 12" at a time. https://mattlapaglia.com/diy-security-mailbox/ It took a while but I...
  17. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    it's not multi threaded so i'm not sure if that will do much. it will pick up where it stops at if the process is cancelled. i'll work on making it faster. the best way to make the process faster is to put the processor.db file on a SSD. v3.9.0 is out, threshold is set at 30% now, and I tried...
  18. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Ya I can make it configurable. Not sure why scraping is running so slow on your machine.. Need some ideas for information to show on the details:
  19. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    the webhook is still required for real-time updates for now, you can scrape manually by pressing that button. scraping a second time will only scrape new plates that have happened since the last time you scraped.
  20. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v3.8.0 is released. fixed the issue with trying to create multiple users. I have also laid the groundwork for agent scraping on the agent settings page. I highly recommend creating a copy of your processor.db before experimenting with this. The first time it is run it will start from the...