webcam 명령어 사용중 다음과 같은 오류가 발생했습니다.

3 Ansichten (letzte 30 Tage)
Injoo Jang
Injoo Jang am 17 Apr. 2020
Beantwortet: Prabhan Purwar am 21 Apr. 2020
경고: 'matlab.webcam.internal.WebcamController' 클래스 소멸자(Destructor)를 실행하는 중 다음 오류가 발생했습니다.
비구조체형 배열 객체의 구조체 내용에 대한 참조입니다.
오류 발생: matlab.webcam.internal.WebcamController/delete
오류 발생: matlab.webcam.internal.WebcamController
오류 발생: webcam (line 159)
matlab.webcam.internal.WebcamController(devName, devID);
> In matlab.webcam.internal.WebcamController
In webcam (line 159)
Error. The format exposed by the webcam is not supported.

Antworten (1)

Prabhan Purwar
Prabhan Purwar am 21 Apr. 2020
Hi,
This error may arise because of multiple reasons, I am assuming that you have Image Acquisition Toolbox and the webcam was in a running state (if not try downloading supporting AddOns for your webcam).
The following error occurred because MATLAB is trying to access an object of the camera which no longer exists. Try reloading the webcam after deleting all the existing objects of the camera.
Refer to the following link for further details:

Kategorien

Mehr zu MATLAB Support Package for IP Cameras finden Sie in Help Center und File Exchange

Produkte


Version

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!