FujiFilm Movie Tag for IBIS/DIS

Started by greybeard, June 30, 2022, 07:36:08 AM

Previous topic - Next topic

greybeard

Currently we have the following for FujiFilm image stabilization (FujiFilm.pm):

    0x1422 => { #8
        Name => 'ImageStabilization',
        Writable => 'int16u',
        Count => 3,
        PrintConv => [{
            0 => 'None',
            1 => 'Optical', #PH
            2 => 'Sensor-shift', #PH
            3 => 'OIS Lens', #forum9815 (optical+sensor?)
            512 => 'Digital', #PH
        },{
            0 => 'Off',
            1 => 'On (mode 1, continuous)',
            2 => 'On (mode 2, shooting only)',
        }],
    },

For movie files the first value of 2 (currently Sensor-shift) is referred to as IBIS/OIS (i.e. normal in-body stabilization and also optical stabilization if supported by the lens)

Recent cameras also have a value of 258 which is referred to as IBIS/OIS + DIS (which means that digital stabilization is applied on top of IBIS/OIS)

This new value only applies to movie files

Phil Harvey

Thanks.  I'll add this new value in ExifTool 12.43

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