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 ... 187188189 ... 345346347>

KevinY Posts: 2

thanks for the link
--
Posted: 2007-11-27 04:35:13
Edit : Quote

alvink83 Posts: 20

Hi all, I'm new to SE phones hacks. Just bought a K810i and would to use the modded camdriver. Can anyone instruct / guide me on this? Thanks alot.
--
Posted: 2007-11-27 07:13:29
Edit : Quote

mario06 Posts: 73


On 2007-11-27 03:56:54, genus wrote:

On 2007-11-26 17:20:18, mario06 wrote:

On 2007-11-26 17:02:20, Guto_ViP wrote:
Very nice Genus!



don't forget to fix the macro crosshair bug


Wat is this????? If you put infinity focus mode in normal mode then change to document mode sure no focus come out??? Or you mean when we use spot mode at normal there is crosshair but no crosshair at document mode??? this i think not camdriver problem is firmware.

Oh...i forget to fix the WB bug when flash on again....sori, i will do change in my 4.8


[ This Message was edited by: genus on 2007-11-27 03:13 ]


i have an original k810 with firmware R6BC002, the problem is this when i take a closeup(macro) picture leaving all settings to Auto the white crosshair doesn't turn green but the shot comes out ok, can you fix this bug?

regards
--
Posted: 2007-11-27 07:51:45
Edit : Quote

number1 Posts: > 500

we really need 2 find the k800i shutterspeed command i have a good test that allows us to test 34 different values at once,
open the camdriver and find norm mode


// Normal mode settings
NORM_MODE = #COM_EVENT(02,00) // AE_AUTO
#COM_EVENT(55,00) // Reset contrast
#COM_EVENT(56,02) // Sharpeness 00 to 08
#COM_EVENT(06,00) // Reset exposure
put all ur 34 possible shutter speed commands here

#SET_REG(40,07) // Set flash ISO to default 400
#UPDATE_COLOR
#WB_ISO400;

now use this

below values as 1/x sec:

00 = auto, 01 = 6400, 02 = 5000, 03 = 3200, 04 = 2500, 05 = 2000, 06 = 1600, 07 = 1250, 08 = 1000
09 = 800, 0A = 640, 0B = 500, 0C = 400, 0D = 320, 0E = 250, 0F = 200, 10 = 160, 11 = 125, 12 = 100
13 = 80, 14 = 60, 15 = 50, 16 = 40, 17 = 30, 18 = 25, 19 = 20, 1A = 15, 1B = 13, 1C = 10
1D = 8
1E = 6
1F = 5
20 = 4
21 = 3
22 = 2.5
23 = 2

use all the different values above but not 1D = 8, in ur possible shutter speed commands e.g #SET_REG(34,01), #SET_REG(35,02), and so on just don't use 1D = 8, now u should have something like

// Normal mode settings
NORM_MODE = #COM_EVENT(02,00) // AE_AUTO
#COM_EVENT(55,00) // Reset contrast
#COM_EVENT(56,02) // Sharpeness 00 to 08
#COM_EVENT(06,00) // Reset exposure
#SET_REG(34,01)
#SET_REG(35,02)
and so on
#SET_REG(40,07) // Set flash ISO to default 400
#UPDATE_COLOR
#WB_ISO400;

now load the camdriver on ur phone, find somewhere pitch black or very dark and using all auto settings and turn off the flash take a couple of pics, plug ur fone in ur pc and read the exif of the pictures using
http://forum2cv.chez.tiscali.fr/exifread.exe

in the pitch black the standard k800i shutter speed is 1/8 all the time, if u got something different e.g 1/5000 then see which value had 02 next to it erase all the other 33 values and make some tests and then that will be the k800i shutter speed command

[ This Message was edited by: number1 on 2007-11-27 09:46 ]
--
Posted: 2007-11-27 10:42:29
Edit : Quote

gprsman Posts: 269

camdriver gprsman 2.2 fix new 2

download: http://www.sendspace.com/file/m7vlyy

photos:

auto + fluorescent distance 4 metri :



auto + fluorescent distance 2/3 metri :




auto + fluorescent distance 4/5 metri only lamp of 100W




auto + fluorescent distance 7/8 metri total dark



auto + fluorescent distance 6/7 metri total dark



auto + fluorescent distance 2 metri total dark




