Code covered by the BSD License
function CheckFrames global Frames for i = 1:size(Frames,2) disp([i size(Frames(i).RGB)]); end
Contact us