Converting livestream RGB video to gray scale

6 vues (au cours des 30 derniers jours)
Jose
Jose le 4 Juil 2022
Commenté : Image Analyst le 5 Juil 2022
Hello I am wondering if it is possible to convert a livestream RGB into grayscale while still remaining in live video
this is what i have so far to obtain live video however I am stuck on how to make gray scale
or how to put the live video on a plot
cam = webcam
preview(cam)

Réponse acceptée

Image Analyst
Image Analyst le 4 Juil 2022
Modifié(e) : Image Analyst le 4 Juil 2022
After you call videoinput set ReturnedColorSpace to 'grayscale'.
vidobj = videoinput(theVideoAdaptor, cameraDeviceID, selectedCameraFormats{selectedFormatIndex});
vidobj.ReturnedColorSpace = 'grayscale';
  6 commentaires
Jose
Jose le 5 Juil 2022
hmm do you think it can work on my internal laptop camera?
Image Analyst
Image Analyst le 5 Juil 2022
Maybe - with my Logitech demo you might have to debug it and figure out what the adapter name of your camera is and replace Logitech with your computer camera's name.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by