Author Topic: Error trying FEATURE_HDR_EXTENDED  (Read 2258 times)

gerk.raisen

  • Member
  • ***
  • Posts: 161
Error trying FEATURE_HDR_EXTENDED
« on: February 03, 2013, 03:00:59 AM »
I was trying for the first time the FEATURE_HDR_EXTENDED but compiling I receive this error:

../../src/hdr.c: In function 'hdrv_extended_shutter_display':
../../src/hdr.c:93:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
../../src/hdr.c: In function 'hdrv_extended_iso_display':
../../src/hdr.c:162:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
../../src/hdr.c: In function 'hdr_step':
../../src/hdr.c:230:13: error: 'FRAME_SHUTTER_TIMER' undeclared (first use in this function)
../../src/hdr.c:230:13: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [hdr.o] Error 1

From what I understand it seems that the FRAME_SHUTTER_TIMER is not set, it's correct?
I checked in the file and seems that is true, is missing.

Thank you.

1%

  • Developer
  • Hero Member
  • *****
  • Posts: 5936
  • 600D/6D/50D/EOSM/7D
Re: Error trying FEATURE_HDR_EXTENDED
« Reply #1 on: February 03, 2013, 03:43:44 AM »
they are in fps-engio.c but need to be defined in consts.h again for this to compile.