Sony Ericsson / Sony : Software, Firmware and Drivers : Modded Camera Driver for k800i/k810i
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> Modded Camera Driver for k800i/k810i
Bookmark topic
On 2007-12-27 19:02:17, brazuka wrote:
Guyss each driver has its quality and its functions, you may not be disputing or competition one thing in benefit yourself try dispute, but a means to take the images to the eyes of the people of the world, even as the properties and functions are still many by the discover and each processor chips hardware and fits better with each property so each hardware has his identity his body, and so another thing never a photograph will have the same indentity even taken the same reference in the same instant of time, and sometimes the solution in this small things.
good job guys
Didnt understand a thing lol. No offense.
--
Posted: 2007-12-27 19:28:49
Edit :
Quote
LOL!
all this discussion about sharpness looks like the matter of life or death

you've big chances to continue topic called "holy sharpness value" in next several months - my condolences

some of you understand, some of you not: you'll never find value which will be ideal for everyone, so... don't you think that the easiest way to resolve this problem is to give every person possibility to edit sharpness/other value in very easy way (GUI)? let they decide what they want
--
Posted: 2007-12-27 19:56:48
Edit :
Quote
On 2007-12-27 19:56:48, Raiderski wrote:
LOL!
all this discussion about sharpness looks like the matter of life or death

you've big chances to continue topic called "holy sharpness value" in next several months - my condolences

some of you understand, some of you not: you'll never find value which will be ideal for everyone, so... don't you think that the easiest way to resolve this problem is to give every person possibility to edit sharpness/other value in very easy way (GUI)? let they decide what they want
Good idea, i'll do that in next driver. Btw i dont see any difference between (58,08) or (58,1D), why doesnt the saturation change?
--
Posted: 2007-12-27 20:06:40
Edit :
Quote
Good idea, i'll do that in next driver. Btw i dont see any difference between (58,08) or (58,1D), why doesnt the saturation change?
the sharpness also don`t change
--
Posted: 2007-12-27 20:31:31
Edit :
Quote
Ok heres ModMix v1.40 with customizable sharpness.
Just open the camdriver0.dat with some editing program (i use notepad++) and go to the last line of the driver :
SET_SHARPNESS = #COM_EVENT(58,xx);
and change xx to any value that you like.
Download:
http://www.4shared.com/dir/5094826/1911660d/140.html[ This Message was edited by: killerPK on 2007-12-27 20:30 ]
--
Posted: 2007-12-27 21:23:00
Edit :
Quote
killerPK
this isn't GUI solution but indeed good step to better customization

different approach:
top of the code:
SHARPNESS= 08;
in code:
#COM_EVENT(58,#SHARPNESS);
--
Posted: 2007-12-27 21:32:03
Edit :
Quote
Can we add this last line to every1 CamDriver and do it work...?
--
Posted: 2007-12-27 21:32:41
Edit :
Quote
On 2007-12-27 21:32:03, Raiderski wrote:
killerPK
this isn't GUI solution but indeed good step to better customization

different approach:
top of the code:
SHARPNESS= 08;
in code:
#COM_EVENT(58,#SHARPNESS);
Didnt think of that, oh well it works anyway.
--
Posted: 2007-12-27 21:39:51
Edit :
Quote
On 2007-12-27 21:32:41, Goldmen wrote:
Can we add this last line to every1 CamDriver and do it work...?
No u cant, first you have to search for all the #com_event(56,xx) lines in a driver and replace them with a new function i,e #set_sharpness then define set_sharpness = com_event(56,xx); in the end so u only have to change it here for all scenes.
Oh yeah sorry, its 56.
[ This Message was edited by: killerPK on 2007-12-27 20:45 ]
--
Posted: 2007-12-27 21:44:13
Edit :
Quote
Very good approach, notepadding isn't too difficult !
but 58 is color gain, it should be 56 for sharpness
--
Posted: 2007-12-27 21:44:45
Edit :
Quote
New Topic
Reply