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) # ============================