Esato

Forum > Sony Ericsson / Sony > Software, Firmware and Drivers > Modded Camera Driver for k800i/k810i

Visitors browsing this topic: 1
Add to Bookmarks
Previous  123 ... 124125126 ... 229230231  Next
Author Modded Camera Driver for k800i/k810i
gprsman
K810 Blue
Joined: Aug 28, 2006
Posts: 269
PM
Posted: 2007-11-26 14:33
Reply with quoteEdit/Delete This PostPrint this post

On 2007-11-26 14:05:22, quangbh30 wrote:
GPRSman's fix cam

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us


[ This Message was edited by: quangbh30 on 2007-11-26 13:07 ]



Tkanks ,before better shutter speed 1/10 minor pixels .
genus
K800 Black
Joined: Apr 13, 2007
Posts: 385
From: Malaysia
PM
Posted: 2007-11-26 14:39
Reply with quoteEdit/Delete This PostPrint this post

On 2007-11-26 14:33:08, gprsman wrote:

On 2007-11-26 14:05:22, quangbh30 wrote:
GPRSman's fix cam

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us


[ This Message was edited by: quangbh30 on 2007-11-26 13:07 ]



Tkanks ,before better shutter speed 1/10 minor pixels .


@gprsman

There is no need to copy the -content from k850i as this:


UPDATE_PHOTO = // Updates photo metering
$p5 16
$c5 00 // Photo metering is not spot?
$cl
$u16 // Update photo metering => spot
$cx;

UPDATE_ISO = // Updates ISO
$p5 11
$c5 00 // ISO is auto
$cl
$u11 // Update ISO
$cx;


WB_ISO100 = // Correct WB for ISO100 xenon
#SET_REG(43,25) // FLASH_CC_R = 0x25 (colour temperature of 7000 K for flash)
#SET_REG(44,73) // FLASH_CC_B = 0x73 (colour temperature of 7000 K for flash)
;

WB_ISO200 = // Correct WB for ISO200 xenon
#SET_REG(43,27) // FLASH_CC_R = 0x27 (colour temperature of 6000 K for flash)
#SET_REG(44,6D) // FLASH_CC_B = 0x6D (colour temperature of 6000 K for flash)
;

WB_ISO400 = // Correct WB for ISO400 xenon
#SET_REG(43,2A) // CC_R_FLASH = 0x2A (colour temperature of 6800 K for flash)
#SET_REG(44,70); // CC_B_FLASH = 0x70 (colour temperature of 6800 K for flash)

; <==== delete this..

you can rewrite the driver in different way, but this all doesnt give any effect on the picture, because same comment was calling, but just using different way only. Hope you will discover more things on camdriver

[ This Message was edited by: genus on 2007-11-26 13:40 ]
gprsman
K810 Blue
Joined: Aug 28, 2006
Posts: 269
PM
Posted: 2007-11-26 15:25
Reply with quoteEdit/Delete This PostPrint this post
Thanks genus
SEKseries
K810 Blue
Joined: Sep 06, 2007
Posts: 46
From: Malaysia
PM
Posted: 2007-11-26 15:48
Reply with quoteEdit/Delete This PostPrint this post

On 2007-11-26 14:07:25, genus wrote:
Too large, i think not work too.

So i compare my camdriver setting, no any editing

COM_EVENT(58,00)


COM_EVENT(58,0B)


COM_EVENT(58,00)


COM_EVENT(58,0B)


Little hand shake, sori

All this with 90% jpeg compression

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


Obviously, the color saturation is working on K790/K800/K810......:D
genus
K800 Black
Joined: Apr 13, 2007
Posts: 385
From: Malaysia
PM
Posted: 2007-11-26 16:14
Reply with quoteEdit/Delete This PostPrint this post
but the value required to see the effect was large.

I think 0b is limit alrdy, if over 0b, oversaturation will occur, especially for yellow colour objects.

this is from 4.8 camdriver (coming soon), alrdy resized using Picasa, but no any editing

Auto mode


document mode




the colour almost can say same as wat i view using my eye




[ This Message was edited by: genus on 2007-11-26 15:24 ]
Guto_ViP
T200
Joined: Sep 24, 2007
Posts: > 500
From: |Brazil|
PM, WWW
Posted: 2007-11-26 17:02
Reply with quoteEdit/Delete This PostPrint this post
Very nice Genus!
Love or hate me...

Nokia 5120 -> Nokia 6120 -> SE T200 -> Motorola V800 -> SE W800 (stay with my wife) - > SE K800 (stay with my mom) -> Nokia N82 Silver -> Nokia N82 Black Edition - Firmware v30.0.019 -> What is the next??.
mario06
T68 gold
Joined: Apr 16, 2007
Posts: 73
PM
Posted: 2007-11-26 17:20
Reply with quoteEdit/Delete This PostPrint this post

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



don't forget to fix the macro crosshair bug
quangbh30
T68 gold
Joined: Oct 04, 2007
Posts: 81
PM
Posted: 2007-11-26 23:31
Reply with quoteEdit/Delete This PostPrint this post
Genus'cam4.7

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us
genus
K800 Black
Joined: Apr 13, 2007
Posts: 385
From: Malaysia
PM
Posted: 2007-11-27 03:56
Reply with quoteEdit/Delete This PostPrint this post

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 ]
genus
K800 Black
Joined: Apr 13, 2007
Posts: 385
From: Malaysia
PM
Posted: 2007-11-27 04:28
Reply with quoteEdit/Delete This PostPrint this post

On 2007-11-26 23:31:29, quangbh30 wrote:
Genus'cam4.7

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us



Dont 4get when taking picture wif flash, hand should not cover the flash, because this will cause reflex & the picture sometimes seem overexposure little bit.

[ This Message was edited by: genus on 2007-11-27 03:29 ]
KevinY
K790
Joined: Nov 23, 2007
Posts: 2
From: China
PM
Posted: 2007-11-27 04:35
Reply with quoteEdit/Delete This PostPrint this post
thanks for the link
alvink83
T68 gold
Joined: Nov 27, 2007
Posts: 20
PM
Posted: 2007-11-27 07:13
Reply with quoteEdit/Delete This PostPrint this post
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.
mario06
T68 gold
Joined: Apr 16, 2007
Posts: 73
PM
Posted: 2007-11-27 07:51
Reply with quoteEdit/Delete This PostPrint this post

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
number1
P1
Joined: Sep 12, 2007
Posts: > 500
From: UK,kent,Sittingbourne
PM
Posted: 2007-11-27 10:42
Reply with quoteEdit/Delete This PostPrint this post
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 ]
gprsman
K810 Blue
Joined: Aug 28, 2006
Posts: 269
PM
Posted: 2007-11-27 11:31
Reply with quoteEdit/Delete This PostPrint this post
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 ]
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 124125126 ... 229230231  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic