Ask Your Question
0

opencv import video error python [closed]

asked 2015-07-30 10:58:00 -0600

biging55 gravatar image

updated 2015-07-30 11:25:48 -0600

Video can not be imported into the process. on windows image description

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by biging55
close date 2015-07-31 11:41:26.436277

1 answer

Sort by ยป oldest newest most voted
1

answered 2015-07-30 11:13:05 -0600

binbin gravatar image

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.

edit flag offensive delete link more

Comments

There is also a problem at

biging55 gravatar imagebiging55 ( 2015-07-30 11:28:10 -0600 )edit

look at this image

biging55 gravatar imagebiging55 ( 2015-07-30 11:30:36 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2015-07-30 10:56:01 -0600

Seen: 394 times

Last updated: Jul 30 '15