Search results

  1. R

    Send Pushover notifications with pictures and hyperlinks

    but no video, correct? still need ports or vpn for that?
  2. R

    Send Pushover notifications with pictures and hyperlinks

    well, I tested the same string today. I was testing last night using the "test" button in the alerts action set. I could get Pushover to work WITHOUT the alerts attachments part at the end, but not with it. BUT, I tried triggering the cameras myself today (rather than use the TEST button) , and...
  3. R

    Blueiris evaluation or other suggestion

    oh! so the blue iris.reg file contains the others? well, that explains it! Thanks! and the uncompressed version that you can make with shift/export? does that work? Less important, but I could have seen the other camera settings there I guess if so? (NOTE, I SEE THAT THIS DOES...
  4. R

    Blueiris evaluation or other suggestion

    odd. When I export from the about page, it updates the blue iris.reg file (after asking to overwrite). But the "Front.reg" or "Back.reg" files do not get written there, I have to go to each camera settings and export from that page. Where am I missing something? as far as I can see, they aren't...
  5. R

    Blueiris evaluation or other suggestion

    I'm looking at the "about" page in BI settings, and I can save the reg files for general settings, and then go to each camera and also export the reg file. But I don't see a way to export ALL settings and cameras AT ONCE as Help says, or to "shift" select to save as a txt file as it says also...
  6. R

    Send Pushover notifications with pictures and hyperlinks

    yes, I assume "file not found"??? yes, service, not local system (password required)
  7. R

    Send Pushover notifications with pictures and hyperlinks

    I did try them.. since just removing the attachments part at the end allows Pushover to send the alerts, I assume everything BUT the attachment image part is ok. the syntax I'm using is https://api.pushover.net/1/messages.json -s --form-string "token=TOKEN" --form-string "user=USER"...
  8. R

    Send Pushover notifications with pictures and hyperlinks

    I know this has been asked, but I still cannot figure out the attachments/alerts in Pushover. deleting "-F "attachment=@d:\Alerts\&ALERT_PATH", I can get pushover working. But adding it back results in "-F "attachment=@D:\Alerts\fnf" There are lots of jpgs in the d:\alerts folder, so why...
  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/

    I have the same Intel HD 530 (I7-6700k) and using cpai 2.0.6 and the .NET version (with ipcam-combined and using the intel built in GPU) I'm getting same ~250ms responses. But I did notice much better behavior in the rain.. previously when foggy and rain, the cpu would go mad with triggers...
  10. R

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

    Good Info... I'm not using Timers or schedules, so I wouldn't have noticed. Thanks...
  11. R

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

    Not really. If I turn off internet and leave wifi and router working, and tell the app on my phone to turn light off or on, it does. The phone is still on wifi (with a no internet warning), the Kasa device has no internet now, and the app still controls the light over the available wifi (with...
  12. R

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

    I had deleted the post because it wasn't correct.. I had asked why the KasaMotionLight.exe app that allowed the alert in BI to get to the Kasa switch app on my phone no longer worked, but it did... it was user error in that I had set a daytime profile to OFF for that alert and forgot. Back to...
  13. 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...
  14. 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...
  15. 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!)
  16. 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...
  17. 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?
  18. 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...
  19. 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...