IR Camera Interfacing and Data Acquisition

조회 수: 4 (최근 30일)
Jesse
Jesse 2013년 7월 17일
Hello, I am interested in interfacing an IR camera with matlab. Specifically my end goal is to acquire a three-dimensional matrix such that each element value is the temperature, the 1st/2nd dimensions are x/y, and the third dimension is time(step).
What is the best way go about acquiring this?
  댓글 수: 1
Gerard
Gerard 2013년 8월 20일
i do it daily, what is the output of your camera? cameralink, gige or something else? first you need an output that matches with the image acquisition toolbox, if it is usb there might be work around so that you do not need the toolbox.

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2013년 7월 17일
Unless there is an adapter already built for your camera that is supplied with the Image Acquisition Toolbox (which I doubt), you'll probably have to write it yourself or else just save the video or time lapse sequence via the manufacturer's program and read it into MATLAB that way. But you'll have to have a reader for it if you're going to get temperatures out instead of gray levels because the format may be proprietary.

Community Treasure Hunt

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

Start Hunting!

Translated by