document mode EV -2.0






[ This Message was edited by: gprsman on 2007-11-27 10:46 ]
--
Posted: 2007-11-27 11:31:33
Edit : Quote

SEKseries Posts: 46


On 2007-11-27 10:42:29, number1 wrote:
we really need 2 find the k800i shutterspeed command i have a good test that allows us to test 34 different values at once,
open the camdriver and find norm mode


// Normal mode settings
NORM_MODE = #COM_EVENT(02,00) // AE_AUTO
#COM_EVENT(55,00) // Reset contrast
#COM_EVENT(56,02) // Sharpeness 00 to 08
#COM_EVENT(06,00) // Reset exposure
put all ur 34 possible shutter speed commands here

#SET_REG(40,07) // Set flash ISO to default 400
#UPDATE_COLOR
#WB_ISO400;

now use this

below values as 1/x sec:

00 = auto, 01 = 6400, 02 = 5000, 03 = 3200, 04 = 2500, 05 = 2000, 06 = 1600, 07 = 1250, 08 = 1000
09 = 800, 0A = 640, 0B = 500, 0C = 400, 0D = 320, 0E = 250, 0F = 200, 10 = 160, 11 = 125, 12 = 100
13 = 80, 14 = 60, 15 = 50, 16 = 40, 17 = 30, 18 = 25, 19 = 20, 1A = 15, 1B = 13, 1C = 10
1D = 8
1E = 6
1F = 5
20 = 4
21 = 3
22 = 2.5
23 = 2

use all the different values above but not 1D = 8, in ur possible shutter speed commands e.g #SET_REG(34,01), #SET_REG(35,02), and so on just don't use 1D = 8, now u should have something like

// Normal mode settings
NORM_MODE = #COM_EVENT(02,00) // AE_AUTO
#COM_EVENT(55,00) // Reset contrast
#COM_EVENT(56,02) // Sharpeness 00 to 08
#COM_EVENT(06,00) // Reset exposure
#SET_REG(34,01)
#SET_REG(35,02)
and so on
#SET_REG(40,07) // Set flash ISO to default 400
#UPDATE_COLOR
#WB_ISO400;

now load the camdriver on ur phone, find somewhere pitch black or very dark and using all auto settings and turn off the flash take a couple of pics, plug ur fone in ur pc and read the exif of the pictures using
http://forum2cv.chez.tiscali.fr/exifread.exe

in the pitch black the standard k800i shutter speed is 1/8 all the time, if u got something different e.g 1/5000 then see which value had 02 next to it erase all the other 33 values and make some tests and then that will be the k800i shutter speed command

[ This Message was edited by: number1 on 2007-11-27 09:46 ]


If we really use this method to find out the shutter speed of K790/K800/K810, i recommend not to use 0E and 1D because this 2 speed values appear in the original camdriver and please use the original driver to do this not a modded driver......
--
Posted: 2007-11-27 12:24:51
Edit : Quote

number1 Posts: > 500


On 2007-11-27 12:24:51, SEKseries wrote:

On 2007-11-27 10:42:29, number1 wrote:
we really need 2 find the k800i shutterspeed command i have a good test that allows us to test 34 different values at once,
open the camdriver and find norm mode


// Normal mode settings
NORM_MODE = #COM_EVENT(02,00) // AE_AUTO
#COM_EVENT(55,00) // Reset contrast
#COM_EVENT(56,02) // Sharpeness 00 to 08
#COM_EVENT(06,00) // Reset exposure
put all ur 34 possible shutter speed commands here

#SET_REG(40,07) // Set flash ISO to default 400
#UPDATE_COLOR
#WB_ISO400;

now use this

below values as 1/x sec:

00 = auto, 01 = 6400, 02 = 5000, 03 = 3200, 04 = 2500, 05 = 2000, 06 = 1600, 07 = 1250, 08 = 1000
09 = 800, 0A = 640, 0B = 500, 0C = 400, 0D = 320, 0E = 250, 0F = 200, 10 = 160, 11 = 125, 12 = 100
13 = 80, 14 = 60, 15 = 50, 16 = 40, 17 = 30, 18 = 25, 19 = 20, 1A = 15, 1B = 13, 1C = 10
1D = 8
1E = 6
1F = 5
20 = 4
21 = 3
22 = 2.5
23 = 2

