Is there a way to output in MATLAB from FLIR thermal camera to ".seq" file?

19 次查看(过去 30 天)
I'm working on bypassing the ResearchIR software for my FLIR thermal camera. The outputs from ResearchIR were ".seq" files which had embedded lots of information that was used for post-processing. Does anyone have any experience or knowledge about which MATLAB output image format is best to still retain thermal signatures and information?
Add-On: Not as important, but struggling to alter default grayscale image to a more thermal similar colormap if anyone has any tips.
  2 个评论
dpb
dpb 2022-5-10
Builtin support, no. I didn't know anything about; the best I found was a Python library that might be of some interest @ <flirpy GitHub>. Never used Python meself, but I guess it can be interfaced w/ MATLAB so you possibly could figure out a way to interact with this -- if it supports your particular camera or files.
I didn't go look and Mr Gargle didn't return any hits so probably not there, but you'll want to check for anything on File Exchange.
Sreedhar Unnikrishnakurup
Export the file as .mat file and then use a function to convert the data into 3D matrix cube if the data is video

请先登录,再进行评论。

回答(1 个)

Akash
Akash 2024-1-24
Hi Jennifer,
Converting ".seq" files into a MAT file format can indeed be challenging. However, "FLIR" offers the "FLIR Atlas SDK" for ".NET", which can be utilized to read ".seq" files. By leveraging MATLAB's ".NET" interoperability capabilities, you can use this "SDK" to import the ".seq" files and then save the extracted data as ".mat" files in MATLAB.
For detailed instructions on how to achieve this, you can refer to the MATLAB Answers post provided in the link below:
Once you have the data in a ".mat" file, you can display it as an image within MATLAB. For guidance on how to do this, you may find the following MATLAB Answers post helpful:

Community Treasure Hunt

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

Start Hunting!

Translated by