Changeset 928 for trunk/core/conf.c


Ignore:
Timestamp:
08/29/10 09:47:13 (3 years ago)
Author:
fe50
Message:

New edge overlay, rewritten zebra, SX20 stuff

Note:

  • some of this (edge overlay, zebra) affects ALL cameras !
  • since there are changes in the CHDK configuration, it's recommended to use a new config file (i.e. to rename/delete the cchdk.cfg file)

The SX20 1.02D now is enabled in the main makefile for the autobuild server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/conf.c

    r852 r928  
    139139         shooting_video_bitrate_change(conf.video_bitrate); 
    140140        } 
    141         conf.edge_overlay_lock = 0; // reset it because otherwise this feature cant be used at startup (when buffer is empty) - needs workaround other than this! 
     141        conf.edge_overlay_pano = 0; // reset it because otherwise this feature cant be used at startup (when buffer is empty) - needs workaround other than this! 
    142142} 
    143143 
     
    344344    CONF_INFO(186, conf.curve_enable,           CONF_DEF_VALUE, i:0, NULL), 
    345345    CONF_INFO(187, conf.edge_overlay_enable,    CONF_DEF_VALUE, i:0, NULL), 
    346     CONF_INFO(188, conf.edge_overlay_thresh,    CONF_DEF_VALUE, i:40, NULL), 
     346    CONF_INFO(188, conf.edge_overlay_thresh,    CONF_DEF_VALUE, i:60, NULL), 
    347347    CONF_INFO(189, conf.edge_overlay_color,     CONF_DEF_VALUE, cl:0x66, NULL), 
    348348    CONF_INFO(190, conf.synch_enable,           CONF_DEF_VALUE, i:0, NULL), 
     
    379379    CONF_INFO(221, conf.clear_zoom_override,         CONF_DEF_VALUE, i:1, NULL),                         
    380380    CONF_INFO(222, conf.edge_overlay_play,    CONF_DEF_VALUE, i:0, NULL), 
    381     CONF_INFO(223, conf.edge_overlay_lock,              CONF_DEF_VALUE, i:0, NULL), 
     381    CONF_INFO(223, conf.edge_overlay_pano,              CONF_DEF_VALUE, i:0, NULL), 
    382382    CONF_INFO(224, conf.edge_overlay_zoom,                CONF_DEF_VALUE, i:1, NULL), 
    383383    CONF_INFO(225, conf.raw_cache,              CONF_DEF_VALUE, i:0, NULL), 
     
    397397        CONF_INFO(239, conf.debug_propcase_page,     CONF_DEF_VALUE, i:0, NULL), 
    398398        CONF_INFO(240, conf.debug_misc_vals_show,     CONF_DEF_VALUE, i:0, NULL), 
     399        CONF_INFO(241, conf.edge_overlay_filter,     CONF_DEF_VALUE, i:0, NULL), 
     400        CONF_INFO(242, conf.edge_overlay_show,     CONF_DEF_VALUE, i:0, NULL), 
     401    CONF_INFO(243, conf.edge_overlay_pano_overlap,   CONF_DEF_VALUE, i:30, NULL), 
    399402    }; 
    400403#define CONF_NUM (sizeof(conf_info)/sizeof(conf_info[0])) 
Note: See TracChangeset for help on using the changeset viewer.