Search results

  1. K

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    It works great in addition to the object yolo11.
  2. K

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Any plan to release object detection Yolo11? Anyway I appreciate your hardwork on license plate recognition (Yolov11) it work great on my cameras.
  3. K

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Awesome! Also got the same result now after reinstalling/removing files everything including code project ai (its necessary in my case since I got an error with permission modifying files). Thanks for the help.
  4. K

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Sample Image from Google Result
  5. K

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    How about accuracy? Because it seems that in this newer version of license-plate detection, it requires multiple attempts to finally read the license plate correctly, at least when I do this manually in CodeProject AI Explorer. To clarify, when I say multiple attempts, I mean manually clicking...
  6. K

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Is there processing speed difference when using cuda vs DirectML?
  7. K

    Full ALPR Database System for Blue Iris!

    Should I tick mark the Licence Plates or not if I already defined custom object: alpr?
  8. K

    Full ALPR Database System for Blue Iris!

    Just quick question as I was very confuse which one should I use for the Codeproject AI Licence Plate Reader in Blue iris to successfully make this ALPR Database work? {"ai_dump":&JSON, "Image":"&ALERT_JPEG", "camera":"&CAM", "ALERT_PATH":"&ALERT_PATH", "ALERT_CLIP":"&ALERT_CLIP"...
  9. K

    Full ALPR Database System for Blue Iris!

    yes, my time zone is correct and matches from that link. I was referring to the "last seen date".
  10. K

    Full ALPR Database System for Blue Iris!

    anyone know how to fix the issue regards to time/year, even the time zone is set correctly from the docker compose file?
  11. K

    Full ALPR Database System for Blue Iris!

    Can't Wait to test this out.
  12. K

    5.9.9 - January 17, 2025 - More Pre-6.0 feature releases

    There was error generating alert thumbnail showing broken image. I am not recommend upgrading.
  13. K

    Onvif Trigger with IVS

    Do you have idea how to do this on Vikylin PTZ dome cameras?
  14. K

    Onvif Trigger with IVS

    Thanks for the help.
  15. K

    Onvif Trigger with IVS

    This was solved by enabling both snapshot and recording from the camera setting within IVS, along with 00000 on both onvif source boxes from BI and enabling onvif trigger events. :)
  16. K

    Onvif Trigger with IVS

    Oh ok. After the changes, the BI still did not response to the trigger made by the camera when it detects a person or vehicle. The screenshot below showing when the camera triggered when a person is in the frame (camera follows the person), but BI did not response to that.
  17. K

    Onvif Trigger with IVS

    and after adding those three zeros on both boxes and changed the value of the Received Buffer to 30MB, do I need to click on the inspect? Because if I do click the inspect afterward it reverts those zeroes to the default, leaving the first box having five zeroes in total.
  18. K

    Onvif Trigger with IVS

    Sorry asking too much and taking much of your time. The main reason I wanted to use the AI built-in to the camera is because Its much accurate compared to codeproject.AI, in-addition it will save resources on my server. And here is my configuration I have in BI.
  19. K

    Onvif Trigger with IVS

    Not possible to take screenshot of whole logs. Here is the the rest of the logs. Opening ip port 80... HTTP Get / request... OK ONVIF GetSystemDateAndTime 2025-08-15T02:05:14.000Z Requesting device information... Manufacturer: General Model: VD-SD4825X FirmwareVersion: 3.200.0000003.0.R, Build...
  20. K

    Onvif Trigger with IVS

    Same thing with this updated configuration as you can see on this logs in this screenshot, the camera was triggered by a vehicle but BI did not trigger.
  21. K

    Onvif Trigger with IVS

    I did hit the find/inspect again in BI, and also comfirm that a vehicle is detected because the camera follows the car triggering the alarm, but not with the BI onvif events. Here my IVS config
  22. K

    Onvif Trigger with IVS

    I did created two separate IVS rules one for person(rule name=Human) and another for vehicle (rule name=Car), but both did not trigger an alert and my configuration is shown above. If you have the time, can you provide me picture of your configuration how you done it correctly? I did follow your...
  23. K

    Onvif Trigger with IVS

    I have a Dahua 8MP PTZ camera connected to BlueIris. I just want to know if there's a way to trigger IVS (Intelligent Video Surveillance) for human and vehicle detection via ONVIF options from BlueIris. I've turned on ONVIF events in the camera settings in BlueIris, but every time a vehicle or...