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
i've download the kopritis 3.7 driver and i'll try it....for the kop 3.6 i like it...better than kop 3.5
--
Posted: 2007-10-30 17:00:00
Edit :
Quote
On 2007-10-30 16:52:54, norbi_nw wrote:
now that you learned so much again, can u release a new camdriver? and can you do something about colors? i like number1 2.86 colors. they are more saturated, stronger and warmer. Anything u can do?
And which setting is do that???
"they are more saturated, stronger and warmer."
So far me and N1 we play with the settings. No new part of code.
do something, find the hex editor ultraedit32 and do a compare with last of my mod and N1's mod to see the differences. The only thing which is different is iso setting for flash...
So, when i will discover something really new, then we are talking about again. For now, we all just play with the settings of the camdriver.
[ This Message was edited by: kopritis on 2007-10-30 16:35 ]
--
Posted: 2007-10-30 17:33:50
Edit :
Quote
On 2007-10-30 04:31:09, rockiran_25 wrote:
Guys,as everybody feel 2.7(kop) s the best,so m i,i also tried changing the sharpness from 06 to 08 in it.It clickz better picz......please try it out guys....
Line no:329
#COM_EVENT(56,06) // Reset sharpness
to
#COM_EVENT(56,08) // Reset sharpness
If this s already tried out jus tell me itz behaviour..........
[ This Message was edited by: rockiran_25 on 2007-10-30 03:33 ]
Do you mean this one
// Normal (non-document) mode settings
NORM_MODE = #COM_EVENT(55,00) // Reset contrast
#COM_EVENT(56,06) // Reset sharpness
#COM_EVENT(06,00) // Reset exposure
or this one
// Document mode settings
DOC_MODE = #COM_EVENT(55,02) // Increase contrast to 2
#COM_EVENT(56,08) // Increase sharpness to max (8)
#COM_EVENT(06,02) // Increase exposure to 2
--
Posted: 2007-10-30 17:34:04
Edit :
Quote
On 2007-10-30 17:34:04, notoryuz wrote:
Do you mean this one
// Normal (non-document) mode settings
NORM_MODE = #COM_EVENT(55,00) // Reset contrast
#COM_EVENT(56,06) // Reset sharpness
#COM_EVENT(06,00) // Reset exposure
or this one
// Document mode settings
DOC_MODE = #COM_EVENT(55,02) // Increase contrast to 2
#COM_EVENT(56,08) // Increase sharpness to max (8)
#COM_EVENT(06,02) // Increase exposure to 2
[ This Message was edited by: rockiran_25 on 2007-10-30 03:33 ]