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

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

  • 1672 Replies
  • 725944 Views
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #940 on: 29 / December / 2012, 23:55:42 »
Advertisements
Fix for USB remote for the ixus750_sd550 per http://chdk.setepontos.com/index.php?topic=9169.msg94984#msg94984.

Patch should be good for both stable and dev branches.
Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline philmoz

  • *****
  • 3449
    • Photos
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #941 on: 30 / December / 2012, 01:12:30 »
Fix for USB remote for the ixus750_sd550 per http://chdk.setepontos.com/index.php?topic=9169.msg94984#msg94984.

Patch should be good for both stable and dev branches.


Added in revision 2422 (trunk) and 2423 (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)

Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #942 on: 04 / January / 2013, 20:22:49 »
Small patch to narrow the menu border width for the A1200 and IXUS120_SD940 so that menu text does not truncate.

Patch file works for both dev and stable branches.
Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline nafraf

  • *****
  • 1308
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #943 on: 04 / January / 2013, 22:45:46 »
sx230 new loader patch tested by true on sx230 1.01c


*

Offline philmoz

  • *****
  • 3449
    • Photos
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #944 on: 04 / January / 2013, 22:56:38 »
Small patch to narrow the menu border width for the A1200 and IXUS120_SD940 so that menu text does not truncate.

Patch file works for both dev and stable branches.

sx230 new loader patch tested by true on sx230 1.01c

Both added in revision 2456 (trunk) and 2457 (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)

Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #945 on: 06 / January / 2013, 20:11:51 »
Patch files to correct bug with bracketing mode not timing out correctly when used by USB remote.  Also extends the timeout interval from 5 to 10 seconds to allow a little more time between shots prior to a reset.

Patch for stable version is a minimal fix and will hit the same 1 second bug fixed in rev 2104 of dev trunk.

Patch for dev version is complete.  Includes a small code cleanup.

Tested on G10, IXUS120_SD940 and A1200.

Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline nafraf

  • *****
  • 1308
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #946 on: 07 / January / 2013, 23:25:39 »
a610 and a570 new loader patch, thanks to OhmEye for testing.

*

Offline dvip

  • ****
  • 451
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #947 on: 08 / January / 2013, 19:31:09 »
Phil,

Got these errors using philmoz-reorg@2472  (A590is-101b and SX40HS-100i):

 
========== C:\CHDK\TRUNK\TRUNK2472\BIN\LOGS\ERR-A590-101B.TXT ==========

In file included from wrappers.c:1:0:
../generic/wrappers.c: In function 'lens_set_zoom_point':
../generic/wrappers.c:194:19: error: 'zoom_status' undeclared (first use in this function)
../generic/wrappers.c:194:19: note: each undeclared identifier is reported only once for each function it appears in
../generic/wrappers.c:194:31: error: 'ZOOM_OPTICAL_MIN' undeclared (first use in this function)
../generic/wrappers.c:195:48: error: 'ZOOM_OPTICAL_MAX' undeclared (first use in this function)
../generic/wrappers.c:196:22: error: 'ZOOM_OPTICAL_MEDIUM' undeclared (first use in this function)
../generic/wrappers.c: In function 'lens_set_focus_pos':
../generic/wrappers.c:213:19: error: 'MAX_DIST' undeclared (first use in this function)
../generic/wrappers.c:213:38: error: 'INFINITY_DIST' undeclared (first use in this function)
C:\chdk\gcc451\bin\gmake.exe[2]: *** [wrappers.o] Error 1
C:\chdk\gcc451\bin\gmake.exe[1]: *** [all-recursive] Error 1
gmake: *** [all-recursive] Error 1

========== C:\CHDK\TRUNK\TRUNK2472\BIN\LOGS\ERR-SX40HS-100I.TXT ==========

lib.c: In function 'vid_get_viewport_live_fb':
lib.c:76:53: error: 'VIDEO_RECORD_IN_PROGRESS' undeclared (first use in this function)
lib.c:76:53: note: each undeclared identifier is reported only once for each function it appears in
C:\chdk\gcc451\bin\gmake.exe[2]: *** [lib.o] Error 1
C:\chdk\gcc451\bin\gmake.exe[1]: *** [all-recursive] Error 1
gmake: *** [all-recursive] Error 1




*

Offline philmoz

  • *****
  • 3449
    • Photos
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #948 on: 08 / January / 2013, 21:21:45 »
@dvip - use the trunk version, all the 'reorg' changes have been merged.

The last merge I did from trunk back to philmoz-reorg seems to have missed some changes - there's probably not much point updating the branch at this stage.

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 dvip

  • ****
  • 451
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #949 on: 09 / January / 2013, 01:01:35 »
@Phil, ok, thanks, all working fine now.

 

Related Topics