Import .PTW (video from FLIR IR camera) into workspace
显示 更早的评论
Hi Is there a way to import/read .PTW video file into matlab. It was made using a FLIR SC5000. thank, S
回答(2 个)
Varun Bhaskar
2015-8-27
0 个投票
Hi,
You can use the VideoReader class to import .PTW files into MATLAB. Refer to this link for documentation and examples of using the VideoReader class:
Rasmus R Jensen
2015-9-21
编辑:Rasmus R Jensen
2015-9-21
0 个投票
Hi Sharif I had the same problem also using an SC5200 and I could not fint help anywhere. My solution was to export to ascii (.asc) and then use my own file reader to get the frames into matlab.
It is very basic, but something to build on if you need anything further.
I have also included a script that either exports a .jpg in case it is an image or a movie if it is a movie.
Hope it helps.
类别
在 帮助中心 和 File Exchange 中查找有关 Audio and Video Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!