opencv videoCapture failing to capture video stream from usb webcam on RPi 4

后端 未结 0 669
青春惊慌失措
青春惊慌失措 2021-02-01 05:42

I was trying to work this code on raspberry pi

import cv2

face_cascade = cv2.CascadeClassifier(\'haarcascade_frontalface_default.xml\')

cap = cv2.VideoCapture(0         


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