Open gywlssww opened 3 years ago
i build this app for deep learning. so it try and extracts the raw data from the camera. when it save an image, it extracts from the metadata the color and thermal images, and save them as PNG. same with the video, it just save alot of images.
That's what I wanted! Thanks a lot :D
note: this is not the most raw data you can get from the camera. but it's the most raw this SDK will give you. so this is what i have to work with.
and i use this hob for beckup, not sure it the most uptodate code i have. plz notice if im updateing the code
I just want to convert each frame of flir video into 2D-thermal numpy as flir image does. I think this work can extract the data what I looked for. Thanks for your kind comments :)
Original flir app doesn't save thermal meta data from streaming video unlike thermal image. I wonder if this code can save thermal meta data from video and save them in external storage.