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

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

  • 1685 Replies
  • 825254 Views
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1380 on: 01 / September / 2014, 21:20:18 »
Advertisements
Patch file to correct SD override values in platform_camera.h and/or wrappers.c for various cameras based on test data supplied by koshy (and a few others).

Relevant link > http://chdk.setepontos.com/index.php?topic=11078.msg115678#msg115678

Compiles okay when complete 1.3.0 trunk is rebuilt.
« Last Edit: 01 / September / 2014, 21:23:03 by waterwingz »
Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline reyalp

  • ******
  • 14110
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1381 on: 01 / September / 2014, 23:28:59 »
Patch file to correct SD override values in platform_camera.h and/or wrappers.c for various cameras based on test data supplied by koshy (and a few others).
Added, trunk changeset 3603
Don't forget what the H stands for.

Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1382 on: 11 / September / 2014, 20:12:54 »
Nafraf's pre-ALPHA code for the SX170 based on discussion here : http://chdk.setepontos.com/index.php?topic=11164.msg116585#msg116585

Not for inclusion in the autobuild - I'm just done with putting this together every so often on an ad-hoc basis.  This at least captures nafraf's code base.
Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline ADamb

  • **
  • 65
  • sx200is
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1383 on: 25 / September / 2014, 02:20:36 »
Patches for sx200is:
1. rewrite of taskCreateHook.
2. implementation of task_FileWrite.
3. OPT_RUN_WITH_BATT_COVER_OPEN.
All tested and working.

P.S. Patches are adjusted for svn by hand, since I use svn-git, I included original patches under git subdirectory.
SX200 IS-100C


*

Offline ADamb

  • **
  • 65
  • sx200is
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1384 on: 26 / September / 2014, 12:44:47 »
Rest of code_gen patches for sx200is
4. capt_seq
5. movie_rec
6. boot
SX200 IS-100C

Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1385 on: 26 / September / 2014, 22:58:15 »
Fix for Powershot N  & Powershot N Facebook  video crashing reported here :

http://chdk.setepontos.com/index.php?topic=11460.msg117059#msg117059

Thanks to nafraf and srsa_4c for jumping on this right away.
« Last Edit: 26 / September / 2014, 23:10:38 by waterwingz »
Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline philmoz

  • *****
  • 3450
    • Photos
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1386 on: 26 / September / 2014, 23:06:12 »
Rest of code_gen patches for sx200is
4. capt_seq
5. movie_rec
6. boot
Patches for sx200is:
1. rewrite of taskCreateHook.
2. implementation of task_FileWrite.
3. OPT_RUN_WITH_BATT_COVER_OPEN.
All tested and working.

P.S. Patches are adjusted for svn by hand, since I use svn-git, I included original patches under git subdirectory.

Added to trunk (1.3) in revision 3626 - I applied the 6 patches in numerical order, please check that this is the expected result (compiles ok).

Also if you have time you might want to look at implementing the simplified loader code for the SX200 (http://chdk.setepontos.com/index.php?topic=9027.msg93857#msg93857).

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 philmoz

  • *****
  • 3450
    • Photos
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1387 on: 26 / September / 2014, 23:17:00 »
Fix for Powershot N  & Powershot N Facebook  video crashing reported here :

http://chdk.setepontos.com/index.php?topic=11460.msg117059#msg117059

Thanks to nafraf and srsa_4c for jumping on this right away.

Added to trunk in revision 3627.

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)


Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1388 on: 27 / September / 2014, 22:20:53 »
Patch for 1.3.0 to allow the file select window to have different column widths on different cameras as discussed here :

http://chdk.setepontos.com/index.php?topic=11937

Tested on Powershot N and A1200 with 1.3.0 version (complete 1.3.0 branch rebuilds properly as well).

Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline philmoz

  • *****
  • 3450
    • Photos
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1389 on: 28 / September / 2014, 03:12:27 »
Patch for 1.3.0 to allow the file select window to have different column widths on different cameras as discussed here :

http://chdk.setepontos.com/index.php?topic=11937

Tested on Powershot N and A1200 with 1.3.0 version (complete 1.3.0 branch rebuilds properly as well).

Added to trunk in revision 3629.

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)

 

Related Topics


SimplePortal 2.3.6 © 2008-2014, SimplePortal