Esato

Forum > Sony Ericsson / Sony > Software, Firmware and Drivers > Super camera driver for k750/w800/w810

Visitors browsing this topic: 1
Add to Bookmarks
Previous  123 ... 630631632 ... 664665666  Next
Author Super camera driver for k750/w800/w810
strong
K850 Blue
Joined: May 18, 2007
Posts: > 500
From: Greece
PM
Posted: 2008-05-26 22:09
Reply with quoteEdit/Delete This PostPrint this post
@markztrance
what disaster!
and one thing there isnt 5.8 beta only 5.8
Samsung GT-i8910 Omnia HD
K850 R1FA035 modded camdriver
modded acoustic drivers
www.camdrivers.wz.
h82bm3
Model not set
Joined: May 22, 2008
Posts: 4
PM
Posted: 2008-05-27 14:45
Reply with quoteEdit/Delete This PostPrint this post
guys hiow would i know that im in super mode already?
pram_zx
W810 black
Joined: Mar 02, 2007
Posts: 161
From: NoWhere Island
PM
Posted: 2008-05-28 04:28
Reply with quoteEdit/Delete This PostPrint this post
@SPU
Im Happy that you still exist in this thread, Well... Im very like your camdriver quality, your v1.3 beta 9 give me good quality picture on my w810.

Since you say : "I don't leave this forums and I'll continue to read this thread, so if you have any suggestions and ideas you can post them here."
I will give my idea for your camdriver.

1. Make it Simple and User Friendly (Super mode is always ON like on the Raiderski or Strong Camdriver) and AE LOCK at half shutter.
2. I like the way how to edit the supermode on Strong Camdriver (so we can edited like what we want).
Example:
Code:

// --------------------------------------------------------------------------------------------------------------------//
// CUSTOMIZE FUNCTION LIST (copy/paste to FUNCTIONS MENU as you desire)

// SET_SCENE;
// SET_SHARPNESS;
// SET_SPOT;
// SET_EFFECT;
// SET_ZOOM;
// SET_BRIGHTNESS;
// SET_CONTRAST;
// SET_FOCUS;
// SET_EXPOSURE;
// SET_MANUAL_SSPEED;
// SET_SATURATION;
// SET_CC_BLUE;
// SET_CC_YELLOW;
// SET_CC_GREEN_RED;
// SET_CC_GREEN;
// SET_CC_MAGENTA;
// SET_NORMAL_EV; Original EV(joystick)
// SET_CUSTOM_WB;
// SET_PROFILE;
//---------------------------------------------------------------------------------//
//FUNCTIONS MENU

EV_M_20= #SET_CUSTOM_WB;
EV_M_17= #SET_SPOT;
EV_M_13= #SET_SCENE;
EV_M_10= #SET_ZOOM;
EV_M_07= #SET_CONTRAST;
EV_M_03= #SET_PROFILE;
EV_0_00= #SET_FOCUS;
EV_P_03= #SET_EXPOSURE;
EV_P_07= #SET_MANUAL_SSPEED;
EV_P_10= #SET_SATURATION;
EV_P_13= #SET_CC_BLUE;
EV_P_17= #SET_CC_YELLOW;
EV_P_20= #SET_CC_GREEN_RED;

//--------------------------------------------------------------------------------//

SELECT_FUNCTION= $s0 %0
$p1 00 $c1 03
#EV_M_20 $cl $c1 04
#EV_M_17 $cl $c1 05
#EV_M_13 $cl $c1 06
#EV_M_10 $cl $c1 07
#EV_M_07 $cl $c1 08
#EV_M_03 $cl $c1 09
#EV_0_00 $cl $c1 0a
#EV_P_03 $cl $c1 0b
#EV_P_07 $cl $c1 0c
#EV_P_10 $cl $c1 0d
#EV_P_13 $cl $c1 0e
#EV_P_17 $cl $c1 0f
#EV_P_20
$cx $cx $cx $cx $cx $cx
$cx $cx $cx $cx $cx $cx $cx;



