Get an image as an input from webcam
    2 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
I would like to get an image form webcam as an input an save it on a file. Also I would like to delete this image from the file when a new image has been taken by the webcam.(following image delete previous image).
0 comentarios
Respuestas (1)
  Star Strider
      
      
 el 18 de En. de 2020
        img = snapshot(cam);
savedImage = which(filename)
delete(savedImage)
0 comentarios
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!