Update urls

This commit is contained in:
Jakob Lechner 2025-08-08 21:23:57 +02:00
parent 040512d3a5
commit 3b7e083551

View file

@ -11,8 +11,8 @@ from metrics import get_metrics
registry, metrics = get_metrics() registry, metrics = get_metrics()
STREAMS = { STREAMS = {
"Kasse 1": "http://192.168.11.76:8080?action=stream", "Kasse 1": "http://192.168.96.51:8080?action=stream",
"Kasse 2": "http://192.168.11.230:8080?action=stream", "Kasse 2": "http://192.168.96.52:8080?action=stream",
} }
model = YOLO("yolo_weights/yolo11n.pt") model = YOLO("yolo_weights/yolo11n.pt")