use all the different values above but not 1D = 8, in ur possible shutter speed commands e.g #SET_REG(34,01), #SET_REG(35,02), and so on just don't use 1D = 8, now u should have something like

// Normal mode settings
NORM_MODE = #COM_EVENT(02,00) // AE_AUTO
#COM_EVENT(55,00) // Reset contrast
#COM_EVENT(56,02) // Sharpeness 00 to 08
#COM_EVENT(06,00) // Reset exposure
#SET_REG(34,01)
#SET_REG(35,02)
and so on
#SET_REG(40,07) // Set flash ISO to default 400
#UPDATE_COLOR
#WB_ISO400;

now load the camdriver on ur phone, find somewhere pitch black or very dark and using all auto settings and turn off the flash take a couple of pics, plug ur fone in ur pc and read the exif of the pictures using
http://forum2cv.chez.tiscali.fr/exifread.exe

in the pitch black the standard k800i shutter speed is 1/8 all the time, if u got something different e.g 1/5000 then see which value had 02 next to it erase all the other 33 values and make some tests and then that will be the k800i shutter speed command

[ This Message was edited by: number1 on 2007-11-27 09:46 ]


If we really use this method to find out the shutter speed of K790/K800/K810, i recommend not to use 0E and 1D because this 2 speed values appear in the original camdriver and please use the original driver to do this not a modded driver......


no u can use 0E just don't use 1D in the pitch black the k800i always produces a shutter speed of 1/8
--
Posted: 2007-11-27 12:55:24
Edit : Quote

genus Posts: 385


On 2007-11-27 07:51:45, mario06 wrote:

On 2007-11-27 03:56:54, genus wrote:

On 2007-11-26 17:20:18, mario06 wrote:

On 2007-11-26 17:02:20, Guto_ViP wrote:
Very nice Genus!



don't forget to fix the macro crosshair bug


Wat is this????? If you put infinity focus mode in normal mode then change to document mode sure no focus come out??? Or you mean when we use spot mode at normal there is crosshair but no crosshair at document mode??? this i think not camdriver problem is firmware.

Oh...i forget to fix the WB bug when flash on again....sori, i will do change in my 4.8


[ This Message was edited by: genus on 2007-11-27 03:13 ]


i have an original k810 with firmware R6BC002, the problem is this when i take a closeup(macro) picture leaving all settings to Auto the white crosshair doesn't turn green but the shot comes out ok, can you fix this bug?

regards


This is because cannot get focus. This is not bug, when this event occur, the camera still force it to finish focusing. If not there will be repeating or continuous focus until the camera get the sharp focusing, if i fix it.


@number1
I dont think this can be use to test the shutter speed. Because some comment alrdy present in the main of phone, we need to recall back the REG reset it then it will show result, if not automatically jump back required shutter speed.

[ This Message was edited by: genus on 2007-11-27 12:19 ]
--
Posted: 2007-11-27 13:14:47
Edit : Quote

cuckoo Posts: 38

seq_set_prop_8 =
$s5 %0
$c5 00 // Effect is normal?
#COM_EVENT(58,0b)
$cl
#COM_EVENT(58,00) // Reset PICT_COLORGAIN
$cx
#COM_EVENT(53,$w5);

no effect!!!
GENUS,i think only a question to do,(58,0b)~

the other,let alone

--
Posted: 2007-11-27 13:27:21
Edit : Quote

genus Posts: 385


On 2007-11-27 13:27:21, cuckoo wrote:
seq_set_prop_8 =
$s5 %0
$c5 00 // Effect is normal?
#COM_EVENT(58,0b)
$cl
#COM_EVENT(58,00) // Reset PICT_COLORGAIN
$cx
#COM_EVENT(53,$w5);

no effect!!!
GENUS,i think only a question to do,(58,0b)~

the other,let alone



seq_set_prop_8 =
$s5 %0
$c5 00 // Effect is normal?
#COM_EVENT(58,0b)
$cl
#COM_EVENT(58,00) // Reset PICT_COLORGAIN
$cx
#COM_EVENT(53,$w5);

Do this really no effect???

So, i think need to follow the way i do in my camdriver.
--
Posted: 2007-11-27 13:40:01
Edit : Quote
Page <  123 ... 187188189 ... 345346347>

New Topic   Reply
Forum Index

Esato home