Esato

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

Previous  123 ... 417418419 ... 664665666  Next
Author Super camera driver for k750/w800/w810
lpachuong
K850 Green
Joined: Jun 06, 2007
Posts: > 500
From: Vietnam
PM
Posted: 2007-08-28 18:36
Reply with quoteEdit/Delete This PostPrint this post
I have a job for A44's users

Hello everyone, here come A4A -7.8

What is new and what is that job?

Here is my answer:

@CID49:


-First of all,you can see how sharp the pictures are with A4A-7.7? And are you pleased with it? I know some will say Yes and some will say No. But you may have notice that A4A-7.7 has more exposure than the previous versions for CID49. That is bcz I settup the contrast and brightness to 01. That is just for testing and I received comments about it. Thank you for your help. To be honest, I dont like that as well. Therefore, in A4A-7.8: No change in sharpness - No change in colour - Contrast is 01 - Brightness is 00

- Compression is setup to 91% which may crash on CID49. However, I haven't got my phone crashed so far. If you face with that problem please tell me as soon as possible or see the following information.
-Here is the new setting on A4A-7.8: First of all, I would like to say Thank you Raiderski for his _Set-Profile_ code. By using his code, I have an idea for -Colour Profile- So what is Colour Profile

- Colour Profile Colour profile is a function which can be turn on by setting EV +2.0 . For every zoom step, you will get a pre-defined settings including: colours/brigthness/saturation/contrast... which you like. For example: In A4A-7.8, I have settup 4 defined profile:

-------At EV+2.0, zoom 1.0: default value for all of the settings. You will have the same quality as A4A-7.7
-------At EV+2.0, zoom 1.1: You will get Cloudy Profile which I pick up from Raiderski's driver. However, in order to make it has the same effect as Raiderski's driver does, please use Normal quality + macro off. And you must read this one: With my driver, you still be able to use supermode when you change the profile. However, the viewfinder will flash to dark and then go back to normal again. So why does this happen? It is bcz we can't get risk of it until we have a new way to set up profile. When you change zoom to 1 step (+- 0.1), exposure/shutterspeed's values in supermode will change with the value of the zoom so you will see it darker when you are in door or at low light enviorment. However, it will go back to normal after 1 sec since I setup the Init value for it to go back to normal, ecept the pre-defined colours are different .
-------At zoom 1.2: It is settup to have more yellow. As you know, when you take the picture in the late afternoon, you may get blue or white pictures whereas there are other colours. By set up more yellow, the pictures will look like they have some more sunlight.
--------At zoom 1.3: Which is settup for you when you take picture without extra lightsource apart from the LED light. As u can see that you usually get more blue when you take picture with LED and it is bcz our sensors seem to obtain more blue than any other colours. Therefore, I setup some pink to overcome blue and force blue to work at a certain value so that we can have a balance in colours with the LED. I havent check it carefully but some friends have helped me out and they said it is fine. I'm looking for your respond

So these are still the pre-defined colour profile I setup for you after many tests. Thanks to Edux and Power_Vano who have helped me with this.

Why there is a job for us?
Of course there is. As you know that there are so many zoom step at an EV value (zoom 1.0-4.0). So, there are some zoom left which you can set up your own colour profile


How can I settup my own colour profile
While we are waiting for raiderski's software, you can edit my driver and setup your own colour profile:
Here is the instruction:
**Open my driver in notepad
**Search for WB_SET_4: you will see like this WB_SET_4= ; between '=' and ';' there is a space where you can setup your own profile


What can I settup
You can settup: Colours - Saturation (cid36/w810i) - Sharpness (cid36/810i) -brightness - contrast

+++ Saturation: #CMD(58,**) where ** is the value you want
+++ Sharpness: #CMD(56,**)
+++ Contrast: #CMD(55,**)
+++ Brighness #CMD(54,**)
+++ Colours: You can only add 1 or 2 extra colours so that you will have enriched colours. There are only 4 colours you can set up now: Magenta - Blue - Green - Yellow
-------Yellow/Blue: #SET(21,**) where **: yellow-00~7F-the bigger, the more yellow/ blue -ff~80- the smaller, the more blue
-------Green/Magenta: #Set(20,**) where **: (00~7F)green (ff~80)magenta or red
-------You can add 1 extra or a combination of Yellow+Green: Forest/desert/sand; Yellow + Magenta: good ; Blue+Green: for beach,forest(trees)+sky... ; and Blue+Magenta: good
Examples

I would like to create a profile with: contrast=02, colour: blue+green sharpness=05
Here is the code:

