Borrar filtros
Borrar filtros

How to close the webcam after the image has been captured?

21 visualizaciones (últimos 30 días)
Devyani  Parate
Devyani Parate el 12 de En. de 2018
Comentada: bob pang el 22 de Mayo de 2023
My webcam doesn't close after the execution of program. I need to close Matlab each time to close the webcam. I am using Matlab 2017a.

Respuestas (2)

Nithin Banka
Nithin Banka el 5 de Jun. de 2018
Editada: Nithin Banka el 5 de Jun. de 2018
If the webcam object you are using to capture images is say 'camObject' use the below command to close the webcam
clear camObject;
Acquire Images from Webcams - This documentation about acquiring images using webcam might come in handy for your work.

Johan Sebastian
Johan Sebastian el 13 de Mayo de 2023
clear all

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by