Recent content by Il_Pres

  1. I

    Blue Iris UI3

    Try without any user-agent keyword just to see if it's "mozilla" or something.
  2. I

    Blue Iris UI3

    I confirm this is fixed since 3.3 . Thank you
  3. I

    Blue Iris UI3

    I can report that with the latest version 3.2 I cannot "serve" the website to browser clients. My config is as follows: https://bi.myhostname.com pointing to an internal network NGINX proxy that is reverse proxying to the BI Server. working perfectly on 2.10 the requests coming from the NGIX...
  4. I

    BI6 new built in AI beta 6.0.1.0

    I've installed v 6.0.1.2 and can't analyse dat files anymore. I get an error: this seems to be related to the dat file itself, as I can analyse v6.0.0.1 dat files correctly. Furthermore, is there a way to fine-tune ALPR with parameters like MikeLud's module with the internal ALPR? I was able...
  5. I

    Version 6.0.1

    How many possibilities we have to fine tune ALPR ? With the CPAI module you could set the size of plate, size of chars etc. to get the italian plates to be correctly recognised I had to change the default settings a but (ie 3.4:1 ratio) Thanks
  6. I

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    I've changed the module settings.json in this section : I've used WireShark to capture the BI API call to CPAI and found out that BI was calling image/alpr (that resulted in a 404 error) , while the explorer was calling vision/alpr (that was working) .
  7. I

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    A small note for those who upgraded already to V6 . It seems that the new BI calls /v1/image/alpr, not /v1/vision/alpr ... so be advised. Just set the correct route inside the module settings, or ALPR won't work.
  8. I

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Using just ALPR it's working perfectly. The problem seems to be related to the custom model not ALPR. With the setting provided by @MikeLud1 it's working fine... Thanks for that.
  9. I

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Thanks for posting the link. I went through it , but I think that is just related to the ALPR part, not BI. I think BI is not sending any ALPR requests if it doesn't find a License Plate throught the custom model. I suppose then, that it could be just necessary to untick vehicles detection in BI...
  10. I

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Sorry, I'm kindly asking for a clarification here. How does BI process an image for ALPR? If in the camera AI setting I've specified license-plate for the custom model, I suppose that BI will check if in the image there is a plate using the model in the folder 'C:\Program...
  11. I

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Will send the images via DM I've tried using License-plate-v5 from the explorer and very seldomly I get DayPlate.
  12. I

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Hello ! Thanks a lot for the great job! Just wandering is this is supposed to recognise also Italian Plates, or if we need to create a specific model ... On my setup plated detection is very unreliable and got worst as BI releases increased. I can't understand if there are braking changes, but...
  13. I

    5.8.8 - March 4, 2024

    Just tried... it's working as per Ken's email. Can't get the purpose of this change, though...
  14. I

    5.8.8 - March 4, 2024

    The help states exactly what is happening with version 5.8.8.3 . From version > of 8.3 it always consider all the models.
  15. I

    5.8.8 - March 4, 2024

    Since version 5.8.8.6 AI detection will use all the custom models (if enabled) regardless of the "Custom Models" setting in the camera AI Configuration. Is this by design? Do we need to add ipcam-general:0 for all the custom models to avoid using them?