Error identify webcam in MATLAB2016a

3 views (last 30 days)
hoda gh
hoda gh on 1 Oct 2016
Edited: Walter Roberson on 7 Oct 2016
Why matlab 2016 can not detect webcam؟؟؟؟؟؟؟؟
imaqhwinfo=
InstalledAdaptors: {}
MATLABVersion: '9.0 (R2016a)'
ToolboxName: 'Image Acquisition Toolbox'
ToolboxVersion: '5.0 (R2016a)'
  1 Comment
david gomez
david gomez on 6 Oct 2016
You have to install an adaptor. Go to "Get hardware support packages"

Sign in to comment.

Answers (1)

Madhura Suresh
Madhura Suresh on 5 Oct 2016
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

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!