FujiFilm X30 MakerNote Tags 0x1044, 0x1153, 0x1154

Started by ChrisSchucker, October 09, 2016, 05:43:59 AM

Previous topic - Next topic

ChrisSchucker

0x1044: This tag seems to me "Digital zoom":
- 0x0000: None
- 0x0010: 2x zoom

0x1153: Panorama angle
- 120: 120 Degrees
- 180: 180 Degrees

0x1154: Panorama direction
- 0x0001: Right
- 0x0002: Up
- 0x0003: Left
- 0x0004: Down

Phil Harvey

Hi Chris,

Thanks.  I can add support for these if you can tell me the data type from the -v2 output for these 3 tags (likely "int32u", but I need to know for sure).

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

ChrisSchucker

Hi Phil,

0x1044 is a int32u; 0x1153 and 0x1154 are int16u.

-
Chris

Phil Harvey

Excellent, thanks!

Please let me know if you discover anything else.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).