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

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

  • 1679 Replies
  • 782945 Views
Advertisements
New platform_camera.h files updated for better DNG exif data for SX50hs, S100, G10.   Created using images created with each camera's native RAW capability and then converting to DNG using Adobe's tool.

Tested to ensure the resulting images (of a color target) looked reasonable.
Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline reyalp

  • ******
  • 14080
New platform_camera.h files updated for better DNG exif data for SX50hs, S100, G10. 
Added, trunk 4876, release-1_4 4877
Don't forget what the H stands for.

Patch to add the following to capt_seq.c for the ixus300_sd4000 :
Code: [Select]
#define PAUSE_FOR_FILE_COUNTER 250 to correct issues with saving DNG identified by  Robert1975 here Re: CHDK on SD4000/IXUS 300 HS

Props to reyalp for suggesting the hooktest.lua script.  Delay value based in just slighly longer than the results posted there.
Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline reyalp

  • ******
  • 14080
Patch to add the following to capt_seq.c for the ixus300_sd4000 :
Added. Trunk 4882, release-1_4 4883
Don't forget what the H stands for.


Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1564 on: 05 / August / 2017, 22:15:06 »
Patch for SX60HS to use transfer_src_overlay instead of display_busy logic in lib.c as discussed in
https://chdk.setepontos.com/index.php?topic=12788.msg134040#msg134040

*

Offline reyalp

  • ******
  • 14080
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1565 on: 06 / August / 2017, 00:29:59 »
Patch for SX60HS to use transfer_src_overlay instead of display_busy logic in lib.c as discussed in
Thanks, added in trunk 4893. Hotshoe override is also enabled (discussed in the porting thread https://chdk.setepontos.com/index.php?topic=12532.msg133613#msg133613)
Don't forget what the H stands for.

*

Offline Ant

  • *****
  • 509
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1566 on: 06 / August / 2017, 06:16:57 »
Patch for EOS M3 to use new screen refresh method and dark frame control.

*

Offline reyalp

  • ******
  • 14080
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1567 on: 06 / August / 2017, 16:03:50 »
Patch for EOS M3 to use new screen refresh method and dark frame control.
Thanks. Added in trunk 4894
Don't forget what the H stands for.


Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1568 on: 01 / September / 2017, 12:02:06 »
Fix for zoom issue found in ixus300_sd4000.   The use of set_zoom( ) in any script will move the zoom correctly but leave the camera's zoom lever disabled afterwards.

First mentioned here :  Re: CHDK on SD4000/IXUS 300 HS

Torture tested with a souped up version of this script : Re: set_zoom problems in uBASIC & Lua scripts - help wanted with testing

edit : also added CAM_MIN_ISO_OVERRIDE 126 after experimentally determining this is the low limit (per this discussion)
« Last Edit: 01 / September / 2017, 18:55:04 by waterwingz »
Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline reyalp

  • ******
  • 14080
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1569 on: 01 / September / 2017, 23:43:30 »
Fix for zoom issue found in ixus300_sd4000.
Added in trunk 4904, release 4905
Don't forget what the H stands for.

 

Related Topics