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-11-26 14:05:22, quangbh30 wrote:
GPRSman's fix cam
[ This Message was edited by: quangbh30 on 2007-11-26 13:07 ]
Tkanks ,before better shutter speed 1/10 minor pixels .
--
Posted: 2007-11-26 14:33:08
Edit :
Quote
On 2007-11-26 14:33:08, gprsman wrote:
On 2007-11-26 14:05:22, quangbh30 wrote:
GPRSman's fix cam
[ 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)
;
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 ]
--
Posted: 2007-11-26 14:39:18
Edit :
Quote
Thanks genus
--
Posted: 2007-11-26 15:25:17
Edit :
Quote
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
--
Posted: 2007-11-26 15:48:46
Edit :
Quote
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 ]
--
Posted: 2007-11-26 16:14:22
Edit :
Quote
Very nice Genus!
--
Posted: 2007-11-26 17:02:20
Edit :
Quote
On 2007-11-26 17:02:20, Guto_ViP wrote:
Very nice Genus!
don't forget to fix the macro crosshair bug
--
Posted: 2007-11-26 17:20:18
Edit :
Quote
Genus'cam4.7
--
Posted: 2007-11-26 23:31:29
Edit :
Quote
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 ]
--
Posted: 2007-11-27 03:56:54
Edit :
Quote
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 ]
--
Posted: 2007-11-27 04:28:03
Edit :
Quote
New Topic
Reply