600D Photo info display, new layout

Started by scrax, December 27, 2012, 06:23:10 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

scrax

Inspired by Pel, I've moved around something in the photo info display of the 600D to make space for copyright and other info:


Now WB shift will not conflict with WB bracketing icon and bottom space is free for copyright info, need to understand how to add them now.
I'm using ML2.3 for photography with:
EOS 600DML | EOS 400Dplus | EOS 5D MLbeta5- EF 100mm f/2.8 USM Macro  - EF-S 17-85mm f4-5.6 IS USM - EF 70-200mm f/4 L USM - 580EXII - OsX, PS, LR, RawTherapee, LightZone -no video experience-

1%

We can draw over them but then it flashes.

scrax

Quote from: 1% on December 27, 2012, 04:37:21 PM
We can draw over them but then it flashes.
Yep first idea was to put HDR brk info over exp comp. box but each time AE were measured it was flashing.

Have you see this for 7D? I've moved things around to free the space in the borders:

what i still don't get is where are defined those two prop added by Pel, in canon firmware maybe?:
PROP_ARTIST_STRING
PROP_COPYRIGHT_STRING
I'm using ML2.3 for photography with:
EOS 600DML | EOS 400Dplus | EOS 5D MLbeta5- EF 100mm f/2.8 USM Macro  - EF-S 17-85mm f4-5.6 IS USM - EF 70-200mm f/4 L USM - 580EXII - OsX, PS, LR, RawTherapee, LightZone -no video experience-

Pelican

I've answered in the other topic.
It was in the source, in property.h
EOS 7D Mark II, EOS 7D, EOS 5, EOS 100 + lenses (10mm to 300mm), 600EX, 550EX, YN600EX x 3
EOScard, EOS DSLR firmwares, ARMu, NiControl, etc.: http://pel.hu/down

scrax

Thanks to Pel, this is how it looks on 600D now:

Little bug: Artist name is set to 0123456789ABCDE in camera so you can see the first 3 char are not show.
I'm using ML2.3 for photography with:
EOS 600DML | EOS 400Dplus | EOS 5D MLbeta5- EF 100mm f/2.8 USM Macro  - EF-S 17-85mm f4-5.6 IS USM - EF 70-200mm f/4 L USM - 580EXII - OsX, PS, LR, RawTherapee, LightZone -no video experience-

Greg

What is displayed in the empty field next to AWB?
We can display the selected AF point.

scrax

Quote from: Greg on December 28, 2012, 07:02:24 PM
What is displayed in the empty field next to AWB?
We can display the selected AF point.
It's for WB+/-,
here a more full screen:

other two are flash mode and flash exp comp (the bigger one), like 500D maybe
I'm using ML2.3 for photography with:
EOS 600DML | EOS 400Dplus | EOS 5D MLbeta5- EF 100mm f/2.8 USM Macro  - EF-S 17-85mm f4-5.6 IS USM - EF 70-200mm f/4 L USM - 580EXII - OsX, PS, LR, RawTherapee, LightZone -no video experience-

Greg

Quote from: scrax on December 28, 2012, 07:20:07 PM
It's for WB+/-,
On the 500D also, I've never used the  ;) I only photos in RAW

scrax

Last update:




note: after posting, date has been raised one pixel to avoid overlap with the grey border.
I'm using ML2.3 for photography with:
EOS 600DML | EOS 400Dplus | EOS 5D MLbeta5- EF 100mm f/2.8 USM Macro  - EF-S 17-85mm f4-5.6 IS USM - EF 70-200mm f/4 L USM - 580EXII - OsX, PS, LR, RawTherapee, LightZone -no video experience-

1%

I like it but can "author's name" be turned off?

Pelican

I'm thinking to make it configurable what do you want to see in the four corners...
Like:
Header left options (Off, Artist name, Copyright , Date , Lens name, ML version, ...)
Header right, Footer left, Footer right with the same options


EOS 7D Mark II, EOS 7D, EOS 5, EOS 100 + lenses (10mm to 300mm), 600EX, 550EX, YN600EX x 3
EOScard, EOS DSLR firmwares, ARMu, NiControl, etc.: http://pel.hu/down

scrax

