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

5 ビュー (過去 30 日間)
Injoo Jang
Injoo Jang 2020 年 4 月 17 日
回答済み: Prabhan Purwar 2020 年 4 月 21 日
경고: '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.

回答 (1 件)

Prabhan Purwar
Prabhan Purwar 2020 年 4 月 21 日
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:

カテゴリ

Help Center および File ExchangeMATLAB Support Package for IP Cameras についてさらに検索

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!