Additional FujiFilm Subject Types

Started by greybeard, September 12, 2023, 09:52:18 AM

Previous topic - Next topic

greybeard

There are two additional types in tag 0x4201 (FaceElementTypes) associated with subject detection (values 28 and 29).

They appear to identify animal head and body although its not clear how they differ from the already identified types for animal head and body (15 and 14):

    0x4201 => { #11
        Name => 'FaceElementTypes',
        Writable => 'int8u',
        Count => -1,
        PrintConv => [{
            1 => 'Face',
            2 => 'Left Eye',
            3 => 'Right Eye',
            7 => 'Body',
            8 => 'Head',
            11 => 'Bike',
            12 => 'Body of Car',
            13 => 'Front of Car',
            14 => 'Animal Body',
            15 => 'Animal Head',
            16 => 'Animal Face',
            17 => 'Animal Left Eye',
            18 => 'Animal Right Eye',
            19 => 'Bird Body',
            20 => 'Bird Head',
            21 => 'Bird Left Eye',
            22 => 'Bird Right Eye',
            23 => 'Aircraft Body',
            25 => 'Aircraft Cockpit',
            26 => 'Train Front',
            27 => 'Train Cockpit',
            28 => 'Animal Head',
            29 => 'Animal Body',
        },'REPEAT'],
    },

Phil Harvey

Thanks.  I'll add these as "Animal Head (28)" and "Animal Body (29)"

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