3. When take photo using LED, make it warm color like Raiderski 6.7.2 (Not Blueish)
4. Is your latest v1.4 Beta 2 is Improvement from v1.3 Beta 9 (I like this one for landscape, please make improvement in macro mode from this version)
5. I think this feature is useless... "JPEG quality (1.0 default, 1.1-4.0 - 40%-98%)"
Just make it fixed JPEG that give good quality and fast enough (maybe 87% or 89% or what ever you like)
6. And finally this is the customize function list (The Complete One )
// ------------------------ CUSTOMIZE FUNC NAME
// SET_ZOOM Zoom
// SET_BRIGHTNESS Brightness
// SET_CONTRAST Contrast
// SET_SATURATION Colors saturation
// SET_EXPOSURE Exposure compensation
// SET_FOCUS Focus
// SET_SHUTTER_SPEED Shutter speed
// SET_AE_SPOT AE lock & Light metering
// SET_PROFILE Profile
// SET_CUSTOM_WB Custom WB
// SET_ISO ISO
// SET_CC_CR(#CC_LOW(20)) Color correction cyan
// SET_CC_CR(#CC_HIGH(20)) Color correction red
// SET_CC_YB(#CC_LOW(21)) Color correction yellow
// SET_CC_YB(#CC_HIGH(21)) Color correction blue
// SET_CC_CAST(#CC_LOW(20),#CC_LOW(21)) Green color cast
// SET_CC_CAST(#CC_HIGH(20),#CC_HIGH(21)) Magenta color cast
// SET_CC_CAST(#CC_HIGH(20),#CC_LOW(21)) Orange color cast
// ---------------------------------------- END

THATS IT !!! SORRY FOR MY LONG IDEA/REQUEST. BUT.... IF YOU COULD MAKE IT LIKE THAT.......WHOOAAAAA.... THATS AWESOME...!!!
THANK YOU SPU !!!




_________________
W810i Black with W800 back cover, modded camdriver, Own mix acoustic driver, Unbranded phone, Adding new flash menu's. W810i It's Rock...!

[ This Message was edited by: pram_zx on 2008-05-28 03:29 ]

[ This Message was edited by: pram_zx on 2008-05-28 03:42 ]
Popek189
D750
Joined: Nov 26, 2007
Posts: 40
From: POLAND-GDYNIA
PM
Posted: 2008-05-28 12:04
Reply with quoteEdit/Delete This PostPrint this post
I have a question to Strong.
Friend ! I want to add ISO choice to "Functions Menu" in SuperFunction 6.1 CC(K750-W800). I can't find it in "CUSTOMIZE FUNCTION LIST". Could You please paste the codes for full ISO range (ISO 100 and above). Thank you
D750i@k750i CID36 RED
Software:.....R1DB001 with 12 patches
Camdriver:...SuperFunction 6.1 CC
Acoustic:......TVH v9 Bass Edition
strong
K850 Blue
Joined: May 18, 2007
Posts: > 500
From: Greece
PM
Posted: 2008-05-28 13:09
Reply with quoteEdit/Delete This PostPrint this post
OK here is the code it is a little complecated you must combine it with
slow sutter speed code, personaly I dont test it.

MANUAL_ISO=$-0 0a
$c0 00
$p1 07 $c1 00
#CMD(05,00)
$cl
#CMD(05,00)
$cx
$cl
#CMD(05,$w0)
$cx;

SLOW_SHUTTERSPEED=$p2 07
$c2 00
$c0 0a
#CMD(03,1e)
$cl
$-0 0b $s1 3d $-1 r0
#CMD(03,$w1)
$cx
$cl
$c0 0a
#CMD(03,0f)
$cl
$-0 0b $s1 1e $-1 r0
#CMD(03,$w1)
$cx
$cx;

_________________

k750@w800 R1BC002

http://www.4shared.com/dir/6197354/5c0a18d1/sharing.html
www.camdrivers.wz.cz/

[ This Message was edited by: strong on 2008-05-28 12:10 ]
Popek189
D750
Joined: Nov 26, 2007
Posts: 40
From: POLAND-GDYNIA
PM
Posted: 2008-05-28 13:42
Reply with quoteEdit/Delete This PostPrint this post

On 2008-05-28 13:09:11, strong wrote:
OK here is the code it is a little complecated you must combine it with
slow sutter speed code, personaly I dont test it.

MANUAL_ISO=$-0 0a
$c0 00
$p1 07 $c1 00
#CMD(05,00)
$cl
#CMD(05,00)
$cx
$cl
#CMD(05,$w0)
$cx;

SLOW_SHUTTERSPEED=$p2 07
$c2 00
$c0 0a
#CMD(03,1e)
$cl
$-0 0b $s1 3d $-1 r0
#CMD(03,$w1)
$cx
$cl
$c0 0a
#CMD(03,0f)
$cl
$-0 0b $s1 1e $-1 r0
#CMD(03,$w1)
$cx
$cx;

