Error identify webcam in MATLAB2016a

조회 수: 2 (최근 30일)
hoda gh
hoda gh 2016년 10월 1일
편집: Walter Roberson 2016년 10월 7일
Why matlab 2016 can not detect webcam؟؟؟؟؟؟؟؟
imaqhwinfo=
InstalledAdaptors: {}
MATLABVersion: '9.0 (R2016a)'
ToolboxName: 'Image Acquisition Toolbox'
ToolboxVersion: '5.0 (R2016a)'
  댓글 수: 1
david gomez
david gomez 2016년 10월 6일
You have to install an adaptor. Go to "Get hardware support packages"

댓글을 달려면 로그인하십시오.

답변 (1개)

Madhura Suresh
Madhura Suresh 2016년 10월 5일
You will need to install either one of these two support packages:
1. OS Generic Support Package, and then try
imaqhwinfo('winvideo') % use macvideo/linuxvideo based on the platform.
2. USB Webcams support package:
webcamlist
w = webcam

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by