This commit is contained in:
NikolajDanger
2022-09-19 14:51:12 +02:00
parent 6a9895d997
commit cf113020f9

View File

@ -24,7 +24,7 @@ def find_aruco(arlo):
cv2.putText(
image,
str(n[0]),
(bounding_box[0][0], bounding_box[0][1] - 30),
(bounding_box[0][0], bounding_box[0][1] - 15),
cv2.FONT_HERSHEY_COMPLEX,
0.5,
(0,255,0),