Esato Mobile
Sony Ericsson / Sony : Software, Firmware and Drivers : Raider camera driver for K790, K800 and K810 (v6.6.5)
> New Topic
> Reply
< Esato Forum Index > Sony Ericsson / Sony > Software, Firmware and Drivers > Raider camera driver for K790, K800 and K810 (v6.6.5) Bookmark topic
Page <  123 ... 164165166 ... 450451452>

Raiderski Posts: > 500

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

--
Posted: 2008-09-24 15:55:54
Edit : Quote

bbest Posts: 33

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 ]
--
Posted: 2008-09-24 18:07:50
Edit : Quote

bbest Posts: 33


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 ]
--
Posted: 2008-09-24 18:11:42
Edit : Quote

Raiderski Posts: > 500

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

--
Posted: 2008-09-24 21:42:25
Edit : Quote

bbest Posts: 33


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 ]
--
Posted: 2008-09-25 06:30:30
Edit : Quote

bbest Posts: 33

... 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 ]
--
Posted: 2008-09-25 07:50:45
Edit : Quote

hfmls Posts: 489

i would like an exif reader.
--
Posted: 2008-09-25 17:06:49
Edit : Quote

Lavdo Posts: 13

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 ]
--
Posted: 2008-09-25 17:18:02
Edit : Quote

bbest Posts: 33

Raiderski
ku ku
--
Posted: 2008-09-26 05:18:50
Edit : Quote

Raiderski Posts: > 500

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.
--
Posted: 2008-09-26 13:47:19
Edit : Quote
Page <  123 ... 164165166 ... 450451452>

New Topic   Reply
Forum Index

Esato home