from
iSight image capture toolbox
by IkkJin Ahn
A toolbox for capturing still images using iSight.
|
| sample.m |
%You need to add toolbox path in preference,
%and change path information in 'iSightPath.m' file.
iSight=iSightInit([640,480]);
pause(5);
retI=iSightCapture(iSight);
imagesc(retI);axis image;
iSightClose(iSight);
|
|
Contact us at files@mathworks.com