✨
This commit is contained in:
@ -13,6 +13,7 @@ def find_aruco(arlo):
|
||||
)
|
||||
|
||||
for bounding, n in zip(corners, ids):
|
||||
print(bounding)
|
||||
cv2.line(image, bounding[0], bounding[1], (0,255,0))
|
||||
|
||||
return image
|
||||
|
Reference in New Issue
Block a user