getscreen

GETSCREEN captures the screen
51 download
Aggiornato 24 feb 2018

Visualizza la licenza

% GETSCREEN captures the screen and returns a struct that could be used to
% make videos or written to an image file using the imwrite.
% For example:
% a = getscreen
% imwrite(a.cdata,'screen.jpg');
% To make a video
% vidObj = VideoWriter('Testvideo.avi');
% open(vidObj);
% for n = 1:100
% image = getframe(gcf);
% writeVideo(vidObj,image);
% end
% close(vidObj)

Cita come

Lateef Adewale Kareem (2026). getscreen (https://it.mathworks.com/matlabcentral/fileexchange/66185-getscreen), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2012b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Animation in Help Center e MATLAB Answers
Versione Pubblicato Note della release
1.0.0.0