missing DISP button on newer cameras - General Discussion and Assistance - CHDK Forum supplierdeeply

missing DISP button on newer cameras

  • 11 Replies
  • 7640 Views
*

Offline msl

  • *****
  • 1280
  • A720 IS, SX220 HS 1.01a
    • CHDK-DE links
missing DISP button on newer cameras
« on: 11 / July / 2013, 15:42:45 »
Advertisements
Newer cameras do not have a separate display button. But the DISP button is an important CHDK button. I think we need an uniform replacement. My suggestion - the video button. The video button is not used in any CHDK alt mode function.

For some cameras is the DOWN button also defined as DISP button. With such cameras you have to try to use the layout editor (Pixel stepwidth & move down are the same, that's funny!).

The use of the video button has been successfully tested with the s100. See also http://chdk.setepontos.com/index.php?topic=650.msg102697#msg102697

msl
CHDK-DE:  CHDK-DE links

Re: missing DISP button on newer cameras
« Reply #1 on: 11 / July / 2013, 18:19:56 »
Only one of my 4 cameras has a separate video button.
Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline msl

  • *****
  • 1280
  • A720 IS, SX220 HS 1.01a
    • CHDK-DE links
Re: missing DISP button on newer cameras
« Reply #2 on: 11 / July / 2013, 18:41:28 »
Only one of my 4 cameras has a separate video button.
???

They all have a separate DISP button. I talk about (newer) cameras without a native DISP button!

msl
CHDK-DE:  CHDK-DE links

Re: missing DISP button on newer cameras
« Reply #3 on: 12 / May / 2014, 05:03:24 »
Why has nothing happened to this? The solution with the record button seems to be fine. Is there already a ticket for this issue?


Re: missing DISP button on newer cameras
« Reply #4 on: 12 / May / 2014, 23:13:09 »
Why has nothing happened to this?
Probably because nobody has found the time or interest to work on it.  That happens some times - there are not many people actively working on CHDK who have the skills and knowledge to do this and they get busy with other things.

Quote
The solution with the record button seems to be fine. Is there already a ticket for this issue?
CHDK does not have a ticket system,  or a schedule, or even much of a plan going forward.  It's just a small group of volunteers who work on things that seem important or interesting to themselves.

The solution used with the S100 looks fairly easy to implement.  If you'd like to test it,  I'll need your camera model & firmware version.
« Last Edit: 12 / May / 2014, 23:17:59 by waterwingz »
Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline lapser

  • *****
  • 1093
Re: missing DISP button on newer cameras
« Reply #5 on: 13 / May / 2014, 00:56:40 »
The solution used with the S100 looks fairly easy to implement.  If you'd like to test it,  I'll need your camera model & firmware version.
If you have time to look at a solution for the D20 while you're at it, will you post a patch for me? Thanks.

I've been using this statement in my scripts:

if  (is_key("display") or is_key("video")) then

A general solution might be to look for all the CHDK functions that use the display key and add a test for the video key too? Thanks.
EOS-M3_120f / SX50_100b / SX260_101a / G1X_100g / D20_100b
https://www.youtube.com/user/DrLapser/videos

Re: missing DISP button on newer cameras
« Reply #6 on: 17 / May / 2014, 17:40:37 »
Quote
The solution used with the S100 looks fairly easy to implement. If you'd like to test it,  I'll need your camera model & firmware version.

Cool, thanks! Mine is a Powershot A810 with 1.00E

Re: missing DISP button on newer cameras
« Reply #7 on: 17 / May / 2014, 18:54:16 »
Quote
The solution used with the S100 looks fairly easy to implement. If you'd like to test it,  I'll need your camera model & firmware version.
Cool, thanks! Mine is a Powershot A810 with 1.00E
download link>  A810 1.00E

Please report if this works and I'll submit a patch to the autobuild for everyone to use.

If you have time to look at a solution for the D20 while you're at it, will you post a patch for me? Thanks.
You don't really need a patch file - just add

Code: [Select]
#define CAM_DISP_BUTTON_NAME  "Video"to your platform_camera.h file.  Let me know if it works and I'll include the D20 with the A810 when I submit the patch.
Ported :   A1200    SD940   G10    Powershot N    G16


*

Offline lapser

  • *****
  • 1093
Re: missing DISP button on newer cameras
« Reply #8 on: 18 / May / 2014, 12:09:32 »
Code: [Select]
#define CAM_DISP_BUTTON_NAME  "Video"

Thanks! That works on the D20.
EOS-M3_120f / SX50_100b / SX260_101a / G1X_100g / D20_100b
https://www.youtube.com/user/DrLapser/videos

Re: missing DISP button on newer cameras
« Reply #9 on: 16 / June / 2014, 19:27:34 »
Cool, thanks! Mine is a Powershot A810 with 1.00E
download link>  A810 1.00E
Please report if this works and I'll submit a patch to the autobuild for everyone to use.
Never heard back from der-graf-von-foto so no patch was made.  I now expect it would not have worked anyway (see below).

Code: [Select]
#define CAM_DISP_BUTTON_NAME  "Video"
Thanks! That works on the D20.
Really ?  That now seems strange.  When I looked at it closer, I think that you also need to change the keymap[] in kbd.c so that the bit map for the "Video" button is assigned to the "Display" button.  The #define only changes the text field used in the annoying pop-up help box.
« Last Edit: 16 / June / 2014, 19:40:34 by waterwingz »
Ported :   A1200    SD940   G10    Powershot N    G16

 

Related Topics