First time here? Check out the FAQ!
answered 2019-03-03 04:53:46 -0600
Error (IndexError: list index out of range) can be found this.
cv2.line(img, start, end, [0, 255, 0], 5)
to:
cv2.line(img, finger1, finger2, [0, 255, 0], 5)