BIueMan / FlirOneCamera_oldbackup

app interface with FlirOne for deep learning
0 stars 0 forks source link

Is this code saving thermal data in thermal video?? #1

Open gywlssww opened 3 years ago

gywlssww commented 3 years ago

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.

BIueMan commented 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.

gywlssww commented 3 years ago

That's what I wanted! Thanks a lot :D

BIueMan commented 3 years ago

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

gywlssww commented 3 years ago

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 :)