From a891ab14e4bf05fb4d5a4635a113c86e3cc0e51f Mon Sep 17 00:00:00 2001 From: tymek Date: Wed, 30 Jul 2025 19:47:26 +0200 Subject: [PATCH] detection works --- detection-sample.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detection-sample.py b/detection-sample.py index 9066f77..492d0f1 100644 --- a/detection-sample.py +++ b/detection-sample.py @@ -71,7 +71,7 @@ for chunk in stream.iter_content(chunk_size=1024): cv2.circle(frame, center, 5, (0, 0, 255), -1) # (Opcjonalnie) Wypisz pozycjÄ™ - cv2.putText(frame, f"X:{int(x)} Y:{int(y)}", (10, 30), + cv2.putText(frame, f"X:{int(x)} Y:{int(y)} R:{int(radius)}", (10, 30), cv2.FONT_HERSHEY_SIMPLEX, 0.6, (0, 255, 0), 2) # ============================