USB Type Camera 연결시 파이썬 에러코드... 문제가 뭘까요?

   조회 3284   추천 0    

 

▣ 카메라 종류 : STC-MBE132U3V

▣ 카메라 메이커 : Omron sentech


위 모델의 카메라를 컴퓨터에 연결하고 아래와 같이 코드를 실행하면

에러메세지가 뜹니다. 이유가 뭘까요..?



▣ 소스 코드 :

#import numpy as np

import cv2 ## 카메라 출력



capture = cv2.VideoCapture(1 + cv2.CAP_DSHOW)

capture.set(cv2.CAP_PROP_FRAME_WIDTH, 1)

capture.set(cv2.CAP_PROP_FRAME_HEIGHT, 1)


while cv2.waitKey(1) < 0:

ret, frame = capture.read()

cv2.imshow("VideoFrame", frame)


capture.release()

cv2.destroyAllWindows()


▣ 에러메세지 :

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

 

스타벅스쟁이
짧은글 일수록 신중하게.


QnA
제목Page 577/5730
2015-12   1791466   백메가
2014-05   5266563   정은준1
2015-02   5171   아마데우쓰
2023-12   2094   호박고구마
2011-02   7961   백승철
2016-04   4217   plqa01
2018-06   4242   정영철
2019-08   2440   사식이
2011-03   7338   병맛폰
2016-04   5221   laputa
2011-03   6438   나너우리
2017-04   4282   EPKO
2011-03   17623   김승권
2018-07   3794   pantarei
2011-03   8261   데이비드
2013-10   9281   김효수
2018-07   4097   e5472
2022-06   3161   정은준1
2017-04   6614   Nikon
2019-09   2972   juaha
2022-06   3115   slowcity
2015-03   5960   ADUS