Error identify webcam in MATLAB2016a
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Why matlab 2016 can not detect webcam؟؟؟؟؟؟؟؟
imaqhwinfo=
InstalledAdaptors: {}
MATLABVersion: '9.0 (R2016a)'
ToolboxName: 'Image Acquisition Toolbox'
ToolboxVersion: '5.0 (R2016a)'
1 commentaire
Réponses (1)
Madhura Suresh
le 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
0 commentaires
Voir également
Catégories
En savoir plus sur Image Acquisition Support Packages for Hardware Adaptors (Generic Video Interface) dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!