Sony Ericsson / Sony : Software, Firmware and Drivers : Withan™ Camera Driver V3/S3 Rev.1 for SE k790/k800/k810 phones
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> Withan™ Camera Driver V3/S3 Rev.1 for SE k790/k800/k810 phones
Bookmark topic
i subscribed to your opinion. post real photos.
--
Posted: 2007-12-28 01:46:04
Edit :
Quote
Haha, i saw neoimaging...
actually there is many way to edit the picture, why dont use PS??? It is much better in function.
--
Posted: 2007-12-28 06:52:22
Edit :
Quote
@bundyrrr
So who's actually guilty of this henous crime, sugar coating K800 fotos and all?
--
Posted: 2007-12-28 07:14:15
Edit :
Quote
i guess now it is much safer to reiterate that competition is in the air. thats why the "doctor" is in hahahaha!
--
Posted: 2007-12-28 07:44:36
Edit :
Quote
@jomatexa
I love your camdriver. I have taken photos with it in daylight and night. All photos are very good, but I faced overexposure problem. Could you check and correct it? Sorry that I could not post photo due to my network problem.
Thanks.
--
Posted: 2007-12-28 14:37:34
Edit :
Quote
Im Sorry meant without FORCED FLASH???? Could you make the driver???
Could you please???
Cheers

ENJOY
--
Posted: 2007-12-28 15:12:10
Edit :
Quote
To disable forced flash (it bothered me too):
Delete this code :
//********************************************************************
// Internal/External xenon flash support, property 14 ***
//********************************************************************
// 0 => OFF 1 => not impl. 2 => Auto
// 3 => Auto RER 4 => Forced ON
//--------------------------------------------------------------------
seq_set_prop_e_0 = $sb 00 // OFF
$c9 08 // R5 camera version?
#COM_EVENT(5a,00)
$cl // Else R6 version
#COM_EVENT(5a,08)
$cx;
seq_set_prop_e_1 = ; // No external flash
seq_set_prop_e_2 = $sb 04 // Forced ON, for service menu and production tests
$c9 08 // R5 camera version?
#COM_EVENT(5a,83) // Forced xenon 0b10000011, slow sync at beginning
$cl
#COM_EVENT(51,00) // Sensor scene "Auto 00"
#COM_EVENT(5a,8b) // FLASH_MODE 0b10001011: Flash on, RER off, sync on beginning.
$cx;
seq_set_prop_e_3 = $sb 03; // Auto, red-eye
seq_set_prop_e_4 = $sb 04 // Forced ON, for service menu and production tests
$c9 08 // R5 camera version?
#COM_EVENT(5a,83) // Forced xenon 0b10000011, slow sync at beginning
$cl
#COM_EVENT(51,00) // Sensor scene "Auto 00"
#COM_EVENT(5a,9b) // FLASH_MODE 0b10001011: Flash on, RER off, sync on beginning.
$cx;
AND write copy this code instead (its from kopritis 271):
//********************************************************************
// Internal/External xenon flash support, property 14 ***
//********************************************************************
// 0 => OFF 1 => not impl. 2 => Auto
// 3 => Auto RER 4 => Forced ON
//--------------------------------------------------------------------
seq_set_prop_e_0 = $sb 00 // OFF
$c9 08 // R5 camera version?
#COM_EVENT(5a,00)
$cl // Else R6 version
#COM_EVENT(5a,08)
$cx;
seq_set_prop_e_1 = ; // No external flash
seq_set_prop_e_2 = $sb 02; // Auto
seq_set_prop_e_3 = $sb 03; // Auto, red-eye
seq_set_prop_e_4 = $sb 04 // Forced ON, for service menu and production tests
$c9 08 // R5 camera version?
#COM_EVENT(5a,83) // Forced xenon 0b10000011, slow sync at beginning
$cl
#COM_EVENT(51,00) // Sensor scene "Auto 00"
#COM_EVENT(5a,9b) // FLASH_MODE 0b10001011: Flash on, RER off, sync on beginning.
$cx;
Thats it.
--
Posted: 2007-12-28 16:17:25
Edit :
Quote
Thanks gineK0log. But I think it's more powerful to have FF. When you're used to disable it at daylight it doesn't bother too much
Anyway, better if each one put it how he/she likes.
Cheers
[ This Message was edited by: jomateixa on 2007-12-28 18:43 ]
--
Posted: 2007-12-28 19:34:05
Edit :
Quote
On 2007-12-28 14:37:34, tphg wrote:
@jomatexa
I love your camdriver. I have taken photos with it in daylight and night. All photos are very good, but I faced overexposure problem. Could you check and correct it? Sorry that I could not post photo due to my network problem.
Thanks.
In what conditions do you faced that? What mode? Thanks.
PD.- Remember to use WB profiles when necessary (Cloudy, Fluorescent, etc)
[ This Message was edited by: jomateixa on 2007-12-28 18:40 ]
--
Posted: 2007-12-28 19:37:46
Edit :
Quote
A little comparison
Ultimate Camera Driver 1.0 ViVid
Genus 6.0
Ultimate Camera Driver 1.0 ViVid
Genus 6.0
What do you think about this? Which driver is better? For me Genus Cmdrv has too much colours, Ultimate somtimes lack of colours
--
Posted: 2007-12-29 11:21:07
Edit :
Quote
New Topic
Reply