Borrar filtros
Borrar filtros

Can you please answer how to save snapshot during video recording

2 visualizaciones (últimos 30 días)
Please can you help me for, how to get a snapshot during recording?

Respuesta aceptada

KALYAN ACHARJYA
KALYAN ACHARJYA el 3 de Feb. de 2018
Editada: KALYAN ACHARJYA el 3 de Feb. de 2018
%Snapshot
in_vid=videoinput('winvideo', 1);
set(in_vid,'ReturnedColorSpace','RGB');
image_shot=getsnapshot(vid);
imwrite(image_shot,filename,'png');
%here png, but you can choose format as your requirement

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by