160;
▣ 카메라 1333;류 : STC-MBE132U3V
▣ 카메라 메1060;커 : Omron sentech
위 모델1032; 카메라를 컴퓨터에 연결Ȣ16;고 아래와 같1060; 코드를 실행Ȣ16;면
에러메세1648;가 뜹니다. 1060;유가 뭘까요..?
▣ 소스 코드 :
#import numpy as np
import160;cv2160;## 카메라 출/141;
capture = cv2.VideoCapture(1160;+ cv2.CAP_DSHOW)
capture.set(cv2.CAP_PROP_FRAME_WIDTH,160;1)
capture.set(cv2.CAP_PROP_FRAME_HEIGHT,160;1)
while160;cv2.waitKey(1) <160;0:
ret, frame = capture.read()
cv2.imshow("VideoFrame", frame)
capture.release()
cv2.destroyAllWindows()
▣ 에러메세1648; :
An exception occurred.
File coaxlink.cti not found.
An exception occurred.
File KYFGLibGenTL_vc141.cti not found.
An exception occurred.
File siso_gentl.cti not found.
An exception occurred.
File TLActiveSilicon.cti not found.
An exception occurred.
File coaxlink.cti not found.
An exception occurred.
File KYFGLibGenTL_vc141.cti not found.
An exception occurred.
File siso_gentl.cti not found.
An exception occurred.
File TLActiveSilicon.cti not found.
Process finished with exit code 0
160;