Hallo,
Is it possible to recognize the orientation from EXIF information?
The Image Tag GPS Image Direction already exists for direction (yaw implementation).
As I already find out, some tools using GPSPitch and GPSRoll also as GPS Tag in Exif
Even ExifTool use it!
Here some Information:
0xd000 => {
Name => 'GPSPitch',
Writable => 'rational64s',
},
0xd001 => {
Name => 'GPSRoll',
Writable => 'rational64s',
},
best regards
Martin