500d development - page 207 - DSLR Hack development - CHDK Forum supplierdeeply

500d development

  • 2487 Replies
  • 901243 Views
Re: 500d development
« Reply #2060 on: 10 / December / 2011, 09:57:55 »
Advertisements
Alex, what do you need from us 500d users to attempt to get fps override going on our cam? I am sure we all want to mess with it too even though its only in testing phase 8]

*

Offline Gary

  • *
  • 43
Re: 500d development
« Reply #2061 on: 10 / December / 2011, 10:31:48 »
Alex, let me know when you're ready for me to test Hires.  Are you stuck, or just busy adding 10 new features to ML every week?

*

Offline a1ex

  • *****
  • 671
  • ML dev
Re: 500d development
« Reply #2062 on: 10 / December / 2011, 10:34:37 »
FPS may not work on older cameras (only 600D and 60D have the debug strings for this).

Silent pics: see post 2049 and the one from Coutts (don't know the exact number).

Re: 500d development
« Reply #2063 on: 10 / December / 2011, 10:43:45 »
Alex, do you know what the number 1 symbol is for drawn to the right of white balance on the ML bottom bar, its in a pink box as well, only shows in movie mode with your new build with the few bug fixes?


*

Offline a1ex

  • *****
  • 671
  • ML dev
Re: 500d development
« Reply #2064 on: 10 / December / 2011, 10:51:14 »
Yes, I know.

Re: 500d development
« Reply #2065 on: 10 / December / 2011, 10:52:13 »
Here's the LV safe area patch for ML overlays including a fix for background of ML bars.

COLOR_BG may be replaced with COLOR_EMPTY in TOPBAR_BGCOLOR, bmp.h:248. I have used COLOR_BG to make the information readable on bright images.
Canon EOS 500D, EF-S 17-85mm f/4-5.6 IS USM

*

Offline a1ex

  • *****
  • 671
  • ML dev
Re: 500d development
« Reply #2066 on: 10 / December / 2011, 11:27:46 »
Looks great. I'll try it on the HDMI monitor (this will take a while, since there are many modes) and apply it.

Re: 500d development
« Reply #2067 on: 10 / December / 2011, 12:37:46 »
I noticed when re-enabling the flash button in Const.h 500D file, lines 91-94 and turning off lines 100-103, I noticed just as kyselejsyrecek mentioned, it works, but I noticed when you press the up, down, right, buttons, it acts like the flash button is being pressed again, the left button has no effect on it.


*

Offline a1ex

  • *****
  • 671
  • ML dev
Re: 500d development
« Reply #2068 on: 10 / December / 2011, 12:51:12 »
To see all GUI events, look in debug.c, spy_event. You may the first "if" into "if(1)" to display them always.

Re: 500d development
« Reply #2069 on: 10 / December / 2011, 13:23:55 »
To see all GUI events, look in debug.c, spy_event. You may the first "if" into "if(1)" to display them always.
it seems the flash button changes solid to 3f at address 1000020 all other buttons when press start at there own id like 3d with no address but then real fast flicker to 3f 10000020, so it looks like all buttons, not just the up, down, and right do the same thing except left which stays solid on 3f with no address.

Not sure what this means but: I put all flash button code back to normal which disables the feature on the 500D to make ISO, Kel and Display Profile change, I then checked the button codes with the spy event and all buttons but left button dont show the normal info
Left = 39      0/
all other buttons change from 3a to 3f   1000020/ unless you hold the flash button down, then all other buttons on cam show there own number  with no address
right = 37  0/
up = 3b    0/
down = 3d   0/
and once you press any other button the 3f comes on and stays on except left which is 39 and when left is released it goes back to 3a
If your holding flash button and press say right it will show 37 then go to 38 if you let go of right but keep flash button in, all other go to the next higher number, like up goes from 3b to 3c down from 3d to 3e but without flash button held it goes to 3f and the address is 20/ from 10000020/ while pressed.
« Last Edit: 10 / December / 2011, 14:15:04 by mk11174 »

 

Related Topics