Quote from: Pelican on December 29, 2012, 09:34:21 PM
I'm thinking to make it configurable what do you want to see in the four corners...
Like:
Header left options (Off, Artist name, Copyright , Date , Lens name, ML version, ...)
Header right, Footer left, Footer right with the same options
That would be better than on off option i was thinking. By the way on 7D the first 3 char of artist name are shown ok? I still can't find why on my camera they are not shown.
I'm using ML2.3 for photography with:
EOS 600DML | EOS 400Dplus | EOS 5D MLbeta5- EF 100mm f/2.8 USM Macro  - EF-S 17-85mm f4-5.6 IS USM - EF 70-200mm f/4 L USM - 580EXII - OsX, PS, LR, RawTherapee, LightZone -no video experience-

Pelican

On the 7D it is working fine.
Have you checked the property value with the property spy?
EOS 7D Mark II, EOS 7D, EOS 5, EOS 100 + lenses (10mm to 300mm), 600EX, 550EX, YN600EX x 3
EOScard, EOS DSLR firmwares, ARMu, NiControl, etc.: http://pel.hu/down

scrax

Quote from: Pelican on December 29, 2012, 10:06:11 PM
On the 7D it is working fine.
Have you checked the property value with the property spy?
Found the problem, prop is correct but it say 40 for len so i've changed those and now it works:


-char artist_name[63]="                                                               ";
+char artist_name[64]="                                                               ";


-extern char artist_name[63];
e+xtern char artist_name[64];
I'm using ML2.3 for photography with:
EOS 600DML | EOS 400Dplus | EOS 5D MLbeta5- EF 100mm f/2.8 USM Macro  - EF-S 17-85mm f4-5.6 IS USM - EF 70-200mm f/4 L USM - 580EXII - OsX, PS, LR, RawTherapee, LightZone -no video experience-

Greg

Someone recently changed something in the code for the 500D?
I compiled commit 0e83427


scrax

Quote from: Greg on January 06, 2013, 04:24:25 PM
Someone recently changed something in the code for the 500D?
I compiled commit 0e83427

Yes there are more thing shown but you have to fix position now.
Or post a screen shot with those setting:
D+ enabled
WB bracketing - and WB shift
Kelvin WB (more than 10000)
Audio Remote shoot on
ML HDR on
Drive mode SelfTimer
MLU on
AUTO ISO

by the way HDR and Audio release are not correct also on 600D, need to check the merge. fixed now, waiting pull request merge for the fix.
I'll suggest to look at this for positions:
I'm using ML2.3 for photography with:
EOS 600DML | EOS 400Dplus | EOS 5D MLbeta5- EF 100mm f/2.8 USM Macro  - EF-S 17-85mm f4-5.6 IS USM - EF 70-200mm f/4 L USM - 580EXII - OsX, PS, LR, RawTherapee, LightZone -no video experience-

scrax

Those are the position used in 600D:

#define MENU_DISP_ISO_POS_X 527
#define MENU_DISP_ISO_POS_Y 45

// for ML hdr display
#define HDR_STATUS_POS_X 560
#define HDR_STATUS_POS_Y 100

//fpr HTP mode on display
#define HTP_STATUS_POS_X 500
#define HTP_STATUS_POS_Y 233

#define MLU_STATUS_POS_X 316
#define MLU_STATUS_POS_Y 310

#define WBS_BA_POS_X 365
#define WBS_BA_POS_Y 260

#define WBS_GM_POS_X 365
#define WBS_GM_POS_Y 230

// Audio remote shot position info photo mode
#define AUDIO_REM_SHOT_POS_X 200
#define AUDIO_REM_SHOT_POS_Y 386

// position for displaying clock outside LV
#define DISPLAY_CLOCK_POS_X 440
#define DISPLAY_CLOCK_POS_Y 410

// for displaying TRAP FOCUS msg outside LV
#define DISPLAY_TRAP_FOCUS_POS_X 65
#define DISPLAY_TRAP_FOCUS_POS_Y 360
#define DISPLAY_TRAP_FOCUS_MSG       "TRAP FOCUS"
#define DISPLAY_TRAP_FOCUS_MSG_BLANK "          "
I'm using ML2.3 for photography with:
EOS 600DML | EOS 400Dplus | EOS 5D MLbeta5- EF 100mm f/2.8 USM Macro  - EF-S 17-85mm f4-5.6 IS USM - EF 70-200mm f/4 L USM - 580EXII - OsX, PS, LR, RawTherapee, LightZone -no video experience-

