First time here? Check out the FAQ!
answered 2016-09-02 01:47:31 -0600
try with tuples :
focus1=0,20 # works even w/o braces ! focus2=(80,20) cv2.line(ocv,focus1,focus2,(255,0,0),5)
also please note, that the 2.4 version does not return a new image, see docs