_________________

k750@w800 R1BC002

http://www.4shared.com/dir/6197354/5c0a18d1/sharing.html
www.camdrivers.wz.cz/

[ This Message was edited by: strong on 2008-05-28 12:10 ]


Hmm yeah, it is complicated, indeed. I found this code:

ISO=$s0 %0 $bf 00 1 1 $c0 0a $bc 00 7 1 $cl $bc 01 7 1 $cx $-0 0a 06 02 00 01 $w0 05 $f $d0005

In A4A reloaded (ISO100-1600) and surprisingly it works in Super Function

EDIT:

I tested:

MANUAL_ISO=$-0 0a
$c0 00
$p1 07 $c1 00
#CMD(05,00)
$cl
#CMD(05,00)
$cx
$cl
#CMD(05,$w0)
$cx;

And it worked also, thanx very much for your help I'll post some pics soon.

_________________
D750i@k750i CID36 RED
Software:.....R1DB001 with 12 patches
Camdriver:...SuperFunction 6.1 CC
Acoustic:......TVH mix v6

[ This Message was edited by: Popek189 on 2008-05-28 14:47 ]
DangeloGH
W810 black
Joined: Jan 02, 2008
Posts: 147
From:
PM
Posted: 2008-05-28 14:30
Reply with quoteEdit/Delete This PostPrint this post
@strong
Hi, the 1ª photo i used auto, just push button
and the 2º photo i used (EV -2.0 / Z 1.1) whitout withe paper
why about that diferent colors... my eyes saw like in 2º photo...

I hope you understand my question... thank you






.
------------------------------------------
W810i - R4EA031 - DB2010 - CID49
------------------------------------------
http://www.camdrivers.wz.cz/
strong
K850 Blue
Joined: May 18, 2007
Posts: > 500
From: Greece
PM
Posted: 2008-05-28 17:44
Reply with quoteEdit/Delete This PostPrint this post

On 2008-05-28 14:30:03, DangeloGH wrote:
@strong
Hi, the 1ª photo i used auto, just push button
and the 2º photo i used (EV -2.0 / Z 1.1) whitout withe paper
why about that diferent colors... my eyes saw like in 2º photo...

I hope you understand my question... thank you






.



because you changed the white balance if set -2.0 and 1.1 then you have
incandescent white balance

@Popek189
any time friend
_________________

k750@w800 R1BC002

http://www.4shared.com/dir/6197354/5c0a18d1/sharing.html
www.camdrivers.wz.cz/

[ This Message was edited by: strong on 2008-05-29 07:39 ]
SPU
W800
Joined: Feb 07, 2007
Posts: 131
From: Russia, SPb
PM
Posted: 2008-05-28 20:28
Reply with quoteEdit/Delete This PostPrint this post
pram_zx
"1. Make it Simple and User Friendly (Super mode is always ON like on the Raiderski or Strong Camdriver) and AE LOCK at half shutter."

Just change DF_SM_START_MODE
May be i'll change something in AE/WB Lock because in 1.4b2 WB Lock turns off when you switch some modes... that's pity.

"2. I like the way how to edit the supermode on Strong Camdriver (so we can edited like what we want)."

It's very easy =)

"3. When take photo using LED, make it warm color like Raiderski 6.7.2 (Not Blueish)"

LED WB is adjusted for Fluorescent profile.

"4. Is your latest v1.4 Beta 2 is Improvement from v1.3 Beta 9 (I like this one for landscape, please make improvement in macro mode from this version)"

May be improvement... 1.4 works in different way inside and very slow, but I like fixed ISO 100.

"5. I think this feature is useless... "JPEG quality (1.0 default, 1.1-4.0 - 40%-98%)""

Not so useless. Try to send a standard 640x480 picture with high quality via MMS. Most old phones can't open it because of file size.