Greg

500D :


#define DISPLAY_CLOCK_POS_X 41
#define DISPLAY_CLOCK_POS_Y 259

#define DISPLAY_GB_POS_X 32
#define DISPLAY_GB_POS_Y 144


I think you still need to compensate for, but it would be good.

scrax

separated clock and GB pos,
updated HDR position,
will move HTP down before the battery.
Do you have max ISO for AUTO on 500D?
I'm using ML2.3 for photography with:
EOS 600DML | EOS 400Dplus | EOS 5D MLbeta5- EF 100mm f/2.8 USM Macro  - EF-S 17-85mm f4-5.6 IS USM - EF 70-200mm f/4 L USM - 580EXII - OsX, PS, LR, RawTherapee, LightZone -no video experience-

Greg

Quote from: scrax on January 06, 2013, 07:18:03 PM
Do you have max ISO for AUTO on 500D?
No 500D does not have this feature.

scrax

I've updated consts for 500D, check tomorrow if it's ok, there is a pull request still to be added to main tree for MLU position and HTP position.
Also found a problem in background with Screen Color 2 (the one with grey background you use) when Info screen settings are on, fixing now.
I'm using ML2.3 for photography with:
EOS 600DML | EOS 400Dplus | EOS 5D MLbeta5- EF 100mm f/2.8 USM Macro  - EF-S 17-85mm f4-5.6 IS USM - EF 70-200mm f/4 L USM - 580EXII - OsX, PS, LR, RawTherapee, LightZone -no video experience-

scrax

Finished all the fix, when accepted you can check them on 500D.
Also put an icon for HTP.
I'm using ML2.3 for photography with:
EOS 600DML | EOS 400Dplus | EOS 5D MLbeta5- EF 100mm f/2.8 USM Macro  - EF-S 17-85mm f4-5.6 IS USM - EF 70-200mm f/4 L USM - 580EXII - OsX, PS, LR, RawTherapee, LightZone -no video experience-


scrax

Quote from: Greg on January 07, 2013, 03:04:30 AM
Why is the icon HTP? The same is D+?

500D:
http://img838.imageshack.us/img838/7621/vram2w.png
http://img827.imageshack.us/img827/7413/vram1.png

Yes, when ML iso are shown on 600D D+ is hidden, and also ALO icon is obscured, so i've put D+ Icon there. If you think it's not need will remove it from 500D.
I'm using ML2.3 for photography with:
EOS 600DML | EOS 400Dplus | EOS 5D MLbeta5- EF 100mm f/2.8 USM Macro  - EF-S 17-85mm f4-5.6 IS USM - EF 70-200mm f/4 L USM - 580EXII - OsX, PS, LR, RawTherapee, LightZone -no video experience-

Greg

ML iso on 500D in the shooting mode is very unstable. Automatically turns off after a short time.

scrax

HDR background seems wrong, maybe sampled from the bottom of the screen?
K icon is nice, i've done one inverted, but your seems better, will try it but not white. :)
I'm using ML2.3 for photography with:
EOS 600DML | EOS 400Dplus | EOS 5D MLbeta5- EF 100mm f/2.8 USM Macro  - EF-S 17-85mm f4-5.6 IS USM - EF 70-200mm f/4 L USM - 580EXII - OsX, PS, LR, RawTherapee, LightZone -no video experience-

Greg

Quote from: scrax on January 07, 2013, 03:51:47 AM
HDR background seems wrong, maybe sampled from the bottom of the screen?
I think so too, a function previously displayed at the bottom.

deleted.account.01

how u guys load  to ML that New interface look ?

scrax

Quote from: MzytengaM on January 07, 2013, 10:39:27 PM
how u guys load  to ML that New interface look ?
it's in the nightlybuild
check for Info screen settings under Prefs menu
I'm using ML2.3 for photography with:
EOS 600DML | EOS 400Dplus | EOS 5D MLbeta5- EF 100mm f/2.8 USM Macro  - EF-S 17-85mm f4-5.6 IS USM - EF 70-200mm f/4 L USM - 580EXII - OsX, PS, LR, RawTherapee, LightZone -no video experience-