pid steering
This commit is contained in:
parent
45e6a0449c
commit
bbaa5c7a4c
|
|
@ -114,7 +114,7 @@ for chunk in stream.iter_content(chunk_size=1024):
|
|||
# (Opcjonalnie) Wypisz pozycję
|
||||
cv2.putText(frame, f"P:{int(p)} D:{int(d)} I:{int(i)}", (10, 30),
|
||||
cv2.FONT_HERSHEY_SIMPLEX, 0.6, (0, 255, 0), 2)
|
||||
|
||||
print("PID: ", p, d, i)
|
||||
# ============================
|
||||
# 👆 KONIEC DETEKCJI PIŁKI 👆
|
||||
# ============================
|
||||
|
|
|
|||
Loading…
Reference in a new issue