Fuji X Series Flash settings

Started by greybeard, October 01, 2019, 11:35:41 AM

Previous topic - Next topic

greybeard

More in the continuing analysis of Fuji X series EXIF

Additional flash settings from recent X series cameras (X-T30 and X-T3)

===============================================
Tag 0x1010

Currently we have:

            0xa920 => '1st Curtain (front)', #10 (EF-X500 flash)
            0xc920 => '2nd Curtain (rear)', #10

These apply to standard TTL

The X-T3 and X-T30 also have:

- Standard TTL

            0xad20 => 'TTL - Red-eye Flash - 1st Curtain (front)',
            0xcd20 => 'TTL - Red-eye Flash - 2nd Curtain (rear)',

- TTL Slow

            0xaa20 => 'TTL Slow - 1st Curtain (front)',
            0xca20 => 'TTL Slow - 2nd Curtain (rear)',
            0xae20 => 'TTL Slow - Red-eye Flash - 1st Curtain (front)',
            0xce20 => 'TTL Slow - Red-eye Flash - 2nd Curtain (rear)',

- TTL Auto

            0xab20 => 'TTL Auto - 1st Curtain (front)',
            0xcb20 => 'TTL Auto - 2nd Curtain (rear)',
            0xaf20 => 'TTL Auto - Red-eye Flash - 1st Curtain (front)',
            0xcf20 => 'TTL Auto - Red-eye Flash - 2nd Curtain (rear)',

            0x8320 => 'TTL Auto - Flash didn't fire',

The X-T3 also has Flash Commander TTL mode

            0x9860 => 'Flash Commander',

===============================================
Tag 0x140a - Red-eye Removal

Value 0 - Red-eye Removal Off
Value 4 - Red-eye Removal On

================================================
X-T3 Flash Manual link

http://fujifilm-dsc.com/en/manual/x-t3/taking_photo/flash/index.html

Phil Harvey

...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 ($).

greybeard

And here is the format for tag 0x140a

[int16u]        Fuji Film 0x140a                : 0

Phil Harvey

Thanks.  I knew about bit 2 of 0x140a already, but I haven't added it because none of the other bit values are known.

- 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 ($).

greybeard

Thanks for the update - I've tested the FujiFlashMode values I'm aware of and they look good.