Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.