A toolbox for capturing still images using iSight.
For the usage, please check README.txt file.
IkkJin Ahn (2021). iSight image capture toolbox (https://www.mathworks.com/matlabcentral/fileexchange/8901-isight-image-capture-toolbox), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
I hope there's more instructions on getting it to work. I have problem with:
java.lang.reflect.InvocationTargetException
java.lang.UnsatisfiedLinkError: libQTJNative.jnilib
It seems to be a Qt library problem.
Great piece of SW! Would it be easily posible to use other than iSight webcams? for example those of Macam?
For those with a dark screen, run it in a loop, it takes the isight camera some time (I tried 500ms) to adjust to the ambient lighting
Result was totally black image on my MacBookPro. Light next to iSight turned on. So it worked somehow? But image was black.
Could not make it run on my PC
This toolbox is simple and easy to use. It writes the image to a 'temp' file before reading it into Matlab. I modified the code to write the file to a Ram Disk (<a href="http://www.macupdate.com/info.php/id/16518">Esperance DV</a>) to try and speed things up, but I get less than 3 frames/sec on a G5. I wonder if there is a more efficient way to transfer an image from Java Image Capture to Matlab, without going through an intermediate JPG-encoding, write-file, read-file, JPG-decoding.
Excellent Camera, Excellent Tool .. Great Work