필터 지우기
필터 지우기

Import .PTW (video from FLIR IR camera) into workspace

조회 수: 20 (최근 30일)
Sharif
Sharif 2015년 8월 25일
편집: Rasmus R Jensen 2015년 9월 21일
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
Varun Bhaskar 2015년 8월 27일
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
Rasmus R Jensen 2015년 9월 21일
편집: Rasmus R Jensen 2015년 9월 21일
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.

Community Treasure Hunt

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

Start Hunting!

Translated by