You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent crash in detect_markers() and make_video() when none of the detected ArUco markers are part of the poster
compute_offsets_to_targets(): don't crash but provide useful error when there is no data for a marker interval
detect_markers() and make_video(): deal with broken video (OpenCV's video reader returning false for a frame before the video is supposed to have ended): don't stop but continue processing to next frames.