Error in extracting Image GPS information using "imfinfo"
이전 댓글 표시
Hi, I am working on infrared (IR) images. I am using "imfinfo" funtion for extraction of metadata from images. However, in some cases it is giving me error or not extracting complete information.
Picinfo1 = imfinfo('DJI_20230927144149_0001_T.JPG');
Picinfo2 = imfinfo('DJI_20230927144159_0002_T.JPG');
In case of succesful run, I am getting following information (including GPS coordinates):
(DJI_20230927144159_0002_T)

However, for few cases it is skipping GPS details in the image, and providing partial information, such as:
(DJI_20230927144149_0001_T.JPG)

but when i checked the image properties the GPS/ coordinates information is available.

How I can fix this issue and can extract GPS details from image (DJI_20230927144149_0001_T.JPG). I have attached both Images for referecne as well.
Thank you.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Blue에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

