SystemError: new style getargs format but argument is not a tuple?

What causes the SystemError in this line of code cv2.line(output, point1, point2, (0,0,255), 5)?

Leave a Comment