SX50 HS porting thread - page 17 - DryOS Development - CHDK Forum

SX50 HS porting thread

  • 350 Replies
  • 161364 Views
*

Offline nafraf

  • *****
  • 1308
Re: SX50 HS porting thread
« Reply #160 on: 06 / March / 2013, 02:51:37 »
Advertisements
32805 and 33295 are modemap values recognized by finsig, but according to tests, they seems to be invalid.

Should we ignore them? Do you have any suggestions?

Thanks

*

Offline lapser

  • *****
  • 1093
LED Test
« Reply #161 on: 06 / March / 2013, 18:38:23 »
set_led(0,1) turns on the power indicator on the back of the camera
set_led(1,1) turns on the front lamp

So it seems to be working. There are no other LED's shown in the camera manual.

Code: (lua) [Select]
--[[
@title LED Test
@param m LED #
@default m 0
--]]
set_led(m,1)
sleep(1000)
set_led(m,0)
EOS-M3_120f / SX50_100b / SX260_101a / G1X_100g / D20_100b
https://www.youtube.com/user/DrLapser/videos

*

Offline nafraf

  • *****
  • 1308
Re: LED Test
« Reply #162 on: 08 / March / 2013, 17:35:45 »
Ignore this...
« Last Edit: 08 / March / 2013, 17:43:44 by nafraf »

*

Offline reyalp

  • ******
  • 14125
Re: SX50 HS porting thread
« Reply #163 on: 08 / March / 2013, 22:48:32 »
32805 and 33295 are modemap values recognized by finsig, but according to tests, they seems to be invalid.
I'd suggest commenting them out of the modemap, with the description of the effects from lapsers post.
Don't forget what the H stands for.

*

Offline nafraf

  • *****
  • 1308
Re: SX50 HS porting thread
« Reply #164 on: 10 / March / 2013, 20:27:10 »
32805 and 33295 are modemap values recognized by finsig, but according to tests, they seems to be invalid.
I'd suggest commenting them out of the modemap, with the description of the effects from lapsers post.
OK, done in this version.
New loader was implemented too.

Patch file is here: sx50_newloader_modemap_trunk2628.patch

If anyone can test it, please run set_mode.lua and post its log file.


*

Offline lapser

  • *****
  • 1093
Re: SX50 HS porting thread
« Reply #165 on: 11 / March / 2013, 01:58:30 »
Loads up fine. log file is attached. Many thanks for working on this camera!
EOS-M3_120f / SX50_100b / SX260_101a / G1X_100g / D20_100b
https://www.youtube.com/user/DrLapser/videos

*

Offline nafraf

  • *****
  • 1308
Re: SX50 HS porting thread
« Reply #166 on: 11 / March / 2013, 07:19:37 »
Thanks, I'll submit the patch.
Yukia10 tested and got the same results on 100c.  He noted that 8756 mode does not appears in setmode.log.  :-[

*

Offline yukia10

  • *
  • 32
  • SX50_100c
Re: SX50 HS porting thread
« Reply #167 on: 11 / March / 2013, 10:05:55 »
He noted that 8756 mode does not appears in setmode.log.  :-[
It looks OK with new patch. SCN_SOFTFOCUS (8756) appeared this time.
It seems I failed to patch last time.

Re: SX50 HS porting thread
« Reply #168 on: 19 / March / 2013, 10:24:24 »
Looks like I will have ongoing access to a family member's sx50 starting tomorrow.   Its a little hard to tell reading through this thread what is done and what needs to be done.   Now that I have the camera,  I can probably dig into anything that's hard to fix in a blind port.

Let me know?
Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline nafraf

  • *****
  • 1308
Re: SX50 HS porting thread
« Reply #169 on: 19 / March / 2013, 10:47:32 »
Looks like I will have ongoing access to a family member's sx50 starting tomorrow.   Its a little hard to tell reading through this thread what is done and what needs to be done.   Now that I have the camera,  I can probably dig into anything that's hard to fix in a blind port.

Let me know?
- I'm not sure if power-up button patch is correct
- Video quality override does not work
- Extended video time is implemented in code, but I'm not sure if it was tested.
- There are two modemap entries with problems. One of them seems to be hidden, with the other one camera crashes. See comments in shooting.c
- stubs_entry_2.S cleanup.

 

Related Topics


SimplePortal © 2008-2014, SimplePortal