Pentax K3III - BodyBatteryVoltage - RollAngle -PitchAngle - SensorTemperature

Started by lizoom, April 22, 2024, 12:51:11 PM

Previous topic - Next topic

Phil Harvey

Hi Peter,

Excellent, thanks!  I think this fully decodes Pentax_LevelInfoK3III_0x0001, which I will call CameraOrientation.  The values are:

          0 => 'Horizontal (normal)',
          1 => 'Rotate 270 CW',
          2 => 'Rotate 180',
          3 => 'Rotate 90 CW',
          4 => 'Upwards', # (to the sky)
          5 => 'Downwards', # (to the ground)

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