Changeset 715


Ignore:
Timestamp:
03/01/09 06:21:44 (4 years ago)
Author:
EWAVR
Message:

ixus40 (sd300): corrected RAW size (from dcraw, see also http://chdk.setepontos.com/index.php/topic,2042.msg25655.html#msg25655)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/camera.h

    r712 r715  
    715715    #define CAM_PROPSET                 1 
    716716 
    717     #define CAM_RAW_ROWPIX              (2376) //(2272+80) //for 4 MP guessed!! 
    718     #define CAM_RAW_ROWS                (1704+24) // for 4 MP guessed!! 
     717    #define CAM_RAW_ROWPIX              2400 
     718    #define CAM_RAW_ROWS                1776 
    719719 
    720720    #define CAM_USE_ZOOM_FOR_MF 1 
Note: See TracChangeset for help on using the changeset viewer.