Recent content by Splat

  1. Splat

    AI motion detection with BlueIris: an alternate approach

    Masks are supported but different to AITools. Here you need to configure the zone in the triggers.json (IE "masks": [{"xMinimum": 530, "yMinimum": 230, "xMaximum": 630, "yMaximum": 290}]). I found using Paint.NET to find the coordinates of the area I wanted to mask worked well then defined...
  2. Splat

    AI motion detection with BlueIris: an alternate approach

    Thanks for the latest revision the configuration is much cleaner. Testing so far and things look to be working fine. Looking to test the image tag function over the weekend.
  3. Splat

    AI motion detection with BlueIris: an alternate approach

    Thanks for the ongoing updates. I've not had a chance to give the new features a run but I will do so over the weekend. Keep up your great contribution to the community.
  4. Splat

    AI motion detection with BlueIris: an alternate approach

    Works now :). Thank you so much!
  5. Splat

    AI motion detection with BlueIris: an alternate approach

    OK done some testing. The MQTT works like a treat but Telegram is still reporting the name of the trigger. FYI this is my telegram configuration "telegram": { "chatIds": [1234567890], "cooldownTime": 5, "caption": "{{formattedPredictions}}" It shows as...
  6. Splat

    AI motion detection with BlueIris: an alternate approach

    Works like a treat! My Google mini is chirping away the predictions now and you've saved me 7 nodes in node-red. I simplified the MQTT payload to just the {{formattedPredictions}} and so far so good. You're a much better programmer than I am :).
  7. Splat

    AI motion detection with BlueIris: an alternate approach

    Thanks I'll give it a go.
  8. Splat

    AI motion detection with BlueIris: an alternate approach

    So far it sends a message to my google home mini announcing the detection based upon the prediction results and the match percentage. My aim is to log it and use some reporting on "traffic flow" on the road I live on. I'm looking to see if Telegram can support using the object detected and...
  9. Splat

    AI motion detection with BlueIris: an alternate approach

    Thanks neile for your work on this it looks fantastic! The setup has worked fine and I got up and running very quickly. I've spent time fine-tuning a node-red flow so +1 for this also. The code seems to work efficiently too.
Top