Search results

  1. IPSweets

    Hard crash launching 64 bit version on Win10 KVM VM.

    I found a solution: Relates to msrs bug. Search on google if you want more info. Quick fix for proxmox and other users of kvm is to add ignore_msrs to your config. Add the following to /etc/modprobe.d/kvm.conf: options kvm ignore_msrs=1 Running with full CPU speed of host mode now! :)
  2. IPSweets

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    I was hoping for the same output but your suggestion re python script is a good idea. Should be fairly simple to implement via monitoring log file for " Detected objects:(OBJECT) (CONFIDENCE)" etc. I'll add it to my list of things to do unless someone beats me to it :) Update: I found a work...
  3. IPSweets

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    I did some reading and apparently passing username/password via url is depreciated in browsers, so I found another way around the problem. The BlueIris camera is triggered and then BlueIris sends another trigger onto my HTTP endpoint. Regarding my second question - I'll try and explain a...
  4. IPSweets

    [tool] [tutorial] Free AI Person Detection for Blue Iris

    Fantastic app. Thank you for releasing this! I have setup this and it is working almost perfectly except for the following error when trying to call a url: [16.11.2019, 20:40:54]: trigger url: http://red:pass@192.168.2.2:8000/endpoint/test [16.11.2019, 20:40:54]: ERROR: Could not trigger URL...
Top