Recent content by ReXX

  1. R

    Blue iris all of a sudden using 100% CPU

    Same. Happened after updating to 6.0.1.26. Went back to 6.0.1.21 and all is good again.
  2. R

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    So this is only for GPU, no CPU support ? Currently running with YOLOv5 6.2 (Medium model size) in a Ubuntu LXC in Proxmox on a I5-10500T CPU, and quite happy with it. (80-250ms)
  3. R

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

    You need to update your runtime version: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-supported-redistributable-version
  4. R

    Blue Iris Admin Crash

    Where you able to update after that ? EDIT: Downloaded .89 update from the website instead.
  5. R

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

    5.9.9.25 broke AI for me. Went back to 5.9.9.24 and all is fine again. Normally in the AI setup it lists the custom models available, but in .25 it shows a folder. I run Codeproject AI 2.9.97 in docker on a different machine. And BI reported status. But again by just going back to .24 all is...
  6. R

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    I don't use both ? Not use I understand.. I have disabled the default modes in BI, and specified the ipcam-dark.pt (now, before it was the ipcam.combined) file in the camera settings.
  7. R

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    I actually shifted to use the ipcam-dark. Seems a lot better even in daylight. The default modes are still in the 5-600ms range for me, and 2-300ms for the ipcam models.
  8. R

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    And this is the invisible person ? ;) Think I will try a different model than ipcam.combined.pt
  9. R

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    These are fun, but a bit annoying ;) Using CP.AI 2.0.7 Yolov5 6.2 with ipcam-combined.pt
  10. R

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    Thanks for taking the time to do some testing. I must admit I expected better performance from the GPU, but now that I have read up on the Intel UHD 630, I guess it is what can be expected. My CPU - I5 8500T - and the Intel UHD 630 is almost the same speed. Getting around 2-300 ms in response...
  11. R

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    Thanks for testing. I can get GPU mode enabled by enabling CUDA in BI. But why is it controlled by BI and not the program itself ? Or both :) In says GPU (DirectML) now, but don't see any GPU usage and response times are the same as using CPU. So either its not working or the Intel GPU, in my...
  12. R

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    No, I have tried rebooting the pc, and just check the status via the webservice, but still no luck.
  13. R

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    I have done that, and looking in the code to see if I can get any wiser about the problem. So far it seem that CPAI_MODULE_SUPPORT_GPU should be True, but its False.
  14. R

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    Just tried updating GPU driver to 31.0.101.2114, but still no difference.