S90 Porting Thread - page 29 - DryOS Development - CHDK Forum  

S90 Porting Thread

  • 397 Replies
  • 188284 Views
Re: S90 Porting Thread
« Reply #280 on: 23 / April / 2010, 05:11:03 »
Advertisements
@Hollywood:
--> http://chdk.setepontos.com/index.php/topic,2468.msg30911.html#msg30911
--> http://chdk.setepontos.com/index.php/topic,2468.msg36022.html#msg36022
--> http://chdk.setepontos.com/index.php/topic,3910.msg36763.html#msg36763

@fe50,

Thank you for taking the time to post those links for me!  Much appreciated and I hope to get it to work soon.

Thanks again. Cheers.

Re: S90 Porting Thread
« Reply #281 on: 23 / April / 2010, 11:00:32 »
I have extensively tested the V4 100c and found every function working. (best I can tell anyway)

Great job guys. I truely appriciate your hard work and effort.

Re: S90 Porting Thread
« Reply #282 on: 23 / April / 2010, 12:56:57 »
hy,
what i'm wondering is which key is the equivalent for +/- on the s90.
(i'm trying to edit user menues)

*

Offline ERR99

  • ****
  • 339
Re: S90 Porting Thread
« Reply #283 on: 24 / April / 2010, 08:18:41 »
@ERR99

Someone has asked me when do you think the S90 will be added to TRUNK.

I am merely asking on their behalf   ::)
I posted the sources today: http://chdk.setepontos.com/index.php/topic,650.msg49290.html#msg49290


Re: S90 Porting Thread
« Reply #284 on: 24 / April / 2010, 08:29:02 »
Excellent work !!

CHDK users are very lucky that you have ported not just the G11 and S90 but all the different firmware versions.

When G.S.Bergman says "thanks guys"  ... you are the only guy  :)

I guess now stereo photographers will expect me to try to port it to SDM  ... but first I have to do some home decorating.


David

*

Offline ljg

  • *
  • 1
Re: S90 Porting Thread
« Reply #285 on: 24 / April / 2010, 09:45:08 »
Thanks for doing this!!!!!! It makes this camera so much better. In the spirit of trying to be helpful, I'm come across 2 bugs in 101a.:

1) Zebra: When Draw Over Zebra is set to "OSD" *and* Zebra Mode is set to and of the "Blink",
the OSD moves down one line at every blink.

2)Custom Auto ISO: The Max custom ISO I can set is only 800 (which displays as 1250), but I cannot set it to the camera max of 3200 ISO.
Note: I am new to CHKD, so this may just be a limitation of CHDK and not this port.

Thanks again for all of your hard work!!!!!!!!
Leslie

Re: S90 Porting Thread
« Reply #286 on: 24 / April / 2010, 10:09:14 »
. The Max custom ISO I can set is only 800 .

That is because in \core\gui.c it states :-

conf.autoiso_max_iso_auto, MENU_MINMAX(10, 80)

I have no idea why that is.

I asked an associated question in another link but no-one replied :-

http://chdk.setepontos.com/index.php/topic,5057.msg48947.html#msg48947



David
« Last Edit: 24 / April / 2010, 10:11:09 by Microfunguy »

*

Offline schnurrhahn

  • *
  • 6
  • Canon S100, Firmware 101A
Re: S90 Porting Thread
« Reply #287 on: 24 / April / 2010, 11:22:11 »
I don't know, if the following problem is caused by the script I used or if it is a little problem of the S90-Port :

I tried to use the LUA-Script br_dev05.lua, which can be found here :
http://www.wirklemms.de/chdk/forum/viewtopic.php?p=8072#8072

On my S90, it works until Line 262. Then I get an error because the expression list_jpg[count_jpg] returns NIL.
This indicates that there are no JPG's. The reason is, that no WAV-File was generated a few lines before (Line 222).

I'm not a programmer, but I think, the function raw_merge_add_file(result_crw(i))   (Line 219) or the funtion raw_merge_end()   (Line 223) is not working - but I get no error message, not on display and not in the logfile.
I scanned the whole CHDK-dirrectory for the definitions of these functions, but didn't find this strings.

Additional information : When using the script, I have a tmp16_1.tmp file in the root-Directory of the SDHC-Card, which ist a little bit bigger than the RAW-Files. Perhaps this helps to locate the error.

Did I make something wrong ? Is it an error within the script ? Or are the functions described above not working with this release of porting ?
It would be nice if anyone could help.

Thanks again for the great job you've done with porting CHDK to the S90, especially ERR99 !
« Last Edit: 24 / April / 2010, 15:42:11 by schnurrhahn »
Canon S100, Firmware 101A


Re: S90 Porting Thread
« Reply #288 on: 24 / April / 2010, 12:33:30 »
Quote
When G.S.Bergman says "thanks guys"  ... you are the only guy 

You are right David, I know that ERR99 is the only guy, on this porting. I said guys to include the hard work of the people that have made CHDK possible. I didn't mean to say that ERR99 doesn't deserve the credit for the S90 camera porting, I just didn't want to exclude those before him.

All that being said, Bravo ERR99. You truely are my hero, because without your hard work and dedication, my S90 would still be just a toy. Now my S90 is a real camera.

Re: S90 Porting Thread
« Reply #289 on: 24 / April / 2010, 19:58:16 »
Although not in the posted code, I have made a guess that \platform\generic\shooting.c\shooting_get_drive_mode()  should have the S90 added to the #defines.

Is that correct ?

 

Related Topics