Changeset 928 for trunk/include/conf.h


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/include/conf.h

    r852 r928  
    251251    int bad_pixel_removal; 
    252252    int video_af_key; 
    253      
     253 
    254254    char curve_file[100]; 
    255255    int curve_enable; 
    256      
     256 
    257257    int edge_overlay_enable; 
     258    int edge_overlay_filter; 
    258259    int edge_overlay_thresh; 
    259260    int edge_overlay_zoom; // shall zoom be set when *edg file is loaded? 
    260     int edge_overlay_lock; // whether edge overlay should be overwritten on each half-press or not 
     261    int edge_overlay_pano; // whether a full press changes back to live mode 
     262    int edge_overlay_pano_overlap; // overlap in % in pano mode 
     263    int edge_overlay_show; // whether to show overlay even when no button is pressed 
    261264    int edge_overlay_play; // whether edge overlay is switched on also for play mode 
    262265    color edge_overlay_color; 
Note: See TracChangeset for help on using the changeset viewer.