IXUS 105 / SD1300 IS porting thread - page 60 - DryOS Development - CHDK Forum

IXUS 105 / SD1300 IS porting thread

  • 772 Replies
  • 237242 Views
Re: IXUS 105 / SD1300 IS porting thread
« Reply #590 on: 29 / December / 2011, 22:27:31 »
Advertisements
ok.. so I was able to get DNG files from the CRW files using SDMdng ver 1.01 but the photos all come out with a magenta color..

Re: IXUS 105 / SD1300 IS porting thread
« Reply #591 on: 29 / December / 2011, 22:45:52 »
ok.. so I was able to get DNG files from the CRW files using SDMdng ver 1.01 but the photos all come out with a magenta color..
Not sure that its your problem but if this was CHDK code then that happens when the cam_CFAPattern in platform_camera.h is wrong.  As I understand it,  there are only two choices :
 
Code: [Select]
#define cam_CFAPattern 0x01000201 // 0x01000201 = Green Blue Red Green   
#define cam_CFAPattern 0x02010100 // 0x02010100 = Red Green Green Blue 

Code needs to be recompiled to use the other pattern.
Ported :   A1200    SD940   G10    Powershot N    G16

Re: IXUS 105 / SD1300 IS porting thread
« Reply #592 on: 29 / December / 2011, 23:42:04 »
ok.. and how do I do that?  :D

Re: IXUS 105 / SD1300 IS porting thread
« Reply #593 on: 29 / December / 2011, 23:46:54 »
ok.. and how do I do that?  :D
Ummm ... sorry - that was a CHDK answer.  Maybe microfunguy can rebuild the SDM version for you (assuming that's the problem).   From what I can tell,  DNG is not a priority for the SDM world though ...
Ported :   A1200    SD940   G10    Powershot N    G16


Re: IXUS 105 / SD1300 IS porting thread
« Reply #594 on: 29 / December / 2011, 23:48:27 »
ok.. thanks.. I guess no one shoots RAW with this camera that uses SDM.

Re: IXUS 105 / SD1300 IS porting thread
« Reply #595 on: 29 / December / 2011, 23:51:21 »
ok.. thanks.. I guess no one shoots RAW with this camera that uses SDM.
Do you have any s/w skills ?  We could walk you through doing a CHDK port....
Ported :   A1200    SD940   G10    Powershot N    G16

Re: IXUS 105 / SD1300 IS porting thread
« Reply #596 on: 29 / December / 2011, 23:55:58 »
I can certainly try.. I have pretty extensive computer experience.. mostly hardware though.

And I can definitely follow directions. :)

Re: IXUS 105 / SD1300 IS porting thread
« Reply #597 on: 30 / December / 2011, 00:02:56 »
I can certainly try.. I have pretty extensive computer experience.. mostly hardware though.

And I can definitely follow directions. :)
Well,  you need to start here : http://chdk.wikia.com/wiki/For_Developers

People here on the forum will stick with you if you have the time and patience.

Ported :   A1200    SD940   G10    Powershot N    G16


Re: IXUS 105 / SD1300 IS porting thread
« Reply #598 on: 30 / December / 2011, 00:04:56 »
Thanks..
Do you have this camera? What do you use?

Re: IXUS 105 / SD1300 IS porting thread
« Reply #599 on: 30 / December / 2011, 00:21:16 »
Thanks..
Do you have this camera? What do you use?
Look at my sig line below.  But I've "helped" with a few other ports .... including the SD1300 version David used.
Ported :   A1200    SD940   G10    Powershot N    G16

 

Related Topics