Main Menu

Panasonic Makernotes 0x00BB

Started by Klaus_Homeister, August 14, 2018, 04:03:45 PM

Previous topic - Next topic

Klaus_Homeister

Hi Phil,

and this one is for Jpeggers

1=OFF
4= 'PostFocus'
24= '4K-Burst'
40= '4K-Burst(Start/Stop)'
72= '4K-PreBurst'

Tested on GX8. There should be more options on newer Cams (6K?)

-Klaus

Phil Harvey

Any suggestion of a name for this one?

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

Klaus_Homeister

Hi Phil,

'6K/4K-Photo' is the official marketing-name.
https://www.panasonic.com/global/consumer/lumix/brand/technologies/lumix-6k-4k-photo.html

And Postfocus is a 'standalone' marketing name introduced before 6K. But it is part of 4K-Photo-technics too.

I think there will be seperate values for 6K-Mode and all coming Resolutions.

And at least GH5 with newest Firmware-Update should have an additional 'LoopRec' mode.
And I'm told that a 6K/4K-HDR is in pipeline.

-Klaus

Phil Harvey

Hi Klaus,

I think I'll call this "VideoBurstMode", and here is the definition I added:

    0xbb => {
        Name => 'VideoBurstMode',
        Writable => 'int32u',
        PrintHex => 1,
        PrintConv => {
            0x01 => 'Off',
            0x04 => 'Post Focus',
            0x18 => '4K Burst',
            0x28 => '4K Burst (Start/Stop)',
            0x48 => '4K Pre-burst',
        },
    },


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

Klaus_Homeister

Hi Phil,

The 'Loop Recording" is value int 264.

-Klaus

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