Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit ec846e5

Browse files
author
danecreekphotography
authored
Telegram annotateImage not working (#336)
Fixes #332
1 parent ad8fb31 commit ec846e5

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

sampleConfiguration/settings.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,23 @@
77
// running elsewhere change this setting to point to the correction location.
88
"deepstackUri": "http://deepstack-ai:5000/",
99

10+
// Set this to true to enable annotated images for use in trigger handlers.
11+
// There is a performance penalty to using this, leave it off unless
12+
// you really want to see the annotated images.
13+
"enableAnnotations": false,
14+
15+
// Set this to true to enable the internal web server for remote access
16+
// to processed and annotated images.
17+
"enableWebServer": false,
18+
1019
// Enables verbose logging. Useful when setting up the system to ensure
1120
// everything is running correctly.
1221
"verbose": true,
1322

23+
// Set this to true if your images are stored in a remote folder that's
24+
// mounted as a network share and then mapped to the Docker image.
25+
"awaitWriteFinish": false,
26+
1427
// Provides the configuration details for your MQTT server. To enable
1528
// mqtt set the uri, username (if required), password (if required),
1629
// and set enabled to true.

0 commit comments

Comments
 (0)