Python: understanding read() in OpenCV

前端 未结 0 936
天涯浪人
天涯浪人 2021-01-02 11:40

I am watching an OpenCV tutorial and in one place he writes this code:

while True:
   success, img = cap.read() 
   cv2.imshow("Video", img)
   if (         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题