I copy it from other 12Mega camera.
Those are the values for the 12-bit IXUS100 and SX200.
For the 10-bit A650, G9 and IXUS960 the CAM_RAW_ROWPIX is 4104.
I have no idea which applies.
For the IXUS100, it says in camera.h :-
//VERIFY_SD780 Found RAW #s by searching " CrwAddress %lx, CrwSize H %ld V %ld\r"
1.I get confused about the dng file,do not konw where is the problem?
2.I add "#define CAM_QUALITY_OVERRIDE 1"
to camera.h.
When take picture,I change img quality from superfine to fine to nomal,But the JPEG file size do not change.
I think it do not work.Why?Any other thing must be done?
3.not very clear,how to calculate it.This is the code interrelated to
"//VERIFY_SD780 Found RAW #s by searching " CrwAddress %lx, CrwSize H %ld V %ld\r""
sub_FFCC7C3C ; CODE XREF: sub_FFCC7D80j
ROM:FFCC7C3C ; DATA XREF: CreateJumptable+624o ...
ROM:FFCC7C3C
ROM:FFCC7C3C var_38 = -0x38
ROM:FFCC7C3C var_34 = -0x34
ROM:FFCC7C3C var_30 = -0x30
ROM:FFCC7C3C var_2C = -0x2C
ROM:FFCC7C3C var_28 = -0x28
ROM:FFCC7C3C var_1C = -0x1C
ROM:FFCC7C3C
ROM:FFCC7C3C STMFD SP!, {R4,LR}
ROM:FFCC7C40 LDR R0, =0x1EC9C
ROM:FFCC7C44 SUB SP, SP, #0x30
ROM:FFCC7C48 LDR R1, [R0,#8]
ROM:FFCC7C4C LDR R2, [R0,#0x10]
ROM:FFCC7C50 CMP R1, #0
ROM:FFCC7C54 CMPNE R1, #3
ROM:FFCC7C58 CMPNE R1, #0xB
ROM:FFCC7C5C CMPNE R1, #0xE
ROM:FFCC7C60 ADR R4, aInteg_windata ; "INTEG_WINDATA"
ROM:FFCC7C64 BNE loc_FFCC7C7C
ROM:FFCC7C68 LDR R0, =0x1B5B8
ROM:FFCC7C6C LDR R3, [R0,#4]
ROM:FFCC7C70 ADD R0, SP, #4
ROM:FFCC7C74 BL sub_FFDC9070
ROM:FFCC7C78 B loc_FFCC7C84
ROM:FFCC7C7C ; ---------------------------------------------------------------------------
ROM:FFCC7C7C
ROM:FFCC7C7C loc_FFCC7C7C ; CODE XREF: sub_FFCC7C3C+28j
ROM:FFCC7C7C ADD R0, SP, #4
ROM:FFCC7C80 BL sub_FFDC8774
ROM:FFCC7C84
ROM:FFCC7C84 loc_FFCC7C84 ; CODE XREF: sub_FFCC7C3C+3Cj
ROM:FFCC7C84 LDR R2, =0x1008
ROM:FFCC7C88 LDR R1, =0x4139E56C
ROM:FFCC7C8C SUB R3, R2, #0x420
ROM:FFCC7C90 ADR R0, aCrwaddressLxCr ; " CrwAddress %lx, CrwSize H %ld V %ld\r"
ROM:FFCC7C94 STR R3, [SP,#0xC]
ROM:FFCC7C98 STR R2, [SP,#8]
ROM:FFCC7C9C STR R1, [SP,#4]
ROM:FFCC7CA0 BL sub_FFCC8F90
ROM:FFCC7CA4 LDR R3, [SP,#0x1C]
ROM:FFCC7CA8 ADR R0, aIntegposHLdVLd ; " IntegPos H %ld V %ld Size H %ld V %ld\r"...
ROM:FFCC7CAC STR R3, [SP]
ROM:FFCC7CB0 ADD R3, SP, #0x10
ROM:FFCC7CB4 LDMIA R3, {R1-R3}
ROM:FFCC7CB8 BL sub_FFCC8F90
ROM:FFCC7CBC MOV R2, #0x2C
ROM:FFCC7CC0 ADD R1, SP, #4
ROM:FFCC7CC4 MOV R0, R4
ROM:FFCC7CC8 BL sub_FFC356AC
ROM:FFCC7CCC AND R1, R0, #1
ROM:FFCC7CD0 ADD SP, SP, #0x30
ROM:FFCC7CD4 LDMFD SP!, {R4,PC}
ROM:FFCC7CD4 ; End of function sub_FFCC7C3C
Here is the dng file.