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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user