This commit is contained in:
NikolajDanger
2022-09-19 14:49:30 +02:00
parent 5bc0fdcffd
commit ed9b2771c1

View File

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