imaqtool code failed?

4 visualizaciones (últimos 30 días)
Hamza Idris
Hamza Idris el 26 de Jul. de 2016
Respondida: Mann Baidi el 23 de Feb. de 2024
I am using imaqtool to record a video and it generates a code which i used that code in matlab but it give an error. vid = videoinput('winvideo', 2, 'YUY2_640x480'); src = getselectedsource(vid);
vid.ReturnedColorspace = 'rgb';
vid.FramesPerTrigger = 10;
vid.LoggingMode = 'memory';
preview(vid);
start(vid);
stoppreview(vid);

Respuestas (1)

Mann Baidi
Mann Baidi el 23 de Feb. de 2024
Hi Hamza,
I can see that you are facing issue with the 'videoinput' using 'Image Acquisition Toolbox' in MATLAB. For recording a video using the 'Image Acquisition Toolbox' for releases after R2014a you will have to install support packages via MATLAB® Add-Ons.
You can refer to the following link for installing the Support Packages for Image Acquisition Toolbox Adaptors.
I hope this link will help in resloving the issue!

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by