Python OpenCV - waitKey(0) does not respond?

后端 未结 12 959
忘掉有多难
忘掉有多难 2020-12-29 02:58

I\'m using opencv 2.4.7 on ubuntu 12.04. I\'m programming with python and I have a problem when i run this script:

import cv2

img = cv2.imread(\'34762092361         


        
12条回答
  •  忘掉有多难
    2020-12-29 03:09

    This problem occurs in some earlier version of opencv. So you just need to update opencv to the latest version. Version 4.0.0.21 worked for me. Use the command below.

    update opencv to version 4.0.0.21.

提交回复
热议问题