Search results

  1. mlapaglia

    OpenALPR Missed This One ....

    if your CPU is struggling when that car goes by this might help Rekor Documentation camera_buffer_size = 60
  2. mlapaglia

    self driving car

    Found this on reddit
  3. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v4.2.1 should send a better description of the alert
  4. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    woops! use correct description by mlapaglia · Pull Request #99 · mlapaglia/OpenAlprWebhookProcessor
  5. mlapaglia

    Just got this email from Rekor

    You might want to check and make sure the configuration variable names didn't change in the new version. some of them changed for the amount of storage space used by the client, the grouping names might have changed as well. it's not in their documentation, i had to look at the config defaults...
  6. mlapaglia

    Customer Support Vehicle?

  7. mlapaglia

    OpenALPR Missing Plate

    How fast is the car driving, what FPS is your camera recording at, and what is the CPU usage like of the computer the agent is running on?
  8. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    In the mean time you can always right click the image then click copy, then in the forum post post box right click and click paste
  9. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    It's for debugging plates that fail to process, it doesn't do anything with scraping.
  10. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    how big is your rekor agent's db? how many plates are you seeing a day?
  11. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    It starts with the most recent plates and works backwards
  12. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    If your processor has records for plates that your agent has since deleted it wont' be able to get the images for them. are the plates images working correctly when you browse them in the list?
  13. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    yep
  14. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v4.2.0 fixes an outstanding issue with the systems log page using too much memory over time and crashing the browser. it also pre-loads 500 lines of logs on page load now and keeps 500 lines of text on screen, flushing old logs from the UI.
  15. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    You don't need to delete anything, the database migration should occur automagically
  16. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v4.1.0 is released. the processor will now store all images locally after the initial image is pulled from the agent. for best results run the agent scrape after upgrading. it will perform a one time pull from the agent to get all images. the system log will show you its progress. you can...
  17. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    I believe the CPU is still used for motion detection, then it uses the GPU to process the plates
  18. mlapaglia

    Recommended computer for ALPR with 2 cameras?

    The GPU acceleration isn't for better power usage or lower cpu etc, it's for faster processing when you have dozens of plates a second on a highway or something.
  19. mlapaglia

    Recommended computer for ALPR with 2 cameras?

    I ran 2 720p cameras at 15FPS with this hunk of junk just fine
  20. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    yep
  21. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    ya plates will show up once you run the scrape. you still need openalpr agent running though if you want to get new plates obviously. v4.1.0-alpha15 is the latest i am testing right now make sure you back up your db
  22. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    the webhook does not carry the full resolution image. when a webhook comes in the processor calls the agent and gets the image 1 time, then stores it locally. no metadata found for given date range: "" means your agent didn't see any plates during those dates. the numbers are unix epoch...
  23. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    v4.1.0-alpha4 will scrape the images of all the missing plate groups after the regular scrape finishes.
  24. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Ya before this branch gets released. if you want to try it now delete your processor.db (back it up first) restart your service and run an agent scrape, it will grab all the plates currently on the openalpr agent and populate the processor.
  25. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    Ok v4.1.0-alpha3 now stores plates locally. i'm still testing it, if you run the agent scrape it should pull in all the images since the last time it was run, right now old images won't show up. I also added a db index that should make scraping run a little faster.
  26. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    you can make the rekor agent store lots of images in the settings: store_plates_maxsize_gb = 4000 store_plates_maxsize_mb = 4000000 Rekor changed the configuration key in the latest version so i have both
  27. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    I'm not much of a UI/UX person, if we could get someone in here with an eye for design i'd let them rip the front end all apart and make it better.
  28. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    I thought about having the processor store the images on its own so the agent could be deleted and recreated without affecting the images. is that what you mean?
  29. mlapaglia

    OpenALPR Webhook Processor for IP Cameras

    It now only populates the make/model etc if the confidence is higher than 30%. Glad you like the changes. if you just use latest in docker it will automatically update whenever a new version gets released.
  30. mlapaglia

    Migrating OpenALPR/Rekor Scout to another PC?

    Just copy the database files to the new location and it should pick them up, it's the same for both windows and docker EDIT: oh you're talking about the openalpr agent, i'm not sure you should probably just be able to copy the whole folder