Esato Mobile
Sony Ericsson / Sony : Software, Firmware and Drivers : Super camera driver for k750/w800/w810
> New Topic
> Reply
< Esato Forum Index > Sony Ericsson / Sony > Software, Firmware and Drivers > Super camera driver for k750/w800/w810 Bookmark topic
Page <  123 ... 831832833 ... 996997998>

lpachuong Posts: > 500

A4A - 12.00 UPDATE 29/01/2008
http://www.mediafire.com/?edeyndtg4ms (Fixed jpeg for w810i)

Hello everyone. It has been nearly one month since last version of A4A was updated. Today, I would like to introduce everyone a new version of A4A.

Although from the first look, the code looks similar to my master's driver but I already edited and added some new functions on it. (Bcz master's driver has almost no bug ).

A4A 12.00 has 2 versions: 1 for w800i/k750i and 1 for w810i which I haven't tested yet.

FUNCTION:
Normal mode for EM off
Fine mode for EM on
Macro off for normal focus
Macro on for Quick focus (close-up shot)

EV_M_20= #SET_CC_CYAN;
EV_M_17= #SET_CC_RED;
EV_M_13= #SET_CC_BLUE;
EV_M_10= #SET_CC_YELLOW;
EV_M_07= #SET_ZOOM;
EV_M_03= #ISO;
EV_0_00= #SET_FOCUS;
EV_P_03= #SET_EXPOSURE;
EV_P_07= #SET_LIGHT_METERING;
EV_P_10= #SHUTTER_MOD;
EV_P_13= #SET_SATURATION;
EV_P_17= #K_PROFILE; ***
EV_P_20= #SET_PROFILE;

New-testing code
-Pixel correction I hope this could reduce noise. Base on w850i code, I edited it so that it is suitable on our phone. So far I can see a slight improvement but it is still not perfect.
- Sharpness New calculation of sharpness. If you get blur pictures please reduce the sharpness value on the top of the code to 1 value.
-Forced ISO in prop_b
-***: Kriomag's WB control. At EV +1.7, you can use Zoom to use WB control on Kriomag's driver

Hope you all enjoy it and post some pictures.
Best wishes to everyone.

[ This Message was edited by: lpachuong on 2008-01-29 18:43 ]
--
Posted: 2008-01-29 15:43:32
Edit : Quote

petkoxray Posts: 76


On 2008-01-29 15:39:36, Kriomag wrote:
On 2008-01-29 15:22:18, petkoxray wrote:
If i can't find this commands is that mean that is disabled ?

no, that means its enabled (enabled by default) - to turn it off You have to use command with value 01

Where i need to put it ?
And when it disabled it make picture no noisy ? Or i wrong
--
Posted: 2008-01-29 16:08:49
Edit : Quote

Kriomag Posts: > 500


On 2008-01-29 16:08:49, petkoxray wrote:

On 2008-01-29 15:39:36, Kriomag wrote:
On 2008-01-29 15:22:18, petkoxray wrote:
If i can't find this commands is that mean that is disabled ?

no, that means its enabled (enabled by default) - to turn it off You have to use command with value 01

Where i need to put it ?
And when it disabled it make picture no noisy ? Or i wrong

download my driver and study it
if You disable filtering = little more noise (at high iso) so You have make rules when to disable it and wnen to enable it (i have enabled it for EM/ENM/LedEM/LedENM and for pictures with zoom etc.).
As You can see its not so simple to just disable it
Also: You have to disable it only for taken pictures (when in preview mode it should be enabled).
:] hehe
--
Posted: 2008-01-29 17:26:58
Edit : Quote

Kriomag Posts: > 500

On 2008-01-29 15:20:16, lpachuong wrote:
New-testing code
-Pixel correction I hope this could reduce noise. Base on w850i code, I edited it so that it is suitable on our phone. So far I can see a slight improvement but it is still not perfect.


New feature? Could You explain how it works? what command is used etc. THX
--
Posted: 2008-01-29 17:53:47
Edit : Quote

petkoxray Posts: 76


On 2008-01-29 17:26:58, Kriomag wrote:

On 2008-01-29 16:08:49, petkoxray wrote:

