Search results

  1. R

    I have created a way to use TP-Link Kasa lights for motion detection lighting through Blue Iris

    I guess Alexa wouldn't work, but BI functions should work as long as wifi / router/ LAN functioned? But that rarely happens and its not a crucial need, more convenience (I can always turn light on/off manually) and alerts for deer so I can chase them away! It's not a part of my home security...
  2. R

    I have created a way to use TP-Link Kasa lights for motion detection lighting through Blue Iris

    sorry, yes. I have the Kasa switch attached to lamps. works with Alexa well. Account on the Kasa app on phone, device added, on local wifi... and I created a .bat file with the KasaMotionLight as in the OP post which Blue Iris points to in the alerts tab. Works great (as long as I remember not...
  3. R

    I have created a way to use TP-Link Kasa lights for motion detection lighting through Blue Iris

    I was wrong, it is still working fine. (I had disabled the profile for that alert in BI during the daytime and forgot.... so it appeared to be not working. It is fine, user error!)
  4. 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/

    OK, I can now get both the ObjectDetection (Yolov5 6.2) AND the .NET versions working with Mike's models! The trick, for me, was to not have any yolov5l models in the respective custom model folders. Just IPcam-combined.pt in the ObjectDetectionYolo\custom-models folder and IPCam-combined.onnx...
  5. 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/

    sending both the yolov5 6.2 version (that shows only yolo, not ipcam-combined I think) and the .net version, which looks like nothing is happening in the log?
  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/

    Thanks Mike, I can't find a way to get CPAI 2.06 to alert with ObjectDetection(yolov5 6.2) and your models. The Yolov5l model does alert, but not yours. any idea why? I have "ipcam-combined.pt" in the \objectDetectionYolo\custom models folder (along with yolov5l). Only Yolov5l alerts. I also...
  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/

    After uninstalling cpai, and reinstalling v 2.0.6, if I have an intel cpu and no separate GPU, which version of CPAI should I be using? 1) If I use Object Detection Yolov5 v6.2 in CPAI, Yolov5l works after I copied it from assets to ObjectDetectionYolo/custom models folder. but MIke's...
  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/

    The Yolov5 v 6.2 version works ok in cpai 2.0.6 but the Yolov5.NET version does not work for me using any models I can try...how would one "repair", just reinstall cpai?
  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/

    Does that mean we can't use Yolov5x.NET version of CPAI? or will it see the .pt file versions of the custom models?
  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/

    If using Yolov5NET in CP.....to allow for GPU use on an older Inter cpu...couldn't I download Mike's ipcam-combined.onnx from gitHub and place in the ObjectDetectionNET/custom-models folder and use that ..(or combine with the Yolov5m for example? ) (after changing the custom folder in the global...
  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/

    ah, so one just puts the .onnx files into the custom model folder? and still leave "IPcam-combined" in the BI custom models in the AI tab?
  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/

    Thanks Mike, I do see GPU (DirestML) as started on the cpai panel. Looking ahead a bit, would I be looking at using just Yolov5l in the custom model folder, or still use ipcam-combined? or both? (my main need after "person" is "deer", which, at least perviously wasn't in the Yolov model...
  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 guess jumped in too soon... downloaded 2.0.5 and installed ok, but although it shows yolov5.net as started with GPU, (no installed GPU, just the intel cpu) I get no alerts... no triggers get saved, nothing showing as AI in clips...
  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/

    too late, please advise as to what to do when fixed.... (reinstall?)
  15. R

    Two POE cameras (most likely Dahua or Andy) off one ethernet cable - best method

    ah, so the POE off the ethernet will no longer power the camera? so therefore the Y cable to connect to the power dongle of the camera as well as the LED light?
  16. R

    Two POE cameras (most likely Dahua or Andy) off one ethernet cable - best method

    Did you ever make that post? I'm trying to determine if I can add: https://www.amazon.ca/dp/B07L7QDZJW?ref_=cm_sw_r_apan_dp_T5NA87DATC5QJHZ9D1Y6&tag=ipctk-20 to a POE ethernet line at the outdoor POE camera... to supply power to this...
  17. R

    I have created a way to use TP-Link Kasa lights for motion detection lighting through Blue Iris

    works great... I use it to trigger a light in the house at night to let me know it's time to run the deer off before they eat every darn plant in the garden! Thanks!
  18. R

    Blue Iris UI3

    yes, I see the same thing. unchecking the "use high res JPEG" works, but checking gives same error.
  19. R

    Two POE cameras (most likely Dahua or Andy) off one ethernet cable - best method

    what connector do you use to connect the ethernet port of the adapter to the power plug of the IR illuminator?
  20. 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/

    So Mike, anyway to add "Deer"? Right now I'm running both Yolov5l ,and IPcam -combined for deer, but I think it would be better cpu wise to only have to use Yolov5l?
  21. R

    Need router advice for OpenVPN

    true. My need was the 6600 resides in my office, basement level, and I wanted coverage for upstairs bedrooms (basically three flights up, so lots of walls. Just needed some help up there. Yes, putting the 6600 in the middle might have worked, but I wanted strong signal in office area. MOCA...
  22. R

    Broken Drill Bit Installing Doorbell

    or just enough to get the drill's chuck on the end to spin it back out?
  23. R

    Broken Drill Bit Installing Doorbell

    Leave it there and drill a second hole?
  24. R

    Need router advice for OpenVPN

    and last follow up: The MR2200ac mesh router came and installed just fine. Had to do the firmware update to 1.3.1 as noted the the above video, which was super helpful. Mororola MOCA adapter working also, so no more Verizon Fios router needed. Blue Iris, with Code Project AI, working great...
  25. R

    Need router advice for OpenVPN

    Thanks, I ordered the MR2200ac, we shall see how that works (the area I need it for is small, so no real need for the more pricy versions). In theory...
  26. R

    Need router advice for OpenVPN

    Update: The Synology rt6600ax router installed great, and the Motorola Moca adapter gives me the Fios TV and guide, etc, so no more Verizon router. All good. The Verizon Fios extender e3200 wouldn't play nice... it resets wifi every minute or so, I couldn't find a way to repurpose it as an...
  27. R

    Need router advice for OpenVPN

    Thanks for the detailed reply! I will give this a go... (the e3200 extender is only connected via ethernet, not coax now,,, so maybe I will try it! (agree not worth another Moca just to extend) Thanks...
  28. R

    Need router advice for OpenVPN

    I am currently using Port Forwarding (yes, I know) to allow remote access to Blue Iris in a PC used only for Blue Iris, with two NIC's (cams on separate LAN). I want to use OpenVPN to increase security, but one: after installing OpenVPN on the PC, I couldn't get it working with my Samsung phone...