True: # 從RTSP 串流讀取一張影像 ret, image = vidCap.read() if ret: # 顯示影像 cv2.imshow('image_display', image) cv2.waitKey(10) else: # 若沒有影像跳出迴圈 ...
確定! 回上一頁