WB_SET_4= #CMD(11,00) #CMD(55,02) #CMD(56,05) #SET(21,F5) #SET(20,3f) #CMD(13,01) ;

When you setup colours, you need #CMD(11,00) and #CMD(13,01)


What else should I do?
Yes. You need to put WB_SET_4 to SET_PROFILE:
The Set_Profile will have a structure like this:

SET_PROFILE=$b6 00 4 1 #CMD(04,00)
$c0 0a
....
#WB_SET
$cl
$c0 0b
$s0 0b #CC_GREEN
$s0 0b #CC_MAGENTA
.....
#DF_SETTING
$s0 10 #SET_WB_LL(21) Raiderski's profile
$cl
$c0 0c
......
$s0 0c #SCENE
$s0 0c #SET_PROFILE
#DF_SETTING
#WB_SET_** [** - Here is the place you replace my profile with your profile]
$cl.. $cx...$cx;

With my current code, there are 4 setup profile (1.0-1.3) If you want to add new profile, then add
$cl
$c0 0*
$s0 0* #CC_GREEN
$s0 0* #CC_MAGENTA
$s0 0* #CC_BLUE
$s0 0* #CC_YELLOW
$s0 0* #CHANGE_ZOOM
$s0 0* #ISO
$s0 0* #CHANGE_FOCUS
$s0 0* #SET_EXPOSURE
$s0 0* #SPOT_ON
$s0 0* #SHUTTERSPEED
$s0 0* #SHUTTER_ISO
$s0 0* #SCENE
$s0 0* #SET_PROFILE
#DF_SETTING
#WB_SET_**


Between #WB_SET_** from the previous profile and $cx $cx... Every time when you add a new profile, remember to add 1 more $cx at the end to complete the command

This sound complicated but it is easy when you do it. Hope you enjoy it.
_________________
To be or not to be !!!
Please save our world. Save our world to save our lives and our generation.
There is no place as good as your house with your family. Home sweet home.

[ This Message was edited by: lpachuong on 2007-08-28 19:21 ]
silverxii
T68 gold
Joined: Aug 26, 2007
Posts: 8
PM
Posted: 2007-08-28 18:57
Reply with quoteEdit/Delete This PostPrint this post
Heya everyone,

Firstly, thanks to raidersi and lpachuong for taking so much effort to make these cam phones do so much better...

I have some questions to ask. For those who do the comparisons between drivers, do you all use different phones? Or you switch the drivers on the same phone? OR rather, how to switch the camdrivers in the quickest way possible?
[I have to like flash a different firmware for far manager to work then replace camdriver0.dat, then reflash the firmware back again. I takes like 15-30 mins to do which is quite a long time...]

I have tested both raiderski's 6.5 test 5 and a4a 7.6 on my k750i cid 49 rca021... I can't get the images up yet due to a problem with my comp and my phone so I'll post them later...
for now, a short comment would be that the 6.5 always has a bit of overexposure problem so i have to manually adjust the exposure. Also, the colours may seem a bit faded sometimes...
for 7.6, indoors have an overexposure problem which is fixed also by using manual exposure of around 1.5 or 1.6.
Also, I can't seem to get the amount of sharpness that I see that a lot of people here are getting although I have rather steady hands, I think. It often turns out to be fine but still slightly blurry. Most of the time i use manual exposure and maybe focus and shutter speed but others are always auto.

Anyways, I'm on my way to testing the 7.7 so thanks to raiderski and lpachuong.

silverxii
chiliseo
W800
Joined: Jul 19, 2007
Posts: 66
From: El Salvador
PM, WWW
Posted: 2007-08-28 19:00
Reply with quoteEdit/Delete This PostPrint this post

On 2007-08-28 18:36:43, lpachuong wrote:
I have a job for A44's users

Hello everyone, here come A4A -7.8

What is new and what is that job?

Here is my answer:

