MacBook image/video acquisition
Afficher commentaires plus anciens
I try to use image acusition toolbox to record a video/image using my macbook build in camera. The first two command run correctly but it crashed whenever I run the command of 'obj = videoinput('macvideo',1);'.
Could you advise howto solve this issue?
>> imaqhwinfo
ans =
struct with fields:
InstalledAdaptors: {'macvideo'}
MATLABVersion: '9.7 (R2019b)'
ToolboxName: 'Image Acquisition Toolbox'
ToolboxVersion: '6.1 (R2019b)'
>> camList = webcamlist
camList =
1×1 cell array
{'FaceTime HD Camera'}
>> obj = videoinput('macvideo',1);
Réponses (0)
Catégories
En savoir plus sur Matrox Hardware dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!