Author |
Raider camera driver for K790, K800 and K810 (v6.6.5) |
hfmls Joined: Mar 17, 2008 Posts: 489 PM |
LOL.
well tried CWB, really NICE! |
|
bbest Joined: Sep 18, 2008 Posts: 33 From: Russia PM |
On 2008-09-23 22:04:19, Raiderski wrote:
not much time, so I will be quick, more answers soon ok? fine
...............
somebody asked here is it possible to save settings and restore them after camera restart - no, it's not possible to save anything
Why? Make some *.txt file in phone Files System. Wrote setting there.
And how about another ideas that I wrote to you? |
farukkk Joined: Dec 29, 2007 Posts: 163 From: turkey/ankara PM |
k 770 vs k 790 rader
k 790 vs 5mp u 900
http://forum.donanimhaber.com/m_22913325/mpage_23/tm.htm tıkla
''K790/K800/K810 MENU/PATCH/ACOUSTİC/CAM DRİVER'' http://forum.donanimhaber.com/m_20298081/tm.htm |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
farukkk
well well, very interesting indeed. looks like 2.5 year old 3MP grandpa is still in great condition haha
landscape scene in some shots right? I see red color cast. colors should be more real with auto scene + daylight WB + focus infinity (manual by me or default in camera menu)
bbest
Why? Make some *.txt file in phone Files System. Wrote setting there.
question: how do you want write to file or read from it? driver doesn't have access to file I/O API
1. it's not good idea to change positions of functions after many months when many people already got used to them. besides it's not a big problem, if you don't like positions you can change them which is quite easy to do (customization.txt -> FUNC_ID). you can look at page 61 where jhayms (thanks!) posted very nic pic to show how to change positions of functions
2. huge difference. contrast is nothing more than simple image postprocessing while EV compensation have influence on exposure time. effects of both looks similar but in fact they are significantly different
3. it's not a big problem to remove them. if you wish you can do this yourself (answer #1)
4. answer #1
5. AE lock have only 2 states: 0 = unlocked (auto) and 1 = locked
6. profiles are good but it's a lot of work on which I'm not ready right now. I cannot copy & paste code from K750 driver just like that
7. EV lock / AE lock - two names, one feature
bennywei
I found my first examples of CWB in K800 on page 33. this damn thing really work haha
|
bbest Joined: Sep 18, 2008 Posts: 33 From: Russia PM |
Raiderski,
+1. Thanks for explanation. Now I see that evering is simplier than I think first.
Besides "profiles" feature is not inportant .. as for me.
----------
Now I write your readme.txt in phone FS as help .... many functions and I don't remeber them all yeat 
[ This Message was edited by: bbest on 2008-09-24 14:23 ] |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
you welcome mate. I know it's not easy to 'swallow' just like that every feature of this driver but good idea is to focus your attention only on this features which are useful for you and forget about others
what a loss that we don't have access to camera screen where we would be able to display even one label of text. this would be the greatest feature
|
bbest Joined: Sep 18, 2008 Posts: 33 From: Russia PM |
Help me please. In my example
-2.0 | colors saturation
-1.7 | EV compensation
-1.3 | --------- it doesn't matter
-1.0 | --------- it doesn't matter
-0.7 | Custom White Balance
-0.3 | AE lock
0.0 | focus
+0.3 | shutter speed slow
+0.7 | shutter speed fast
+1.0 | --------- it doesn't matter
+1.3 | --------- it doesn't matter
+1.7 | ISO
+2.0 | zoom
how must look "FUNC_ID=" parameter?
[ This Message was edited by: bbest on 2008-09-24 17:15 ] |
bbest Joined: Sep 18, 2008 Posts: 33 From: Russia PM |
On 2008-09-24 15:55:54, Raiderski wrote:
what a loss that we don't have access to camera screen where we would be able to display even one label of text. this would be the greatest feature
SE can show their parameters, so we can do it. The question how to make it ... with which function. Raiderski how you disassemble camdrive? How you know about its functions?
[ This Message was edited by: bbest on 2008-09-24 17:14 ] |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
1. open camdriver0.dat in text editor (use pure txt editor like Notepad, do not use Word, OpenOffice etc.)
2. find 'FUNC_ID='
3. look at columns 'function ID' and 'EV position'
4. look below at list of all functions (ID and description)
5. find function and ID
5. copy ID at 'function ID' column of selected EV position
this is extremaly easy thing
|
bbest Joined: Sep 18, 2008 Posts: 33 From: Russia PM |
On 2008-09-24 21:42:25, Raiderski wrote:
1. open camdriver0.dat in text editor (use pure txt editor like Notepad, do not use Word, OpenOffice etc.)
2. find 'FUNC_ID='
3. look at columns 'function ID' and 'EV position'
4. look below at list of all functions (ID and description)
5. find function and ID
5. copy ID at 'function ID' column of selected EV position
this is extremaly easy thing
Ha! It's not a binary code.
camdrive - is simple script with text setup. hmmm ....
----------------
Raiderski your comments in foreign for me language. Bad ... very bad . Write comments on English ... or Russion - best choice 
[ This Message was edited by: bbest on 2008-09-25 05:34 ] |
bbest Joined: Sep 18, 2008 Posts: 33 From: Russia PM |
... some questions
your functions
----------------
// $s0 00 no function
// $s0 01 Focus
// $s0 02 Shutter speed slow
// $s0 03 Shutter speed fast
// #ZM_TYPE Zoom
// $s0 05 Sharpness
// $s0 06 Brightness
// $s0 07 Contrast
// $s0 08 Colors saturation
// $s0 09 Exposure compensation (EV)
// $s0 0a Autoexposure lock
// $s0 0b Hue (not working properly!)
// $s0 0c Color cyan
// $s0 0d Color red
// $s0 0e Color yellow
// $s0 0f Color blue
// $s0 10 Color green
// $s0 11 Color magenta
// $s0 12 Color orange
// $s0 13 Color light blue
// $s0 14 Balance cyan - red
// $s0 15 Balance yellow - blue
// $s0 16 Balance magenta - green
// $s0 17 Balance orange - light blue
// $s0 18 Custom White Balance
// $s0 19 ISO sensitivity
original properties
----------------
// 0 = Exposure Implemented
// 1 = White balance Implemented
// 2 = Flicker Implemented
// 3 = Vertical mirror Implemented
// 4 = Horisontal mirror Implemented
// 5 = JPEG Compression level Implemented
// 6 = Zoom Implemented
// 7 = Night mode Implemented
// 8 = Effects Implemented
// 9 = Focus mode Implemented
// a 10 = Focus operation Implemented
// b 11 = Get Exif information 1 Implemented
// c 12 = Get Exif information 2 Implemented
// d 13 = (LED support) NOT VALID FOR MCB 881
// e 14 = Flash support Implemented
// f 15 = Power save mode NOT VALID FOR MCB 881
// 10 16 = Scenes Implemented
// 11 17 = ISO Implemented
// 12 18 = Auto exposure NOT VALID FOR MCB 881
// 13 19 = Brightness NOT VALID FOR MCB 881
// 14 20 = Contrast Implemented
// 15 21 = Sharpening Implemented
// 16 22 = Metering mode Implemented
// 17 23 = Check flash needed Implemented
// 18 24 = Image stab Implemented
// 19 25 = Linear zoom Implemented
// 1a 26 = Get zoom value Implemented
// 1b 27 = Snapshot operation Implemented
// 1c 28 = Half release Implemented
// 1d 29 = ACM operation Implemented
------------
Raiderski - where can I read all camdrive properties, functions and procedures?
[ This Message was edited by: bbest on 2008-09-25 06:51 ] |
hfmls Joined: Mar 17, 2008 Posts: 489 PM |
i would like an exif reader. |
Lavdo Joined: Nov 17, 2007 Posts: 13 PM |
Any possibility to have a patch that will show graphics when selecting different camera functions in accordance with version 6.4 (k810i)? Anyone?
[ This Message was edited by: Lavdo on 2008-09-25 16:19 ] |
bbest Joined: Sep 18, 2008 Posts: 33 From: Russia PM |
Raiderski
ku ku |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
where can I read all camdrive properties, functions and procedures?
properties of driver are listed... in driver (you posted all of them)
functions/properties of camera are not listed. many of them are not available in original driver (manual focus, color correction, shutter speed, etc.). some of them are connected to properties of driver and in this way you know they exist. rest are unknown, I found some during researching and development
procedures doesn't exist, code is simple script with macro definitions like CMD, GET, SET, etc.
|
|