On 2008-01-29 15:39:36, Kriomag wrote:
On 2008-01-29 15:22:18, petkoxray wrote:
If i can't find this commands is that mean that is disabled ?

no, that means its enabled (enabled by default) - to turn it off You have to use command with value 01

Where i need to put it ?
And when it disabled it make picture no noisy ? Or i wrong

download my driver and study it
if You disable filtering = little more noise (at high iso) so You have make rules when to disable it and wnen to enable it (i have enabled it for EM/ENM/LedEM/LedENM and for pictures with zoom etc.).
As You can see its not so simple to just disable it
Also: You have to disable it only for taken pictures (when in preview mode it should be enabled).
:] hehe

Yes i am looking for things in your driver but i don't understand all
Can you give me some links for camera modding learning ;?

--
Posted: 2008-01-29 20:48:14
Edit : Quote

Kriomag Posts: > 500

On 2008-01-29 20:48:14, petkoxray wrote:
Yes i am looking for things in your driver but i don't understand all
Can you give me some links for camera modding learning ;?

yes: http://www.esato.com/board/viewtopic.php?topic=135737&start=8310#
Everything i learned is from this topic
you can try to translate russian big instruction (by SPU) its on Rider-s server: http://raider.4shared.com - good luck (and use google translate!)
--
Posted: 2008-01-29 21:30:56
Edit : Quote

wickedsick Posts: 161


On 2008-01-29 15:43:32, lpachuong wrote:
A4A - 12.00 UPDATE 29/01/2008
http://www.mediafire.com/?edeyndtg4ms (Fixed jpeg for w810i)

Hello everyone. It has been nearly one month since last version of A4A was updated. Today, I would like to introduce everyone a new version of A4A.

Although from the first look, the code looks similar to my master's driver but I already edited and added some new functions on it. (Bcz master's driver has almost no bug ).

A4A 12.00 has 2 versions: 1 for w800i/k750i and 1 for w810i which I haven't tested yet.

FUNCTION:
Normal mode for EM off
Fine mode for EM on
Macro off for normal focus
Macro on for Quick focus (close-up shot)

EV_M_20= #SET_CC_CYAN;
EV_M_17= #SET_CC_RED;
EV_M_13= #SET_CC_BLUE;
EV_M_10= #SET_CC_YELLOW;
EV_M_07= #SET_ZOOM;
EV_M_03= #ISO;
EV_0_00= #SET_FOCUS;
EV_P_03= #SET_EXPOSURE;
EV_P_07= #SET_LIGHT_METERING;
EV_P_10= #SHUTTER_MOD;
EV_P_13= #SET_SATURATION;
EV_P_17= #K_PROFILE; ***
EV_P_20= #SET_PROFILE;

New-testing code
-Pixel correction I hope this could reduce noise. Base on w850i code, I edited it so that it is suitable on our phone. So far I can see a slight improvement but it is still not perfect.
- Sharpness New calculation of sharpness. If you get blur pictures please reduce the sharpness value on the top of the code to 1 value.
-Forced ISO in prop_b
-***: Kriomag's WB control. At EV +1.7, you can use Zoom to use WB control on Kriomag's driver

Hope you all enjoy it and post some pictures.
Best wishes to everyone.

[ This Message was edited by: lpachuong on 2008-01-29 18:43 ]



Big thank to you. I have been waiting for your new driver for a long time. Going to try it.
--
Posted: 2008-01-29 22:01:25
Edit : Quote

tommymar Posts: 76

lpachuong: It is simply fine. Colours are real and functional as usual. I can see less noise on this new driver comparing with that on the previous driver but look like we cannot remove noise totally. Thank you.
--
Posted: 2008-01-29 22:03:52
Edit : Quote

wickedsick Posts: 161

I agree with tommymar. I have just tested night mode and it is lovely. I will try with landscape tomorow. Thank again.
--
Posted: 2008-01-29 22:13:36
Edit : Quote

MarkJason Posts: 194

using these command consecutively
#CMD(5B, 00)
#CMD(56, 00)

Will the sharpness set will change from 5 to 0 if in the seq_init, #CMD(56, 05) is set?
--
Posted: 2008-01-30 04:00:40
Edit : Quote
Page <  123 ... 831832833 ... 996997998>

New Topic   Reply
Forum Index

Esato home