GPS Img Direction+iPhone+Compass app

Started by TimA, October 11, 2024, 07:09:34 PM

Previous topic - Next topic

TimA

Anyone able to explain why the exif data is opposite the expected Magnetic North vs Use True North set reference for the Compass app?
When I have it set to True North the exif data shows Magnetic North and vice versa.

GPS Img Direction & Direction Ref.jpg

StarGeek

I assume this is an Apple app? You would have to ask them. That said, Apple is well known here for ignoring/not reading standards, including their own.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

TimA

I assume this is an Apple app?

Compass.app is bundled with iPhone. Settings command of iPhone invites asserting Magnetic North or True North as active.

* Did you read FAQ #3 and use the command listed there?
Only focussing GPSImgDirectionRef

* Please use the Code button for exiftool code/output.
No idea where that is.
 
* Please include your OS, Exiftool version, and type of file you're processing (MP4, JPG, etc).

Mac OS10.13.6,  Exiftool V 12.98   JPG image

StarGeek

The details below the horizontal bar is my .sig which wasn't specifically directed at you. It's just general, useful information that often helps with troubleshooting. It appears at the bottom of every one of my posts.

And the code button is directly above the text field. But since you weren't posting any exiftool output, it isn't needed.
firefox-2024-10-13_15.18.28.png

If you want to double-check the values that the app is writing, you can add the -n (--printConv) option.
exiftool -G1 -a -s -n -GPSImgDirectionRef -GPSDestBearingRef file.jpg

The raw values should either be "T" (True North) or "M" (Magnetic North)
Example output
C:\>exiftool -all= -P -overwrite_original -GPSDestBearingRef="Magnetic North" -GPSImgDirectionRef="True North" y:\!temp\Test4.jpg
    1 image files updated

C:\>exiftool -G1 -a -s -n -GPSDestBearingRef -GPSImgDirectionRef y:\!temp\Test4.jpg
[GPS]           GPSDestBearingRef               : M
[GPS]           GPSImgDirectionRef              : T
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

TimA

Well, just have to lay the error at Apple's feet.