ExifTool Forum

General => Metadata => Topic started by: greybeard on September 12, 2023, 09:52:18 AM

Title: Additional FujiFilm Subject Types
Post by: greybeard on September 12, 2023, 09:52:18 AM
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'],
    },
Title: Re: Additional FujiFilm Subject Types
Post by: Phil Harvey on September 19, 2023, 12:13:14 PM
Thanks.  I'll add these as "Animal Head (28)" and "Animal Body (29)"

- Phil