This commit is contained in:
NikolajDanger
2022-09-19 14:53:14 +02:00
parent ef769a7707
commit 796e53dfd0

View File

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