implement person filtering with min/max by y position

This commit is contained in:
blakeblackshear
2019-04-14 11:24:45 -05:00
parent 3e803b6a03
commit 4f829e818e
4 changed files with 94 additions and 45 deletions

View File

@@ -41,7 +41,7 @@ def main():
cameras = {}
for name, config in CONFIG['cameras'].items():
cameras[name] = Camera(name, config, prepped_frame_queue, client, MQTT_TOPIC_PREFIX)
cameras[name] = Camera(name, config, prepped_frame_queue, client, MQTT_TOPIC_PREFIX, DEBUG)
prepped_queue_processor = PreppedQueueProcessor(
cameras,