Possible Canon EOS R5 tag for RAW vs. DPRAW

Started by JohnMoyer, December 01, 2023, 09:44:08 AM

Previous topic - Next topic

JohnMoyer

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                                          [..]

StarGeek

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.
* Did you read FAQ #3 and use the command listed there?
* Please use the Code button for exiftool code/output.
 
* Please include your OS, Exiftool version, and type of file you're processing (MP4, JPG, etc).


JohnMoyer

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                                     [....]


Phil Harvey

Thanks.  I'll decode Canon::LightingOpt 0x000b as "DualPixelRaw" with values 0="Off" 1="On".  This will appear in version 12.71.

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