drewnoakes / metadata-extractor-dotnet

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Other
922 stars 164 forks source link

Issue in extracting metadata #340

Closed pushpa-ux closed 1 year ago

pushpa-ux commented 1 year ago

Hello, I am new to Flir camera, I am using FLIR's Lepton 3.5 thermal camera with esp32 to get the thermal image. I am getting the thermal pixels on serial monitor but when I am converting these pixels to jpeg images using a python code these images are loosing their metadata. I upload the images in Flir tools software to check the metadata. Can You help me, what should I do

pushpa-ux commented 1 year ago

thermal_code.txt python_code.txt These are the C and python code that I am using

drewnoakes commented 1 year ago

Sorry I don't have the time or expertise to answer your question. I suggest you try Stack Overflow.

My assumption is that the thermal image doesn't have its own metadata segment. If you want to copy metadata from the host object to that image, it will likely be wrong.

This library doesn't support writing metadata. You might find ExifTool helpful here. Good luck!