webcam 명령어 사용중 다음과 같은 오류가 발생했습니다.
1 view (last 30 days)
Show older comments
경고: '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.
0 Comments
Answers (1)
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:
0 Comments
See Also
Categories
Find more on MATLAB Support Package for IP Cameras in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!