PS: Actually I have no plans to improve 1.3 beta 9, only 1.4 beta 2.
PPS: I have an idea of future investigation of cammodule logic but have no time for this =(
W800i CID36 R1BD001
pram_zx
W810 black
Joined: Mar 02, 2007
Posts: 161
From: NoWhere Island
PM
Posted: 2008-05-29 08:16
Reply with quoteEdit/Delete This PostPrint this post
Thanx SPU, still hope you will release new user friendly camdriver like v1.3 b9 but more powerfull.
W810i Black with W800 back cover, modded camdriver, Own mix acoustic driver, Unbranded phone, Adding new flash menu's. W810i It's Rock...!
Popek189
D750
Joined: Nov 26, 2007
Posts: 40
From: POLAND-GDYNIA
PM
Posted: 2008-05-29 18:45
Reply with quoteEdit/Delete This PostPrint this post
Hi

ISO 1600 with Strong Super Function 6.1 CC
Noise as "hell" , but at least I can "catch" water drops...
Here are some examples:
Free Image Hosting at <!-- BBCode auto-link start --><a href=www.ImageShack.us" />
Free Image Hosting at <!-- BBCode auto-link start --><a href=www.ImageShack.us" />
Free Image Hosting at <!-- BBCode auto-link start --><a href=www.ImageShack.us" />
Free Image Hosting at <!-- BBCode auto-link start --><a href=www.ImageShack.us" />
Free Image Hosting at <!-- BBCode auto-link start --><a href=www.ImageShack.us" />
Free Image Hosting at <!-- BBCode auto-link start --><a href=www.ImageShack.us" />
Free Image Hosting at <!-- BBCode auto-link start --><a href=www.ImageShack.us" />

Can anything be done to improve quality of ISO 1600, or is it the problem of camera sensor? Thx for reply
D750i@k750i CID36 RED
Software:.....R1DB001 with 12 patches
Camdriver:...SuperFunction 6.1 CC
Acoustic:......TVH v9 Bass Edition
h82bm3
Model not set
Joined: May 22, 2008
Posts: 4
PM
Posted: 2008-05-30 01:34
Reply with quoteEdit/Delete This PostPrint this post
how would i know that im using supermode? i just followed the instructions given but i dont know if im already in supermode.. BTW when i tried to change settings i dont see any difference. and why is the zoom disabled in normal mode?
brazzuka's
Xperia X10 White
Joined: Nov 14, 2007
Posts: > 500
From: South World-Antartida-Sweden
PM, WWW
Posted: 2008-05-30 03:02
Reply with quoteEdit/Delete This PostPrint this post
SPU

Thanks for your works with the language programm of drivers specifically with sensors and models MCBXXX continue keep!! working with honest and good job
ahh tnks for the programm exif... really great


pram_zx
W810 black
Joined: Mar 02, 2007
Posts: 161
From: NoWhere Island
PM
Posted: 2008-05-30 08:56
Reply with quoteEdit/Delete This PostPrint this post
@SPU
Hi SPU, at least maybe you can release v1.3 b9 advanced and add this full feature on it, and make it easy to customize it.
Thanx B4
and thanx for the exif reader, thats great!


6. And finally this is the customize function list (The Complete One )
// ------------------------ CUSTOMIZE FUNC NAME
// SET_ZOOM Zoom
// SET_BRIGHTNESS Brightness
// SET_CONTRAST Contrast
// SET_SATURATION Colors saturation
// SET_EXPOSURE Exposure compensation
// SET_FOCUS Focus
// SET_SHUTTER_SPEED Shutter speed
// SET_AE_SPOT AE lock & Light metering
// SET_PROFILE Profile
// SET_CUSTOM_WB Custom WB
// SET_ISO ISO
// SET_CC_CR(#CC_LOW(20)) Color correction cyan
// SET_CC_CR(#CC_HIGH(20)) Color correction red
// SET_CC_YB(#CC_LOW(21)) Color correction yellow
// SET_CC_YB(#CC_HIGH(21)) Color correction blue
// SET_CC_CAST(#CC_LOW(20),#CC_LOW(21)) Green color cast
// SET_CC_CAST(#CC_HIGH(20),#CC_HIGH(21)) Magenta color cast
// SET_CC_CAST(#CC_HIGH(20),#CC_LOW(21)) Orange color cast
// ---------------------------------------- END


_________________
W810i Black with W800 back cover, modded camdriver, Own mix acoustic driver, Unbranded phone, Adding new flash menu's. W810i It's Rock...!

[ This Message was edited by: pram_zx on 2008-05-30 08:17 ]
binhtop
T68 gold
Joined: Nov 25, 2007
Posts: 1
PM
Posted: 2008-05-30 12:14
Reply with quoteEdit/Delete This PostPrint this post
@ Popek189 : OMG .popek 189 .can u tell me how can u shot like that ? plz show me your method ?
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 630631632 ... 664665666  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic