First time here? Check out the FAQ!
answered 2015-07-30 11:13:05 -0600
it should be
cv2.imshow('some', img)
because you are loading the video frame into the variable 'img', and there isn't a variable 'result' ever defined.