from iSight image capture toolbox by IkkJin Ahn
A toolbox for capturing still images using iSight.

retI=iSightCapture(iSight)
function retI=iSightCapture(iSight)
javaMethod('captureImage',iSight, 'temp');
retI=imread(fullfile(pwd,'temp'));

Contact us at files@mathworks.com