Error identify webcam in MATLAB2016a

3 visualizaciones (últimos 30 días)
hoda gh
hoda gh el 1 de Oct. de 2016
Editada: Walter Roberson el 7 de Oct. de 2016
Why matlab 2016 can not detect webcam؟؟؟؟؟؟؟؟
imaqhwinfo=
InstalledAdaptors: {}
MATLABVersion: '9.0 (R2016a)'
ToolboxName: 'Image Acquisition Toolbox'
ToolboxVersion: '5.0 (R2016a)'
  1 comentario
david gomez
david gomez el 6 de Oct. de 2016
You have to install an adaptor. Go to "Get hardware support packages"

Iniciar sesión para comentar.

Respuestas (1)

Madhura Suresh
Madhura Suresh el 5 de Oct. de 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

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by