For those interested in experimenting I've got a new release available under the
(Yes, this is a dog.)
Since it was a pretty hefty change I wouldn't mind some people playing with it before I promote it to the
I'll be honest: I probably won't run with this on day-to-day. It was a fun challenge to add the feature request but isn't particularly useful to me Also there is a definite performance hit since the annotated image must be available before any of the notifications are fired to web URLs, MQTT, or Telegram and it takes awhile to generate.
If you encounter any issues with this build please report it in the github repo. Thanks!
danecreekphotography/node-deepstackai-triggers:dev
Docker image tag that adds support for annotated images like this:(Yes, this is a dog.)
Since it was a pretty hefty change I wouldn't mind some people playing with it before I promote it to the
latest
tag. It runs great on my dedicated BlueIris PC, but is a little sluggish on my laptop under a VM. Here's the details from the (unreleased) release notes:Annotated images that show the objects and confidence percentage for things that fired the triggers are now available for Telegram messages. To enable the annotated image in Telegram messages set the new annotateImage property to true on the handler configuration. The annotated images are also exposed via a web server on port 4242 using their original file name for use by external services, for examplehttp://localhost:4242/Dog_20200523-075000.jpg
. While this should work without any additional configuration there are new environment variables available to control the web server port as well as retention of the annotated images. By default the images are kept for 60 minutes before being deleted. This can all be disabled by setting the DISABLE_ANNOTATIONS environment variable.
I'll be honest: I probably won't run with this on day-to-day. It was a fun challenge to add the feature request but isn't particularly useful to me Also there is a definite performance hit since the annotated image must be available before any of the notifications are fired to web URLs, MQTT, or Telegram and it takes awhile to generate.
If you encounter any issues with this build please report it in the github repo. Thanks!