Canon G7 remaining raw count cut off. - DryOS Development - CHDK Forum

Canon G7 remaining raw count cut off.

  • 0 Replies
  • 1025 Views
*

Offline SX720

  • *
  • 43
Canon G7 remaining raw count cut off.
« on: 27 / May / 2021, 02:32:04 »
Advertisements
I would have posted this as a reply in a G7 porting thread but I was not able to locate it.

I used a 32 GB SD card in my G7 (the one from 2006 not the newer ones which contain G7 in the model number). Because it's a bigger card the estimate was a four digit number so it cut off. I was able to fix this by using the OSD layout editor and by pressing left once it changed X to 292 and fixed the problem.

it seems like there is one default for all cameras. Are other people having this problem? Should the default be changed for everyone?

If so this patch might help:
Code: [Select]
--- conf.c.bak
+++ conf.c
@@ -187,7 +187,7 @@
     CONF_INFOP( 26, conf.clock_pos,                             CONF_OSD_POS,   294,0),
     CONF_INFOP( 27, conf.space_icon_pos,                        CONF_OSD_POS,   260,0),
     CONF_INFOP( 28, conf.space_txt_pos,                         CONF_OSD_POS,   128,0),
-    CONF_INFOP( 29, conf.mode_raw_pos,                          CONF_OSD_POS,   302,214),
+    CONF_INFOP( 29, conf.mode_raw_pos,                          CONF_OSD_POS,   292,214),
     CONF_INFOP( 30, conf.space_ver_pos,                         CONF_OSD_POS,   353,0),
     CONF_INFOP( 31, conf.space_hor_pos,                         CONF_OSD_POS,   0,233),
     CONF_INFOP( 32, conf.mode_video_pos,                        CONF_OSD_POS,   158,142),

 

Related Topics