root/platform/ixus140_elph130/sub/capt_seq_hdr.c

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "lolevel.h"
   2 #include "platform.h"
   3 #include "core.h"
   4 
   5 // NOTE auto in P mode doesn't seem to ever enable dark frame, even if you override > 1.3 sec
   6 static long *nrflag = (long*)(0xE4F0+4); // FF3634B8, 4th arg to  sub_FF2A49C4
   7 
   8 #define PAUSE_FOR_FILE_COUNTER 100 // sometimes the file counter isn't updated when hook starts
   9 
  10 #include "../../../generic/capt_seq.c"

/* [<][>][^][v][top][bottom][index][help] */