Unknown Fuji code found

Started by TonyB1959, October 26, 2014, 12:51:08 PM

Previous topic - Next topic

TonyB1959

First post. Hope I'm doing it right !
In the unknown FujiFilm manufacturer data -u, the field reported as Fuji Film 1431 is actually the cameras internal "Star" scoring system. You can give picture marks out of 5, in camera. Unfortunately the Fuji's don't seem to insert this score into the XMP rating fields. It appears here, instead.

Phil Harvey

Excellent, thanks!

ExifTool 9.75 will extract this tag as Rating.

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

TonyB1959

Nice one Phil, thanks. I'll let you know if I find any others.

TonyB1959

Adding another one here. If you don't spot it I'll start a new thread.

MakerNotes   Fuji Film 0x1201 =
Advanced Picture modes

196608   Toy Camera
262144   Miniature
65536   Pop Colour
131072   Hi Key
589824   Low Key
327680   Dynamic Tone
458752   Soft Focus
393217   partial colour red
393221   partial colour orange
393218   partial colour yellow
393219   partial colour green
393220   partial colour Blue
393222   partial colour Purple

Phil Harvey

Excellent, thanks!

Here is the definition that I will include in the next release:

    0x1201 => { #forum6109
        Name => 'AdvancedPictureMode',
        Writable => 'int32u',
        PrintHex => 1,
        PrintConv => {
            0x10000 => 'Pop Color',
            0x20000 => 'Hi Key',
            0x30000 => 'Toy Camera',
            0x40000 => 'Miniature',
            0x50000 => 'Dynamic Tone',
            0x60001 => 'Partial Color Red',
            0x60002 => 'Partial Color Yellow',
            0x60003 => 'Partial Color Green',
            0x60004 => 'Partial Color Blue',
            0x60005 => 'Partial Color Orange',
            0x60006 => 'Partial Color Purple',
            0x70000 => 'Soft Focus',
            0x90000 => 'Low Key',
        },
    },


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

TonyB1959

Thanks Phil. One slight error in what I sent you, these are now known as "Advanced Filters" in the X-T1 manual. The name I gave you was probably from an older camera. Better use the new name I guess.

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

TonyB1959

That's working great, thanks Phil.
One more minor one I spotted.
The Fuji White Balance settings, number 10 is called "Under Water".
It currently returns "Unknown 0600".
Cheers.

Phil Harvey

Great, thanks!  This will appear in ExifTool 9.77.

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

TonyB1959

Hi again. New Fuji firmware released today had added a couple of new unknowns..
Two spotted so far..
Film Mode 0x600 = "Classic Chrome"
and
there is now a new electronic shutter mode in some models. On my X-T1 a new code has appeared with the update for firmware 3 which seems to be indicating what mode the shutter is in. So far in my testing I've only seen two values..
Code is Fujifilm 0x1050 and values are "0"or "1".
The docs refer to the switch as "Shutter Type" and to the values as "Mechanical"(which returns 0) and "Electronic" (which returns 1).
No rush dood .. have a great xmas.

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