Recent content by hapstabu

  1. H

    CodeProject.AI 2.9.5 w/YOLOv5.NET (GPU/DirectML) memory growth/leak

    If you are going to try Frigate, use Microsoft Visual Studio Code on your Linux machine. And there is a way to point to the yaml-language-server in the Frigate API. Put this in the first line: #yaml-language-server:$schema=http://###.###.###.###:5000/api/config/schema.json This helps a lot to...
  2. H

    Is CPAI the go-to for people alerts?

    If you would like to get notifications (to your phone) working take a look at this. I moved to this from using Home Assistant. For me, Home Assistant was just too much to just send notifications. I'm using it to send notifications to Pushover. https://frigate-notify.0x2142.com/v0.3.1/ Also...
  3. H

    Running Bi and CPAI VMs

    Good deal. If I may ask, what version of Blue Iris are you using? It seems like an older one from your screen shots. It doesn't matter, as long as it works. Good luck. Sent from my iPlay_50 using Tapatalk
  4. H

    Code Project AI Server ver 2.9.5 Linux Port 5000 conflict?

    Well, it seems to work now as it should. I don't know if I made a mistake, or if rebooting several times fixed it. Sent from my iPlay_50 using Tapatalk
  5. H

    Code Project AI Server ver 2.9.5 Linux Port 5000 conflict?

    A while ago, I remember having to change from False to True in this AppSettings.json file to keep Code Project AI Server from using port 5000: "ServerOptions": { / Whether or not to disable port 5000 (5500 on mac) so it's free for something else "DisableLegacyPort": true, I set...
  6. H

    Running Bi and CPAI VMs

    So, on the main AI page, you have Default Objects selected, then in the camera models field, you are telling Blue Iris to not use default objects. That could explain this behavior. If you want to use a custom model, on the main AI page, check Custom Models and uncheck Default Objects. Then...
  7. H

    Running Bi and CPAI VMs

    IIRC, this was used when we did not have the Custom Models / Default Objects option check boxes on the main AI page. See: Post in thread 'Blue Iris Long Delay with CodeProject Object Detection' Blue Iris Long Delay with CodeProject Object Detection
  8. H

    Running Bi and CPAI VMs

    Upon looking at your AI window, I believe the Objects:0 in the Custom Models field may be the issue. I don't think we've used that for years. I know I haven't.
  9. H

    Running Bi and CPAI VMs

    Ken does keep changing the UI and organization of the menu system, but I have not really changed anything substantial for years.
  10. H

    Running Bi and CPAI VMs

    Ken does keep changing the UI and organization of the menu system, but I have not really changed anything substantial for years.
  11. H

    Running Bi and CPAI VMs

    You ARE getting responses from CPAI in the Face recognition module? Means IP address and port should be good. When you set Blue Iris to alert on something common (Like cars) you don't get responses. You say that Blue Iris in not sending requests to CPAI server. When you look at the log in CPAI...
  12. H

    CodeProject.AI 2.9.5 w/YOLOv5.NET (GPU/DirectML) memory growth/leak

    Agreed. I first saw this last week I think. It was disconcerting because I just stopped getting alerts, with no good way to monitor the behavior. For a while, I was rebooting the BI machine weekly. But at one time, I got close to one million inferences. Same 2.9.5 version. I didn't realize it...
  13. H

    Running Bi and CPAI VMs

    Have you checked this: https://codeproject.github.io/codeproject.ai/install/install_on_linux.html Last night I tried getting ver 2.9.5 on one of my Linux machines, but got hung up because I needed to install .Net version 9.0. I only had 8 something. And this morning I got tied up with something...
  14. H

    Running Bi and CPAI VMs

    receiving Sent from my iPlay_50 using Tapatalk
  15. H

    Running Bi and CPAI VMs

    A thought... Do you have Blue Iris camera(s) configured to trigger and record? Then once you are triggering and recording in Blue Iris, you need to configure AI for the camera. Once you get Blue Iris triggering consistently, you can check CPAI. From what you posted of the CPAI home page, you are...