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

7 views (last 30 days)
Injoo Jang
Injoo Jang on 17 Apr 2020
Answered: Prabhan Purwar on 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.

Answers (1)

Prabhan Purwar
Prabhan Purwar on 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:

Categories

Find more on MATLAB Support Package for IP Cameras in Help Center and File Exchange

Products


Release

R2017b

Community Treasure Hunt

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

Start Hunting!