Fix deprecated MQTT client usage and enhance dayglo detection

- Updated MQTT client to use MQTTv5 to resolve deprecation warning.
- Fine-tuned color thresholds for dayglo detection.
- Added cropping to focus on the center 80% of the image for more accurate analysis.
- Improved functionality to process an image provided via command line before continuing with MQTT message handling.
This commit is contained in:
2024-10-20 18:09:59 +11:00
parent 53807d79c1
commit 994e814823
2 changed files with 13 additions and 4 deletions
+1
View File
@@ -66,6 +66,7 @@ services:
restart: always
volumes:
- /etc/localtime:/etc/localtime:ro
- /home/docker/compose/frigate/debug-image/:/tmp/debug-image/
environment:
MQTT_BROKER: '10.59.221.172'
MQTT_PORT: '1883'