Ignore:
Timestamp:
03/17/12 02:32:01 (15 months ago)
Author:
philmoz
Message:

A few updates:

  • increase auto ISO max allowed value from 800 to 3200
  • fix auto ISO bug where values not always initialised correctly
  • fix strrchr for SX10 1.00c (thx srsa_4c)
  • add DNG_LENS_INFO for SX210, signature finder now finds focus len table in firmware
  • update SX210 (main.c) to use firmware focus len table (thx srsa_4c for pointing out mistake in prev table)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_0/platform/generic/shooting.c

    r1712 r1739  
    11031103    // @tsv - marketing to real iso correspondance is quite linear so just got multiplier 
    11041104    // Base values are correct only when shoot is prepared, so calc multiplier right before first shoot 
    1105     if ( !iso_m ) 
     1105    if ( !iso_m || !iso_b ) 
    11061106    { 
    11071107        iso_b = 10 * shooting_get_iso_base();   // 10 - is additional multiplier from user_entered_value 
Note: See TracChangeset for help on using the changeset viewer.