Author Topic: Where is the Dof Menu ?  (Read 4149 times)

Offline Pasq2004

  • Rookie
  • *
  • Posts: 11
Where is the Dof Menu ?
« on: 30 / May / 2008, 19:09:00 »
Improvements for setting calculator DOF. The menu is a subsidiary of the menu "OSD parameters"
"DOF Calculator"
Show DOF calculator-options - "Don't", "Separate," "In Misc." Proposed either separately display calculator (as in the previous assembly), or withdraw from the list of additional value
===========================================

Sorry but I don t see any menu for the DOF parameters
I don t understand how to make it visible
Thx

A700 AllBest's version 50

Offline wontolla

  • Sr. Member
  • ****
  • Posts: 413
  • S3 & G9 & A720
Re: Where is the Dof Menu ?
« Reply #1 on: 30 / May / 2008, 19:46:16 »
If you choose "Separate", it will appear when you half press the shutter button.
If "In Misc.", it will appear according to the Misc setting.

Offline Pasq2004

  • Rookie
  • *
  • Posts: 11
Re: Where is the Dof Menu ?
« Reply #2 on: 30 / May / 2008, 20:25:47 »
I don t find any menu or place to choose between these 2 options ??

Offline whim

  • Guru Member
  • ******
  • Posts: 1957
  • A620/A630/A590-101b/i70-101b/i870-101a/i300
Re: Where is the Dof Menu ?
« Reply #3 on: 30 / May / 2008, 21:50:24 »
Main Menu -> OSD Parameters -> DOF Calculator


wim

Offline wontolla

  • Sr. Member
  • ****
  • Posts: 413
  • S3 & G9 & A720
Re: Where is the Dof Menu ?
« Reply #4 on: 30 / May / 2008, 21:55:46 »
What I mean is the DOF parameters DO appear separately, but only when you half-press the shutter button.
OSD Parameters->DOF Calculator->Show DOF calculator [Separate]

And if you want DOF on screen all the time you have to choose "In Misc.":
OSD Parameters->DOF Calculator->Show DOF calculator [In Misc.]
Of course you also neead to activate "Miscelaneous Values":
(OSD Parameters->Miscelaneous Values->Show misc values [Always]



Offline Pasq2004

  • Rookie
  • *
  • Posts: 11
Re: Where is the Dof Menu ?
« Reply #5 on: 30 / May / 2008, 22:27:12 »
Ok I got it ! Thx

The probleme is due to the french menu language
When using french, this line doesn't appear, either the entry doesn't exist either
the translation is bad

Edit : I checked the translation but didn't find any error
The line concerning Dof Menu is completely different in french and refer to High video compression ??
Perhaps a memory overlap ?,
I coudn't understand where the problem is

AllBest V50
Canon A700
« Last Edit: 02 / June / 2008, 17:49:27 by Pasq2004 »

Offline fudgey

  • Global Moderator
  • Guru Member
  • *****
  • Posts: 1690
  • a570is
Re: Where is the Dof Menu ?
« Reply #6 on: 02 / June / 2008, 23:00:44 »
Maybe the translation is for an older build?

Offline Pasq2004

  • Rookie
  • *
  • Posts: 11
Re: Where is the Dof Menu ?
« Reply #7 on: 03 / June / 2008, 23:35:19 »
Maybe the translation is for an older build?


I took the one on this page  : Languages - CHDK Wiki and for build 50
Is there another place to download the translation files ?

I noticed also in downloading the English file that  the french file as much more lines in it than the English one. Is that normal ?

Offline PhyrePhoX

  • Global Moderator
  • Guru Member
  • *****
  • Posts: 2254
  • make RAW not WAR
    • PhyreWorX
Re: Where is the Dof Menu ?
« Reply #8 on: 03 / June / 2008, 23:47:03 »
the link in the wiki is wrong. this is the right one: https://tools.assembla.com/chdk/browser/trunk/lang/english.lng
this lang file should be up to date most of the time. if it is NOT up to date, the default language strings will be taken from the binary, so this is no big deal.

gonna try to fix the link in the wiki

CHDK Forum

Re: Where is the Dof Menu ?
« Reply #8 on: 03 / June / 2008, 23:47:03 »

Offline Pasq2004

  • Rookie
  • *
  • Posts: 11
Re: Where is the Dof Menu ?
« Reply #9 on: 04 / June / 2008, 00:58:08 »
And for the french file, is it up to date or not ?

Offline PhyrePhoX

  • Global Moderator
  • Guru Member
  • *****
  • Posts: 2254
  • make RAW not WAR
    • PhyreWorX
Re: Where is the Dof Menu ?
« Reply #10 on: 04 / June / 2008, 01:09:19 »
yes, that is up to date.

Offline fbalb

  • Rookie
  • *
  • Posts: 26
  • Ixus 860
Re: Where is the Dof Menu ?
« Reply #11 on: 04 / June / 2008, 04:22:43 »

Offline fe50

  • Guru Member
  • ******
  • Posts: 2608
  • IXUS50 & 860, SX10 Star WARs-Star RAWs
    • fe50
Re: Where is the Dof Menu ?
« Reply #12 on: 04 / June / 2008, 04:38:20 »
in \core\gui_lang.c:

"210 \"DOF Calculator\"\n"
"211 \"DOF Calculator->\"\n"


The codes for video settings are:

"233 \"Video Parameters\"\n"
"234 \"Video Parameters->\"\n"
"235 \"Video Mode\"\n"
"236 \"Video Bitrate\"\n"
"237 \"Video Quality\"\n"


So only edit these lines in your lang file, e.g.

233 "Video Parameter"
...

Offline fbalb

  • Rookie
  • *
  • Posts: 26
  • Ixus 860
Re: Where is the Dof Menu ?
« Reply #13 on: 04 / June / 2008, 13:40:07 »
I have, line 233 to 237
I've compare my french.lng to english here
https://tools.assembla.com/chdk/browser/trunk/lang/english.lng
Iv'e the same lines !!!!
but no Video Parameters appears on my Ixus680 menu

How or where can I donwload good english.lng whithout " "\n" ....
"233 \"Video Parameters\"\n"
for seeing if in english I have the video menu

Offline fe50

  • Guru Member
  • ******
  • Posts: 2608
  • IXUS50 & 860, SX10 Star WARs-Star RAWs
    • fe50
Re: Where is the Dof Menu ?
« Reply #14 on: 04 / June / 2008, 14:59:43 »
Quote
How or where can I donwload good english.lng whithout " "\n" ....
"233 \"Video Parameters\"\n"
for seeing if in english I have the video menu

Perhaps the english.lang file is not up to date - but to check the video mode you have to delete all langfiles (on your card) in your chdk\lang folder - if there's no lang file CHDK loads the english default values (they are hard coded in gui_lang.c).


*EDIT: Ohhh Sorry, the posts title was DOF, you asked for video settings & i had my SD400 in mind !!!
 
  --> The SD870 (Ixus 860is) have NO video settings yet, no such menu  (as all DryOS cameras) !
  --> the numbers i posted for the lang files are for the latest AB 51 (trunk408) !


   Sorry - sometimes it would be better to re-read the whole thread until answering...
« Last Edit: 04 / June / 2008, 15:26:16 by fe50 »

 


SimplePortal 2.3.3 © 2008-2010, SimplePortal