Search results

  1. P

    Full ALPR Database System for Blue Iris!

    I think Mike's new ALPR module is a big step forward, and vehicle description and speed is on the list of features to be implemented. Do you need to make some adjustments to the db schema to accommodate for the pending features? Have you considered exposing the CRUD functionality so that...
  2. P

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Question about ALPR confidence level. I've noticed that the plate reads are mostly 100% confident--even at 100% confidence, I am seeing maybe a 8-10% error rate. The error rate becomes very high once it drops below 90%--Anything less than 85% is completely wrong, and it starts to hallucinate...
  3. P

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Mike, I've uploaded the snapshots here: https://filebin.net/rz06171vkmhvqyv5 All of the ones that are named bad, I could not get them to give me a bad read, even when I matched the frame exactly as I see it in BI. The one that I was able to confirm a bad read is named confirmed. Let me know...
  4. P

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Do you mean without burning in the plate in the image? If so, I'll have to disable that and send you the next one I find.
  5. P

    Possible Mail Thieves at 3 AM

    Nice image quality. He was just picking up some extra cash before going to his studio to make 1970s pornos.
  6. P

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Hey Mike, I'm on 1.0.3, and I am seeing some issues with high confidence but the characters are in the wrong position. This sometimes happens with the previous code, but usually by plates where there is a space between the characters, and it happened very infrequently. This seems to happen a...
  7. P

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    I couldn't get it working on a fresh install of CPAI either without first installing the original ALPR first, then shutting down CPAI, replace appsettings.json and then installing the new v1.03, but that could have been caused by something else entirely.
  8. P

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Doesn't that say device 2?
  9. P

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    If you are not getting any calls, try doing this: Go to your BI main settings, and go to the AI tab: Make sure your IP and port are correct. Then click on the AI Dashboard link to the right of that to confirm you can reach it. Next, click on the 3 dots next to the "Use custom models" and...
  10. P

    Flock installed LPR's without permits and has now been banned from operating in two states

    https://deflock.me/map#map=13/38.760174/-104.714642 In case you want to see where they are installed.
  11. P

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Mike, do you have an approx time frame for the Linux release? I'll be on a 11th gen Intel with iGPU only so I wont be able to provide any feedback for CUDA, etc.
  12. P

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    While I wait for the Linux version, has anyone tried the new state and vehicle description features?
  13. P

    Full ALPR Database System for Blue Iris!

    You can expand any or all of your macros and save it to a text file on BI. To do this, go to your camera's On Alert tab and create a new action. Select write-to-file as the method. This should show what BI is sending to the ALPR database.
  14. P

    Full ALPR Database System for Blue Iris!

    Try this? https://ipcamtalk.com/threads/full-alpr-database-system-for-blue-iris.79082/post-919242
  15. P

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Mike, any plans on releasing a Linux version? RK support is probably not in the cards? Thanks
  16. P

    Full ALPR Database System for Blue Iris!

    Nice! Looking forward to checking it out.
  17. P

    Full ALPR Database System for Blue Iris!

    The last seen date is normal if the value has never been populated, it uses the unix epoch time of 0. https://en.wikipedia.org/wiki/Unix_time
  18. P

    Full ALPR Database System for Blue Iris!

    https://en.wikipedia.org/wiki/List_of_tz_database_time_zones The TZ you are using matches from the wiki? You are not referring the the "last seen date", right?
  19. P

    Full ALPR Database System for Blue Iris!

    In your docker compose file, did you set the TZ for both the environment as well as the database?
  20. P

    Full ALPR Database System for Blue Iris!

    Here is the dump and the corresponding image. [{"api":"objects","found":{"message":"Found car, car...
  21. P

    Full ALPR Database System for Blue Iris!

    It won't expand &AI_dump, it just literally prints that text, whereas &CAM will expand it to the camera name. I didn't go back to older versions of BI nor ALPRdatabase, this is with 0.19 and 5.9.9.73.
  22. P

    Full ALPR Database System for Blue Iris!

    Sure, how do I get the AI_dump data?
  23. P

    PTZ IR Mode On Manual Focus Doesn't Remember Focus Point

    I had the same issue, but with a different camera that also does not have focus presets, but does have a http call you can make to force the camera to focus in either direction. To make this work for me, I have a script that runs ever few hours during the day time to go to a preset, which...
  24. P

    Full ALPR Database System for Blue Iris!

    Okay, I've found the issue and adding it here in case someone runs into this in the future. On this system, I was still running the older 0.18 code and when I upgraded to 0.19, it fixed the problem partially. It seems in newer versions of BI (certainly in 5.9.9.73, but NOT in 5.9.9.33), the...
  25. P

    Full ALPR Database System for Blue Iris!

    Thanks, I'm the guy that posted that originally :)
  26. P

    Full ALPR Database System for Blue Iris!

    Anyone running Blue Iris 5.9.9.73 (8/28/2025)? My BI system crashed and when it rebooted, it updated to 5.9.9.73, and suddenly I am no longer getting any saved plates in ALPR Dashboard. And I started to see this in the log: 10/4/2025, 8:43:55 PM [INFO] Received plate read data: [object...
  27. P

    Blue Iris and CodeProject.AI ALPR

    My understanding is that this is a CPAI server issue--it is designed to use the older version of CUDA. The docs even tell you how to downgrade. https://codeproject.github.io/codeproject.ai/faq/gpu.html
  28. P

    Full ALPR Database System for Blue Iris!

    WOW! Can't wait to see this. The vehicle data (make, model, year, color) would be super helpful!
  29. P

    Full ALPR Database System for Blue Iris!

    Thanks Charlie, I wasn't aware that it needed to be that tight. This type of work seems like it'd be ideal for AI vision to do the cropping! :)