Error identify webcam in MATLAB2016a

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 日

0 投票

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

タグ

タグが未入力です。

質問済み:

2016 年 10 月 1 日

編集済み:

2016 年 10 月 7 日

Community Treasure Hunt

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

Start Hunting!

Translated by