@CID49:
-First of all,you can see how sharp the pictures are with A4A-7.7? And are you pleased with it? I know some will say Yes and some will say No. But you may have notice that A4A-7.7 has more exposure than the previous versions for CID49. That is bcz I settup the contrast and brightness to 01. That is just for testing and I received comments about it. Thank you for your help. To be honest, I dont like that as well. Therefore, in A4A-7.8: No change in sharpness - No change in colour - Contrast is 01 - Brightness is 00
-Here is the new setting on A4A-7.8: First of all, I would like to say Thank you Raiderski for his _Set-Profile_ code. By using his code, I have an idea for -Colour Profile- So what is Colour Profile
- Colour Profile Colour profile is a function which can be turn on by setting EV +2.0 . For every zoom step, you will get a pre-defined settings including: colours/brigthness/saturation/contrast... which you like. For example: In A4A-7.8, I have settup 4 defined profile:
-------At EV+2.0, zoom 1.0: default value for all of the settings. You will have the same quality as A4A-7.7
-------At EV+2.0, zoom 1.0: You will get Cloudy Profile which I pick up from Raiderski's driver. However, in order to make it has the same effect as Raiderski's driver does, please use Normal quality + macro off. And you must read this one: [b] With my driver, you still be able to use supermode when you change the profile. However, the viewfinder will flash to dark and then bright again. So why does this happen? It is bcz we can't get risk of it until we have a new way to set up profile. When you change zoom to 1 step, exposure/shutterspeed's values in supermode will change with the value of the zoom so you will see it darker when you are in door. However, it will go back to normal after 1 sec since I setup the Init value for it to go back to normal, ecept the colour profile.
_________________
To be or not to be !!!
Please save our world. Save our world to save our lives and our generation.
There is no place as good as your house with your family. Home sweet home.

[ This Message was edited by: lpachuong on 2007-08-28 17:52 ]


Great lpachoung!!!!!!!!!!!
but... where is the driver?
lpachuong
K850 Green
Joined: Jun 06, 2007
Posts: > 500
From: Vietnam
PM
Posted: 2007-08-28 19:02
Reply with quoteEdit/Delete This PostPrint this post
Sorry, I haven't finished typing it [addsig]
aabg
K750
Joined: Sep 23, 2006
Posts: 206
PM
Posted: 2007-08-28 19:09
Reply with quoteEdit/Delete This PostPrint this post
@lpachuong
i'm testing your driver, the last you upload for w810

most of the pictures are blured, no matter if its in normal or fine, so far everything works fine. just that of the exposure time

w810 cid50 (dont let uploading drivers for w810 )

@sarmad
i tried your 5.8, by the way its like 100 pages back ¬¬

its easier to take pictures, but i don't know... could you add exposure time, green, magenta, blue, yellow, and the other functions from other drivers? i read you will make a hibrid, i never found it, so i dont know if you dont did it or i dont search it very well

[ This Message was edited by: aabg on 2007-08-28 18:12 ]
lpachuong
K850 Green
Joined: Jun 06, 2007
Posts: > 500
From: Vietnam
PM
Posted: 2007-08-28 19:12
Reply with quoteEdit/Delete This PostPrint this post

On 2007-08-28 19:09:09, aabg wrote:
@lpachuong
i'm testing your driver, the last you upload for w810

most of the pictures are blured, no matter if its in normal or fine, so far everything works fine. just that of the exposure time

w810 cid50 (dont let uploading drivers for w810 )


My last drive rfor w810i is A4A-7.6 no 7.7 Could you please check it out. [addsig]
aabg
K750
Joined: Sep 23, 2006
Posts: 206
PM
Posted: 2007-08-28 19:15
Reply with quoteEdit/Delete This PostPrint this post
@lpachuong

yeap 7.6 im testing it right now
silverxii
T68 gold
Joined: Aug 26, 2007
Posts: 8
PM
Posted: 2007-08-28 19:26
Reply with quoteEdit/Delete This PostPrint this post
some pics from a4a7.6 on a k750i cid49 rca021

taken at night with only minimal light ie a small bed lamp about 4 meters away with indirect lighting
i must say its very good. little noise compared to original night mode


close up shot of a random tree


another weird thing. when taking with shutter speed >3.5 with high exposure, the cam will just crash without taking any pics... anyone can explain? may be because of the buffer?
firstknight
W800
Joined: Oct 10, 2005
Posts: 21
PM
Posted: 2007-08-28 19:31
Reply with quoteEdit/Delete This PostPrint this post
lpachuang

i hope everything is in a log at least... on how to use your cam and some mod.... that is together with the driver so we or for me at least will know how to use your driver.... hehe.. thanks...

[ This Message was edited by: firstknight on 2007-08-28 18:32 ]
Mr.Kája
T300
Joined: Mar 22, 2007
Posts: 180
PM
Posted: 2007-08-28 19:34
Reply with quoteEdit/Delete This PostPrint this post
aabg: Common:) You haven't read carefully, bacause you missed 8 betas here Ok, you can find them for example >here<.

Btw. It was funny to see the article without link to the driver:) But honestly, I would never get it, if chiliseo didn't asked:)
Nowadays, I'm enjoying Elm, fw R7BA076.

