SX260 HS Porting Thread - page 30 - DryOS Development - CHDK Forum

SX260 HS Porting Thread

  • 642 Replies
  • 223873 Views
*

Offline mcgd

  • *
  • 23
Re: SX260 HS Porting Thread
« Reply #290 on: 24 / July / 2012, 08:42:40 »
Advertisements
I've been testing beta4 for a while (can't get beta5 going), and I've noticed that even while not running CHDK, the manual focus often doesn't work ...
Got the camera swapped over, and the replacement did the same thing without CHDK loaded.  Appears to be a pervasive fault with the model and not related to CHDK. 

Oddly the new camera I got back was a 100b firmware rather than 100c.  Beta5 loads fine on this and is a good deal more stable than beta4.  Haven't managed to crash it so far.  Saving RAW is very slow for me too - maybe 10 seconds per shot.

*

Offline mcgd

  • *
  • 23
Re: SX260 HS Porting Thread
« Reply #291 on: 24 / July / 2012, 08:57:36 »
It would be nice to have HDR with high speed 10fps

I found this thread: http://chdk.setepontos.com/index.php?topic=7765.0 which suggests that at least on the SX40 the camera didn't check for changed exposure time values between shots.  However it would be nice if the SX260 does things a bit differently and high speed HDR was possible. 

Oddly it seems that even on the SX40, it is possible to bracket in HQ mode by varying the aperture or subject distance, but not exposure time.  I tried aperture bracketing in HQ mode on the SX260 and it did work (though of course the variation available is limited).  Though the ISO information for each photo showed the same aperture, three photos had different brightness.

I wonder if this is some way to convince the SX260 to check for exposure changes between shots in HQ mode.

*

Offline nafraf

  • *****
  • 1308
Re: SX260 HS Porting Thread
« Reply #292 on: 26 / July / 2012, 20:45:44 »
Hi, I'm working on A2300 port, and I'm having some problems with mkdir function. Something similar to problem seen with SX260.

I'd like to know if someone is using chdkptp with his SX260, and if it's possible to create dirs using chdkptp commands without error.  Thanks.

*

Offline rudi

  • ***
  • 129
  • A590IS_101B, SX260HS_100B
Re: SX260 HS Porting Thread
« Reply #293 on: 28 / July / 2012, 07:03:34 »
I'd like to know if someone is using chdkptp with his SX260, and if it's possible to create dirs using chdkptp commands without error.  Thanks.
No. Error 0 (test with chdkptp and Lua) on mkdir is also available for SX260 and A590.
The created directory is permanent. There are no differences between R1={-1 | 0 | 1}. For SX260 is STUB MakeDirectory_Fut = STUB mkdir.


*

Offline nafraf

  • *****
  • 1308
Re: SX260 HS Porting Thread
« Reply #294 on: 30 / July / 2012, 20:57:04 »
I don't know if this could be related to RAW generation bug, but I think that this patch in capt_seq.c is in a wrong location
Code: [Select]
      "    BLLS    sub_FF07654C \n"             //Asm1989 Looks Like
      //PATCH BEGIN  ASM1989 Looks Like not sure
                  "BL      wait_until_remote_button_is_released\n"
                  "BL      capt_seq_hook_set_nr\n"
        //PATCH END
      "    LDR     R0, [R6, #0x94] \n"

Inside the corresponding code for sx230, sx30, those functions are called before GetPropertyCase and "SsCaptureSeq.c".  So, my guess is that patch should be like:
Code: [Select]
      "    BL      sub_FF1BF828 \n"
//PATCH BEGIN
        "BL      wait_until_remote_button_is_released\n"
        "BL      capt_seq_hook_set_nr\n"
//PATCH END               
   "loc_FF1BF14C:\n"
   "    LDR     R0, [R6, #0x94] \n"
EDIT: This code is for firmware 100b
« Last Edit: 30 / July / 2012, 23:22:47 by nafraf »

*

Offline bobm

  • *
  • 28
  • 650D - SX240HS - A560
Re: SX240 HS Porting Thread
« Reply #295 on: 01 / August / 2012, 12:14:08 »
i hope soon you will port it to SX240 HS as well.
Please guys!
English Spanish Greek

*

Offline msl

  • *****
  • 1280
  • A720 IS, SX220 HS 1.01a
    • CHDK-DE links
Re: SX260 HS Porting Thread
« Reply #296 on: 01 / August / 2012, 15:34:41 »
CHDK-DE:  CHDK-DE links

*

Offline rudi

  • ***
  • 129
  • A590IS_101B, SX260HS_100B
Re: SX260 HS Porting Thread
« Reply #297 on: 01 / August / 2012, 16:17:10 »
@nafraf
Thank you for your hint. It reduced the raw save time from 9 sec to 6 sec.

I think now is SX260 ready for trunk. On 100b works CHDK without any crashes on my tests. Also gps works after string fix in gps.c.
sx260-100c is untested!

changes:
- add propset5 (only PROPCASE_GPS is changed)
- patch wrong string buffer in gps.c
- universal color definitions for gps in gps_palette.h
- fix raw save time from nafraf
for all:
- fix valid color for +Misc mode in gui_osd.c

Patch based on trunk 2034.


*

Offline bobm

  • *
  • 28
  • 650D - SX240HS - A560
Re: SX260 HS Porting Thread
« Reply #298 on: 01 / August / 2012, 16:32:05 »
We all like cross postings. ::)

http://chdk.setepontos.com/index.php?topic=7928.msg88773#msg88773

I know and I am sorry but this tread is more active than the sx240hs.
I guess that when the sx260hs will be ready then the sx240hs will be as well. Oh god can't wait to have RAW and time lapse! A! HDR will be nice as too.
English Spanish Greek

Re: SX260 HS Porting Thread
« Reply #299 on: 01 / August / 2012, 16:58:03 »
I guess that when the sx260hs will be ready then the sx240hs will be as well.
The two have nothing to do with each other.  Each port is a unique effort and requires a developer with the right skills and time,  usually somebody who actually owns the camera.  Please read this:

link>CHDK FAQ : My camera isn't ported yet
« Last Edit: 01 / August / 2012, 17:00:00 by waterwingz »
Ported :   A1200    SD940   G10    Powershot N    G16

 

Related Topics


SimplePortal 2.3.6 © 2008-2014, SimplePortal