✨
This commit is contained in:
@ -219,8 +219,7 @@ try:
|
|||||||
while True:
|
while True:
|
||||||
|
|
||||||
# Fetch next frame
|
# Fetch next frame
|
||||||
# colour = cam.get_next_frame()
|
colour = cam.get_next_frame()
|
||||||
colour = arlo.take_photo()
|
|
||||||
|
|
||||||
# Detect objects
|
# Detect objects
|
||||||
objectIDs, dists, angles = cam.detect_aruco_objects(colour)
|
objectIDs, dists, angles = cam.detect_aruco_objects(colour)
|
||||||
|
Reference in New Issue
Block a user