Recent content by MolsonB

  1. M

    Yet Another Free Extension for Blue Iris Adding AI Object Dectection/Reduction in False Alarms/Enhanced Notification of Activity/On Guard

    It's just coincidence that both JSON and you use "{" as the special character. All that is good, no issues there. It's for people who integrate this into home assistant. For us to use the file name for example, it needs two backslashes / to be recognized on home assistant end of things as 1...
  2. M

    Yet Another Free Extension for Blue Iris Adding AI Object Dectection/Reduction in False Alarms/Enhanced Notification of Activity/On Guard

    With the MQTT payload, can you put in an ifstatement to condition the data? If payload starts and ends with "{" that you json_encode() the whole payload? The FileName has single backslashes in it which are escape characters for JSON. With HomeAssistant, you can send multiple data variables with...
  3. M

    Yet Another Free Extension for Blue Iris Adding AI Object Dectection/Reduction in False Alarms/Enhanced Notification of Activity/On Guard

    I just meant, when I try setup.exe, it says I need 2019 LocalDB to continue. So I just run installer instead. Having Windows 7 and 2016 LocalDB does work, I just can't install OnGuard using setup.exe
  4. M

    Yet Another Free Extension for Blue Iris Adding AI Object Dectection/Reduction in False Alarms/Enhanced Notification of Activity/On Guard

    Can the setup.exe work with Windows 7 - SQL Server 2016 LocalDB too ?
  5. M

    Yet Another Free Extension for Blue Iris Adding AI Object Dectection/Reduction in False Alarms/Enhanced Notification of Activity/On Guard

    Silencery, do you have visual studio installed? I had to run the code in debug mode to find out where it was crashing for me. Turned out the code it was erroring out on, was because of a corrupt registry error from my computer freezing / force shutdowns a few times.
  6. M

    Yet Another Free Extension for Blue Iris Adding AI Object Dectection/Reduction in False Alarms/Enhanced Notification of Activity/On Guard

    MQTT: I would add a checkbox option for TLS. I commented out that part in the code, and MQTT worked to Home Assistant's Mosquitto broker (which uses a name and password, but not needed for tls). That's how BI does it. Actually the TLS checkbox is grayed out in BI. lol.
  7. M

    Yet Another Free Extension for Blue Iris Adding AI Object Dectection/Reduction in False Alarms/Enhanced Notification of Activity/On Guard

    I have an error I can't seem to get by. My computer crashed a few times, and when I try to start the program now I get "System.InvalidOperationException: 'Cannot load Counter Name data because an invalid index '' was read from the registry.'" I've uninstalled, reinstalled without databases...
  8. M

    Yet Another Free Extension for Blue Iris Adding AI Object Dectection/Reduction in False Alarms/Enhanced Notification of Activity/On Guard

    So for me, I'm using Home Assistant to handle the MQTT messages and actions. From one camera, I want to trigger different area's on the screen. Example, if it detects motion on the road, and I'm not home, then turn on the outdoor lights on low. If it detects something in driveway, turn on the...
  9. M

    Yet Another Free Extension for Blue Iris Adding AI Object Dectection/Reduction in False Alarms/Enhanced Notification of Activity/On Guard

    This app is what I'm looking for! To have mult areas defined in 1 picture, which can call different MQTT (I'll use URL's for now). Thanks ! Example... -Detect motion on the road = Turn lights on low -Detect motion by house / doors = Turn lights on full
  10. M

    Dual Stream + Motion trigger + DeepStack + Ext trigger = Low cpu??

    I really like the new Dual Stream option in BI for the extremely low CPU usage. But I don't think it solves what I'm looking for. -Record substream 24/7 -Motion trigger with mainstream jpg quality -Use jpg for deepstack / real actual triggers -Send real trigger back to BI to record clips of...
Top