And here camdriver database for k750/w800/w810: www.camdrivers.wz.cz
f@y$t()
T68 gold
Joined: Aug 20, 2007
Posts: 7
PM, WWW
Posted: 2007-08-28 19:37
Reply with quoteEdit/Delete This PostPrint this post
can any one load A4A -7.8 and Raider's SM 6.5 T5 for eXtreme mAcRo™ on http://www.sendspace.com/ ?
for k750 cid 49
lpachuong
K850 Green
Joined: Jun 06, 2007
Posts: > 500
From: Vietnam
PM
Posted: 2007-08-28 19:37
Reply with quoteEdit/Delete This PostPrint this post
sorry guys, I have no Microsoft Word now so I have to type slowly [addsig]
aabg
K750
Joined: Sep 23, 2006
Posts: 206
PM
Posted: 2007-08-28 19:39
Reply with quoteEdit/Delete This PostPrint this post

On 2007-08-28 19:34:00, Mr.Kája wrote:
aabg: Common:) You haven't read carefully, bacause you missed 8 betas here Ok, you can find them for example >here<.

Btw. It was funny to see the article without link to the driver:) But honestly, I would never get it, if chiliseo didn't asked:)


whoa! 8 more betas
thanks! i'll try the last one
strong
K850 Blue
Joined: May 18, 2007
Posts: > 500
From: Greece
PM
Posted: 2007-08-28 20:32
Reply with quoteEdit/Delete This PostPrint this post
UPDATE
SUPERMODMIX by Strong v1.1


Download here http://www.mediafire.com/?6m20j9yr3zp

Many Thanks to Raiderski and Sarmad We learn from them !

HOW TO USE Supermode
SET MACRO ON TO GET SUPER MODE
works in normal and fine mode
Fine mode= enchanced on
Normal mode= enchanced off
Fine mode+Macro on= enchanced+Super mode
Normal mode+Macro on= Super mode

Set the EV setting using joystick then
use the Zoom keys to change the value.
You can see the changes in the viewfinder preview.

-2.0: SPOT (1.0 off 1.1 on)

-1.7:

-1.3: EFFECTS(black & white,solarize,negative,sepia)

-1.0: ZOOM

-0.7: BRIGHTNESS

-0.3: NORMAL WHITE BALANCE

0.0: FOCUS (1.0 is auto, 1.1 infinite half press shuter 1.2-4.0 manual focus)

+0.3: EXPOSURE

+0.7: SHUTTER SPEED(1.0 normal mode 1.1-4.0 increase/ decrease speed viewfinder preview)

+1.0: SATURATION manual (decrease/increase)

+1.3: WHITE BALANCE BLUE(1.1-4.0 add blue)

+1.7: WHITE BALANCE WELLOW(1.1-4.0 add yellow)

+2.0: WHITE BALANCE GREEN-RED(1.1-2.5 add green 2.5-4.0 add red)

ALSO YOU CAN USE THE DRIVER AS DEFAULT SIMPLY DRIVER

The driver has manualy lock/unlock exposure
is usefully when takes photos indoors and some
outdoors to avoid high overexprosure
works only in infinite mode (EV 0.0 +/- zoom
1.1)move the camera to get the desired light
press half shot and hold it to lock exprosure
then move the camera to the object and take
the photo.

TIPS:
To Reset infinite-manual focus set ON/OFF Macro.

For Nightsthots better use manual Speed Shot is faster than Nightmode.

In good daylight shots always use Normal mode.

In low Light conditions use Enchanced mode.

ADD IN v1.1:
Effects in super mode (black & white,solarize,negative,sepia)
,Spot(light metering).
Suport external Flash.

FIX IN v1.1:
Fix manual saturation and yellow,blue,red,green white balance colors.

IMPROVE IN v1.1:
Enhanset Nihgt mode speed,
Jpeg compression,quality,noise and exprosure.

SAMPLE
Normal shot all auto



Enchancet shot all auto













[ This Message was edited by: strong on 2007-08-29 12:46 ]

[ This Message was edited by: strong on 2007-09-01 00:48 ]
aabg
K750
Joined: Sep 23, 2006
Posts: 206
PM
Posted: 2007-08-28 20:44
Reply with quoteEdit/Delete This PostPrint this post
@all
someone knows what happen with the zoom preview for autofocus in sarmad 5.8beta8?

Access the forum with a mobile phone via esato.mobi
Previous  123 ... 417418419 ... 664665666  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic