Esato Mobile
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
Page <  123 ... 127128129 ... 345346347>

kuratinja Posts: 41

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

kopritis Posts: 295


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

notoryuz Posts: 63


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

kopritis Posts: 295


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 ]





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


[ This Message was edited by: kopritis on 2007-10-30 16:38 ]
--
Posted: 2007-10-30 17:38:03
Edit : Quote

number1 Posts: > 500

there are no colour settings to play around with saturation doesn't work, my colour was done by not compressing the picture 100% compression then u get the full colour the k800i is capable of.
--
Posted: 2007-10-30 17:44:23
Edit : Quote

kopritis Posts: 295


On 2007-10-30 17:44:23, number1 wrote:
there are no colour settings to play around with saturation doesn't work, my colour was done by not compressing the picture 100% compression then u get the full colour the k800i is capable of.


100%?? and the driver no crush?? I'm gonna tryit!!
--
Posted: 2007-10-30 17:48:03
Edit : Quote

number1 Posts: > 500


On 2007-10-30 17:48:03, kopritis wrote:

On 2007-10-30 17:44:23, number1 wrote:
there are no colour settings to play around with saturation doesn't work, my colour was done by not compressing the picture 100% compression then u get the full colour the k800i is capable of.


100%?? and the driver no crush?? I'm gonna tryit!!


nope, i've been using 100% compression in most of drivers
--
Posted: 2007-10-30 17:52:47
Edit : Quote

notoryuz Posts: 63

@kopritis

thanks man anyway where can i find or where is the line for changing the fps on video mode ? i just wanna make lower or higher just for testing it ....

and i wanna see the current fps on the current driver i use ....

[ This Message was edited by: notoryuz on 2007-10-30 17:02 ]
--
Posted: 2007-10-30 17:55:39
Edit : Quote

kopritis Posts: 295


On 2007-10-30 17:55:39, notoryuz wrote:
@kopritis

thanks man anyway where can i find or where is the line for changing the fps on video mode ? i just wanna make lower or higher just for testing it ....

and i wanna see the current fps on the current driver i use ....

[ This Message was edited by: notoryuz on 2007-10-30 17:02 ]



seq_vf_config_11 = $s6 11
#SET_REG(07,03) // Draft 320x240
#SET_REG(08,02) // IS Movie 320x240
#SET_REG(09,3c) // 30 fps DRAFT_RATE
$cc 04 // Twilight landscape scene?
#COM_EVENT(03,04) // AE_SLOW_SHUTTER = 2 fps
$cl
#COM_EVENT(03,1e) // 7,5 fps AE_SLOW_SHUTTER
$cx;


seq_vf_config_12 = $s6 12
#SET_REG(07,03) // Draft 320x240
#SET_REG(08,02) // IS Movie 320x240
#SET_REG(09,1e) // 12 fps DRAFT_RATE
#COM_EVENT(03,1e); // 7,5 fps AE_SLOW_SHUTTER



seq_vf_config_19 = $s6 19
#SET_REG(07,03) // Draft 128x96
#SET_REG(08,02) // IS Movie 128x96
#SET_REG(09,1E) // 15 fps DRAFT_RATE
#COM_EVENT(03,1E); // 15 fps AE_SLOW_SHUTTER

seq_vf_config_20 = $s6 20
#SET_REG(07,03) // Draft 176x144
#SET_REG(08,02) // IS Movie 176x144
#SET_REG(09,1E) // 15 fps DRAFT_RATE
#COM_EVENT(03,1E); // 15 fps AE_SLOW_SHUTTER

seq_vf_config_21 = $s6 21
#SET_REG(07,07) // Draft 128x96
#SET_REG(08,06) // IS Movie 128x96
#SET_REG(09,1e) // 10 fps DRAFT_RATE
#COM_EVENT(03,1e); // 10 fps AE_SLOW_SHUTTER

seq_vf_config_22 = $s6 22
#SET_REG(07,07) // Draft 128x96
#SET_REG(08,06) // IS Movie 128x96
#SET_REG(09,1e) // 7,5 fps DRAFT_RATE
#COM_EVENT(03,1e); // 7,5 fps AE_SLOW_SHUTTER

seq_vf_config_23 = $s6 23
#COM_EVENT(34,01) // Draft mode
#SET_REG(07,05) // Draft 176x144
#SET_REG(08,04) // IS Movie 176x144
#SET_REG(09,1e) // 10 fps DRAFT_RATE
#COM_EVENT(03,1e); // 10 fps AE_SLOW_SHUTTER

seq_vf_config_24 = $s6 24
#COM_EVENT(34,01) // Draft mode
#SET_REG(07,05) // Draft 176x144
#SET_REG(08,04) // IS Movie 176x144
#SET_REG(09,1e) // 7,5 fps DRAFT_RATE
#COM_EVENT(03,1e); // 7,5 fps AE_SLOW_SHUTTER
--
Posted: 2007-10-30 18:03:21
Edit : Quote

burner8 Posts: 127

and which line i have to change to get 20-25 fps?
--
Posted: 2007-10-30 18:11:46
Edit : Quote
Page <  123 ... 127128129 ... 345346347>

New Topic   Reply
Forum Index

Esato home