Adding new cameras, applying patches into trunk (with source code prepared) - page 110 - General Discussion and Assistance - CHDK Forum supplierdeeply

Adding new cameras, applying patches into trunk (with source code prepared)

  • 1679 Replies
  • 782409 Views
*

Offline srsa_4c

  • ******
  • 4451
Advertisements
Looks ok - core size increase is only ~600 bytes so no issue there.

Perhaps change the menu text slightly. I don't think you need 'RAM dump' in every line of text.
What about:
 - Start Address
 - Dump Size (0 = ALL RAM)
 - Dump delay (s)
Good point. Since the submenu was the last thing implemented, I hadn't noticed the need for re-wording.
Thanks for the review, I'll correct the text and commit soon.

*

Offline nafraf

  • *****
  • 1308
a580: 100c port and new loader implementation.  Tested by javier_uy.

*

Offline philmoz

  • *****
  • 3450
    • Photos
a580: 100c port and new loader implementation.  Tested by javier_uy.


Added in revision 2709 (trunk) and 2710 (release-1.1).

Phil.
CHDK ports:
  sx30is (1.00c, 1.00h, 1.00l, 1.00n & 1.00p)
  g12 (1.00c, 1.00e, 1.00f & 1.00g)
  sx130is (1.01d & 1.01f)
  ixus310hs (1.00a & 1.01a)
  sx40hs (1.00d, 1.00g & 1.00i)
  g1x (1.00e, 1.00f & 1.00g)
  g5x (1.00c, 1.01a, 1.01b)
  g7x2 (1.01a, 1.01b, 1.10b)

*

Offline srsa_4c

  • ******
  • 4451
I'll correct the text and commit soon.
Done, changeset 2711.


Added a propset value for the auto focus assist beam.   

Tested with propset 2,3,4 & 5 cameras. 
Code: [Select]
--[[
@title AF Assist Test
--]]
set_prop(5,0)
shoot()
set_prop(5,1)
shoot()
set_prop(5,0)
shoot()
set_prop(5,1)
shoot()


Values for propset1.h taken from PropertyCase wiki page
« Last Edit: 20 / April / 2013, 20:37:33 by waterwingz »
Ported :   A1200    SD940   G10    Powershot N    G16

First patch for emu.lua file.  Not sure how this needs to be organized ...
Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline reyalp

  • ******
  • 14079
Added a propset value for the auto focus assist beam. 
Added, trunk changeset 2721, release changeset 2722

I verified the propset 1 value on a540

First patch for emu.lua file.  Not sure how this needs to be organized ...
Added, trunk changeset 2720
Don't forget what the H stands for.

*

Offline c10ud

  • ***
  • 245
CHDK for PowerShot G15 100b

Enabled BETA autobuild since it seems there's no issue


*

Offline c10ud

  • ***
  • 245
Since i already posted a big diff, here's a quick fix for CFAPattern and DNG exposure bias

*

Offline c10ud

  • ***
  • 245
edit: I now see active area is in converted EXIF data, I will use that value... patch soon

edit2: patch attached to match native raw active area and cfapattern
« Last Edit: 22 / April / 2013, 10:06:16 by c10ud »

 

Related Topics