1)I have read chdk docs and been confused about exactly what to change in menu `Enhanced Photo Operations` if I override something does this means that whatever the value I send with script is overridden or overriding enables me to override original camera values with those that I send with script commands.This is the first matter that I want to be sure .
You can override the exposure settings that Canon will use ( shutter speed, aperture, ISO, ND filter) using either the CHDK `Enhanced Photo Operations` menu or with a CHDK script. Either will work but if you try to do both at the same time, the settings specified by the script will be used.
Note that when you change an exposure value, the Canon firwmare does not know you have done that. It assumes its value is being used and it sets all the other values based on that assumption. So you really need to set all four values (Tv, Av, Sv, ND filter) if you want the resulting exposure to be correct. (Note : many Canon P&S cameras do not have an adjustable aperture - the f-stop value used depends only on the zoom position. Also, some cameras do not have a built-in ND filter).
2) There are variety of functions for sv and tv ( I mean market value,set direct like names) . What are the best functions to be used?
Like most things in CHDK, the answer to that question is "It depends on what you are trying to do".
ISO market vs ISO real has been the topic of dicussion on this forum for years. You can google it for yourself but here's a couple of links :
http://chdk.wikia.com/wiki/CHDK_firmware_usage/AllBest#Show_.27Real.27_ISOhttp://chdk.setepontos.com/index.php?topic=10341.0http://chdk.wikia.com/wiki/Script_commands#APEX96_Conversion_FunctionsAs far as Tv settings go, at a small risk of oversimplifying, just use
set_tv96_direct.3) When I change focus from 0 to some value the photo is blurred or when I change iso the picture is being close to constant white bright image and finally I could not get any difference if I change the shutter speed with set_tv96_direct() . Am I doing something wrong ? What value range should I use for each property ?
Focus settings are in millimeters. If you don't set the focus value to the correct distance then you will get blurry pictures.
I'm not sure what you are describing with you ISO question. Please post the script as an attachment to your reply and I can take a closer look. It could be a scripting error or it could be you asking CHDK to do something that it can't. Or you might be seeing exactly what you would expect to see given what you have asked CHDK to do.