Why isn't there any window opening from this program

前端 未结 0 1472
栀梦
栀梦 2021-01-21 08:21
import cv2
import numpy as np
import math

cap = cv2.VideoCapture(0)

while (1):

    try:  # an error comes if it does not find anything in window as it cannot find con         


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