Search results

  1. mlapaglia

    How hard does your GPU work?

    Can you upgrade your CPU? the i7-3555LE is pretty old.
  2. 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.
  3. 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.
  4. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v3.10.0 has added the ability to edit a plate number in the list.
  5. 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...
  6. 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...
  7. 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:
  8. 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.
  9. 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...
  10. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    i only have US plates to play with, but it sends country code and state code. accuracy seems to depend on how well defined the plate is.
  11. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    I am working on the agent scraping logic, lots of edge cases I haven't thought of. I think I have them all figured out I will give it a few more days of testing. I am also playing around with parsing the region field out of the webhook to show on the UI, and eventually search with it
  12. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    it's still using the webhook
  13. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v3.7.2 is released with an update to the main plate list now using lazy loading instead of pulling all of the plates up at once increasing performance when looking at a long list. i added a small spinner to the paginator so users can tell when the plates are being loaded instead of guessing...
  14. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    I can't find that model number on Dahua's website. If the camera was made within the past few years it will probably work though.
  15. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    need the model number
  16. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    What model is it?
  17. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    it currently supports dahua and hikvision
  18. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Ah, there is an issue for first time users. Create a folder called config in the same folder as the application and try again. or download v3.7.1, fixed there.
  19. mlapaglia

    Comment by 'mlapaglia' in media 'Right LPR camera'

    https://ipvm.com/reports/camera-design-tool-with-google-maps-integration
  20. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    You need to give it volumes on where the configuration and databases are going to be stored to: mlapaglia/OpenAlprWebhookProcessor If you aren't familiar with docker and you are on windows you can always run the windows version. lol ninja'd