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

IXUS 105 / SD1300 IS porting thread

  • 772 Replies
  • 237662 Views
*

Offline c10ud

  • ***
  • 245
Re: IXUS 105 / SD1300 IS porting thread
« Reply #10 on: 12 / October / 2010, 13:55:20 »
Advertisements
got logo to show, by forcing an high value of gui_splash
Code: [Select]
    gui_splash = 30; //(conf.splash_show)?SPLASH_TIME:0;seems like the stubs were correct after all :)

now i'll try to hack into kbd in order to see if i can get the ALT menu :)

*

Offline c10ud

  • ***
  • 245
Re: IXUS 105 / SD1300 IS porting thread
« Reply #11 on: 13 / October / 2010, 09:48:29 »
chdk menu up and running, yeah! :)

Re: IXUS 105 / SD1300 IS porting thread
« Reply #12 on: 14 / October / 2010, 05:10:01 »
Excellent.
I hope the chdk gurus will provide all the help you may need.
I'm especially interested in taking pictures in RAW.
Unfortunately I can't help because I'm such a big noob.
Keep up the great work.

*

Offline c10ud

  • ***
  • 245
Re: IXUS 105 / SD1300 IS porting thread
« Reply #13 on: 14 / October / 2010, 06:20:27 »
i'll upload the code somewhere anytime soon so others can take advantage of having a sort-of-working source (histo and edge seem working althrough i'm no expert in this field:)), meanwhile i'll try to hijack the capture task so we can use shoot();


*

Offline c10ud

  • ***
  • 245
Re: IXUS 105 / SD1300 IS porting thread
« Reply #14 on: 14 / October / 2010, 12:17:59 »
two small issues i'm facing:
- i keep getting Raw disabled, even if i enable it from the menu, any clue on why?
- shoot() lua script doesn't seem to work, any clue on where to take a look in order to debug it?

*

Offline reyalp

  • ******
  • 14080
Re: IXUS 105 / SD1300 IS porting thread
« Reply #15 on: 14 / October / 2010, 12:35:16 »
two small issues i'm facing:
- i keep getting Raw disabled, even if i enable it from the menu, any clue on why?
Do you mean raw works, but then gets mysteriously disabled ? That's usually the shortcut key.
Quote
- shoot() lua script doesn't seem to work, any clue on where to take a look in order to debug it?
Not with out some indication of how it fails.  Incorrect propcase values could be the cause, AFAIK newer cameras use a new propset. You can look at core/kbd.c to see what shoot() is doing.

Don't forget what the H stands for.

*

Offline c10ud

  • ***
  • 245
Re: IXUS 105 / SD1300 IS porting thread
« Reply #16 on: 14 / October / 2010, 12:48:35 »
well the capt_seq seems fine but camera doesn't shoot (doesn't go further the shoot_half), and on screen i get the "raw disabled" message..

i need to take a look at props then, since they're unmodified..i'll try to complete exp_drv_task first though.

(today i tried to post a nice diff in github, but man, i lost some time on git-svn and i couldn't get it work the way i wanted :) i guess i'll just go for the usual nice tgz as soon as i complete this task.. heh)

*

Offline c10ud

  • ***
  • 245
Re: IXUS 105 / SD1300 IS porting thread
« Reply #17 on: 14 / October / 2010, 16:08:17 »
exposure override now working, i'm too tired for today but i'll upload capt_seq.c since i fear losing it! lol!

http://ixus105.pastebin.com/ZL8tR3GJ


*

Offline reyalp

  • ******
  • 14080
Re: IXUS 105 / SD1300 IS porting thread
« Reply #18 on: 14 / October / 2010, 17:57:09 »
well the capt_seq seems fine but camera doesn't shoot (doesn't go further the shoot_half),
This sounds like wrong propcases, it isn't detecting that shooting is ready. capt_seq isn't going to be related to this.
Quote
and on screen i get the "raw disabled" message..
If your modemap or some variables are wrong, raw exceptions may get confused.
Don't forget what the H stands for.

*

Offline c10ud

  • ***
  • 245
Re: IXUS 105 / SD1300 IS porting thread
« Reply #19 on: 15 / October / 2010, 09:55:43 »
Thanks reyalp for your answers. I'll now upload a version that "compiles and run, at least" so others can try it out and possibly give a hand fixing what's broken :)

LINK (CODE): http://drop.io/ixus105_sd1300
FIRM DUMP: http://drop.io/IXUS105_100D

*** Features known BROKEN or NOT supported:
- shoot() script
- general scripts (untested, some crashers happen)
- zebra
- raw

*** Other issues:
- shooting with chdk loaded seems always overriding ss to 1sec
« Last Edit: 15 / October / 2010, 09:58:59 by c10ud »

 

Related Topics