error: (-215:Assertion failed) !ssize.empty() in function 'cv::resize' For Video Capture

前端 未结 0 552
春和景丽
春和景丽 2020-12-30 02:54

So I\'m basically trying to access my webcam and just show in window format.

import numpy as np
import cv2

cap = cv2.VideoCapture(0)

while(True):
    ret, f         


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