ExifTool Forum

General => Metadata => Topic started by: Kameratrollet on July 20, 2024, 06:45:53 PM

Title: Canon File Info 0x0020 may be Anti-flicker
Post by: Kameratrollet on July 20, 2024, 06:45:53 PM
With Canon EOS R6 I could repeat this pattern. 10 pictures with anti-flicker off, 10 pictures with anti-flicker on, 10 pictures with anti-flicker off, 10 pictures with anti-flicker on. https://drive.google.com/file/d/1tP1jIcCyM2J5IoYJXPqLGpeoL6ogsScd/view?usp=sharing

./exiftool -U /home/macgyver/Publikt/Canon/Exiftool/0x0020/*CR3 |grep "File Info 0x0020"
Canon File Info 0x0020          : 0
Canon File Info 0x0020          : 0
Canon File Info 0x0020          : 0
Canon File Info 0x0020          : 0
Canon File Info 0x0020          : 0
Canon File Info 0x0020          : 0
Canon File Info 0x0020          : 0
Canon File Info 0x0020          : 0
Canon File Info 0x0020          : 0
Canon File Info 0x0020          : 0
Canon File Info 0x0020          : 1
Canon File Info 0x0020          : 1
Canon File Info 0x0020          : 1
Canon File Info 0x0020          : 1
Canon File Info 0x0020          : 1
Canon File Info 0x0020          : 1
Canon File Info 0x0020          : 1
Canon File Info 0x0020          : 1
Canon File Info 0x0020          : 1
Canon File Info 0x0020          : 1
Canon File Info 0x0020          : 0
Canon File Info 0x0020          : 0
Canon File Info 0x0020          : 0
Canon File Info 0x0020          : 0
Canon File Info 0x0020          : 0
Canon File Info 0x0020          : 0
Canon File Info 0x0020          : 0
Canon File Info 0x0020          : 0
Canon File Info 0x0020          : 0
Canon File Info 0x0020          : 0
Canon File Info 0x0020          : 1
Canon File Info 0x0020          : 1
Canon File Info 0x0020          : 1
Canon File Info 0x0020          : 1
Canon File Info 0x0020          : 1
Canon File Info 0x0020          : 1
Canon File Info 0x0020          : 1
Canon File Info 0x0020          : 1
Canon File Info 0x0020          : 1
Canon File Info 0x0020          : 1

Page 150 in the PDF https://cam.start.canon/en/C004/manual/c004.pdf

Canon EOS 6D doesn't have the tag at all.
Canon EOS M5 has that tag but when I checked 800 raw files all of them had 0. I can't find anything about anti-flicker in the M5 manual.
Title: Re: Canon File Info 0x0020 may be Anti-flicker
Post by: Phil Harvey on July 20, 2024, 08:30:28 PM
Great, thanks.  I'll check my samples when I get a chance and see about adding this.

BTW, I'll move this to the metadata board because that's where discoveries like this should be posted.

- Phil
Title: Re: Canon File Info 0x0020 may be Anti-flicker
Post by: Kameratrollet on July 21, 2024, 06:43:35 AM
Quote from: Phil Harvey on July 20, 2024, 08:30:28 PMGreat, thanks.  I'll check my samples when I get a chance and see about adding this.

BTW, I'll move this to the metadata board because that's where discoveries like this should be posted.

- Phil
Thanks!
Title: Re: Canon File Info 0x0020 may be Anti-flicker
Post by: JohnMoyer on July 21, 2024, 09:56:54 AM
Canon_FileInfo_0x0020 is also anti-flicker on both EOS 80D and on EOS R5.
enable == 1
disable == 0

Thanks @Kameratrollet
Title: Re: Canon File Info 0x0020 may be Anti-flicker
Post by: Phil Harvey on July 21, 2024, 06:59:33 PM
Thanks!

I think it may work to decode this for all models.  It seems that this is zero for models without this feature.

I'll add this to ExifTool 12.90

- Phil