Can i process ir image in Matlab

I have a infrared web cam. Can i interface it with matlab and i also want to know whether i can process the image taken by the cam using matlab.

Answers (1)

Image Analyst
Image Analyst on 2 Jul 2013
Buy the Image Acquisition Toolbox. Run imaqtool() and see if the camera shows up in your hardware browser. If it shows us in Device Manager (Windows only) then it should. Then call getsnapshot() to grab a frame from the camera.

Asked:

on 2 Jul 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!