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

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

  • 1679 Replies
  • 783126 Views
*

Offline reyalp

  • ******
  • 14080
Advertisements
sx240hs/sx260hs: Patch to remove unnecessary spytask function.
Added, trunk changeset 2987
Don't forget what the H stands for.

*

Offline philmoz

  • *****
  • 3450
    • Photos
patch to platform/*/main.c to remove unused variable ptr
Added, trunk changeset 2986

This included a patch for the ixus500_elph520hs that is not in the trunk, SVN has created an empty directory for this camera?

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 reyalp

  • ******
  • 14080
This included a patch for the ixus500_elph520hs that is not in the trunk, SVN has created an empty directory for this camera?
Oops, you are right. Removed.
Don't forget what the H stands for.

*

Offline nafraf

  • *****
  • 1308
a590 patch
- capt_seq.c using code_gen
- fix CAMERA_MIN_DIST/CAMERA_MAX_DIST
- Enabled REMOTE_SYNC_STATUS_LED

Discussion and report: http://chdk.setepontos.com/index.php?topic=2361.msg103386#msg103386


*

Offline reyalp

  • ******
  • 14080
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1204 on: 01 / August / 2013, 01:10:37 »
a590 patch
- capt_seq.c using code_gen
- fix CAMERA_MIN_DIST/CAMERA_MAX_DIST
- Enabled REMOTE_SYNC_STATUS_LED

Discussion and report: http://chdk.setepontos.com/index.php?topic=2361.msg103386#msg103386
Added trunk changeset 2996 release changeset 2997

Note that this port hooks capt_seq task the old way inefficient way, by copying up to the point where the task is created. Doing it like exp_drive and movie_record would save a small amount of memory.
Don't forget what the H stands for.

*

Offline nafraf

  • *****
  • 1308
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1205 on: 02 / August / 2013, 12:41:08 »
a590 patch
- fix capt_seq task param override (bug in code_gen.txt)
- new hook implementation for capt_seq task and init_file_modules
- boot.c and movie_rec.c generated using code_gen

Tested by dvip, report here: http://chdk.setepontos.com/index.php?topic=2361.msg103431#msg103431

patch: a590_code_gen_trunk2999_v2.patch.gz

*

Offline reyalp

  • ******
  • 14080
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1206 on: 02 / August / 2013, 23:03:37 »
a590 patch
- fix capt_seq task param override (bug in code_gen.txt)
- new hook implementation for capt_seq task and init_file_modules
- boot.c and movie_rec.c generated using code_gen
Added, trunk changeset 3000 release changeset 3001
Don't forget what the H stands for.

*

Offline nafraf

  • *****
  • 1308
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1207 on: 08 / August / 2013, 20:07:34 »
sx160 patch
- Add keys VIDEO and ERASE
- Remove unnecessary spytask function
- Simpler hooks: CreateTask2_my removed.


*

Offline reyalp

  • ******
  • 14080
Don't forget what the H stands for.

*

Offline nafraf

  • *****
  • 1308
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1209 on: 09 / August / 2013, 22:20:03 »
Patch to create "Port Under Development" versions.
Motivation: http://chdk.setepontos.com/index.php?topic=10259.msg103774#msg103774

To enable it, add #define UNDER_DEV_PORT 1   in platform_camera.h.
CHDK works normally during 7 days, after that a message will remind user to post feedback.

Thanks to waterwingz for suggestions and test.


 

Related Topics