ExifTool Forum

ExifTool => Bug Reports / Feature Requests => Topic started by: JohnMoyer on December 01, 2023, 09:44:08 AM

Title: Possible Canon EOS R5 tag for RAW vs. DPRAW
Post by: JohnMoyer on December 01, 2023, 09:44:08 AM
EDIT: I was wrong, please ignore. Continuous shooting had changed automatically. Reply below has what actually changes.

This might be a bitmap. The only thing changed between the two was DPRAW setting changed from enable to disable. 4 changed to 8. What do you need from me?

Version 12.69
Canon EOS R5

DPRAW (dpraw enabled)
| | + [TIFF directory]
  | | | + [MakerNotes directory with 60 entries]
  | | | | 0)  CanonCameraSettings (SubDirectory) -->
  | | | |    - Tag 0x0001 (110 bytes, int16u[55] read as undef[110]):
  | | | |        0c46: 6e 00 02 00 00 00 04 00 00 00 04 00 00 00 01 00 [n...............]
  | | | |        0c56: 00 00 0d 00 00 00 01 00 00 00 00 00 00 00 ff 7f [................]
  | | | |        0c66: ff 7f 03 00 01 00 00 00 08 00 ff 7f ec 02 30 02 [..............0.]
  | | | |        0c76: 8c 00 01 00 ac 00 60 01 00 00 08 00 00 00 00 00 [......`.........]
  | | | |        0c86: 00 00 ff ff 00 01 00 00 00 00 00 00 00 00 ff ff [................]
  | | | |        [snip 30 bytes]

...

  | | | | | ContinuousDrive = 4
  | | | | | - Tag 0x0005 (2 bytes, int16s[1]):
  | | | | |    0c50: 04 00                                          [..]


RAW (dpraw disabled)
  | | + [TIFF directory]
  | | | + [MakerNotes directory with 60 entries]
  | | | | 0)  CanonCameraSettings (SubDirectory) -->
  | | | |    - Tag 0x0001 (110 bytes, int16u[55] read as undef[110]):
  | | | |        0c2e: 6e 00 02 00 00 00 04 00 00 00 08 00 00 00 01 00 [n...............]
  | | | |        0c3e: 00 00 0d 00 00 00 01 00 00 00 00 00 00 00 ff 7f [................]
  | | | |        0c4e: ff 7f 03 00 01 00 00 00 08 00 ff 7f ec 02 30 02 [..............0.]
  | | | |        0c5e: 8c 00 01 00 ac 00 60 01 00 00 08 00 00 00 00 00 [......`.........]
  | | | |        0c6e: 00 00 ff ff 00 01 00 00 00 00 00 00 00 00 ff ff [................]
  | | | |        [snip 30 bytes]

...

  | | | | | ContinuousDrive = 8
  | | | | | - Tag 0x0005 (2 bytes, int16s[1]):
  | | | | |    0c38: 08 00                                          [..]
Title: Re: Possible Canon EOS R5 tag for RAW vs. DPRAW
Post by: StarGeek on December 01, 2023, 10:51:38 AM
Phil is currently away until next week, so there will be a delay in getting a further response.  You can set a notification to get an email when he responds in the upper/lower right corner of this thread by changing the "No Alerts or Emails" drop down.
Title: Re: Possible Canon EOS R5 tag for RAW vs. DPRAW
Post by: JohnMoyer on December 01, 2023, 01:15:40 PM
Thanks
Title: Re: Possible Canon EOS R5 tag for RAW vs. DPRAW
Post by: JohnMoyer on December 01, 2023, 02:00:46 PM
The quality in camera settings is 4 for RAW or DPRAW without CRAW and is 7 if CRAW.

DPRAW enable, no CRAW
  | | | | | Canon_LightingOpt_0x000b = 1
  | | | | | - Tag 0x000b (4 bytes, int32s[1]):
  | | | | |     3aec: 01 00 00 00                                     [....]

DPRAW enable plus CRAW
  | | | | | Canon_LightingOpt_0x000b = 1
  | | | | | - Tag 0x000b (4 bytes, int32s[1]):
  | | | | |     3aec: 01 00 00 00                                     [....]

DPRAW disable no CRAW
  | | | | | Canon_LightingOpt_0x000b = 0
  | | | | | - Tag 0x000b (4 bytes, int32s[1]):
  | | | | |     3ad4: 00 00 00 00                                     [....]

DPRAW disable plus CRAW
  | | | | | Canon_LightingOpt_0x000b = 0
  | | | | | - Tag 0x000b (4 bytes, int32s[1]):
  | | | | |     3ad4: 00 00 00 00                                     [....]

Title: Re: Possible Canon EOS R5 tag for RAW vs. DPRAW
Post by: Phil Harvey on December 04, 2023, 10:06:20 AM
Thanks.  I'll decode Canon::LightingOpt 0x000b as "DualPixelRaw" with values 0="Off" 1="On".  This will appear in version 12.71.

- Phil