python opencv Segmentation Fault after normal run

前端 未结 0 633
無奈伤痛
無奈伤痛 2020-12-03 11:45

hello im running this code:

import numpy as np
import cv2

cap = cv2.VideoCapture(0)

while(True):
    try:
        # Capture frame-by-frame
        ret, fram         


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