how can i do or where i can find full matlab code to convert real time image using webcam into greyscale?
Mostra commenti meno recenti
i need this for my project and cannot find the proper code i m using win 10 and 2016b version
Risposte (1)
Hi Shefali,
You should read the following documentation:
After that, you'll see that it is as easy as:
vid = videoinput('winvideo');
vid.ReturnedColorSpace = 'grayscale';
preview(vid);
Regards,
Categorie
Scopri di più su Video Formats and Interfaces in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!