报错详情:
cv2.error: OpenCV(4.2.0) /io/opencv/modules/highgui/src/window.cpp:376: error: (-215:Assertion failed) size.width>0 && size.height>0 in function ‘imshow’
源代码:
cap = cv2.imread('/photo/1.jpg',1) #读入的图片 video_src为--photo后面的参数
cv2.imshow('imshow',cap)
cv2.waitKey(0)