Author |
Withan™ Camera Driver V3/S3 Rev.1 for SE k790/k800/k810 phones |
reywal Joined: Oct 09, 2007 Posts: 99 PM |
i subscribed to your opinion. post real photos. |
|
genus Joined: Apr 13, 2007 Posts: 385 From: Malaysia PM |
Haha, i saw neoimaging...
actually there is many way to edit the picture, why dont use PS??? It is much better in function.
|
zirkie101 Joined: Oct 08, 2007 Posts: 143 From: Cape Town, SA PM |
@bundyrrr
So who's actually guilty of this henous crime, sugar coating K800 fotos and all?
It's REAl shitty when shits hits the fan |
reywal Joined: Oct 09, 2007 Posts: 99 PM |
i guess now it is much safer to reiterate that competition is in the air. thats why the "doctor" is in hahahaha! |
tphg Joined: Aug 30, 2006 Posts: 126 PM |
@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. |
SE-Naz Joined: Dec 23, 2003 Posts: > 500 From: LONDON PM |
Im Sorry meant without FORCED FLASH???? Could you make the driver???
Could you please???
Cheers
ENJOY
|
ginek0log Joined: Jul 30, 2007 Posts: 19 PM |
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. |
jomateixa Joined: Dec 09, 2007 Posts: > 500 From: PM |
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 ] |
jomateixa Joined: Dec 09, 2007 Posts: > 500 From: PM |
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 ] |
BundyRRR Joined: Apr 27, 2007 Posts: 210 From: Poland PM, WWW
|
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
http://www.flickr.com/photos/12005930@N07/ |
123456 Joined: Aug 20, 2004 Posts: 8 PM |
ultimate vivid color 35 fps is there? please make vividcolor 35 fps.. (sorry my english bad) |
dEaD-nErVe Joined: May 18, 2007 Posts: 43 PM |
Ultimate Vivid Color , Auto , Flash Disabled
 |
quangbh30 Joined: Oct 04, 2007 Posts: 81 PM |
u used photoshop cs3 |
jomateixa Joined: Dec 09, 2007 Posts: > 500 From: PM |
On 2007-12-29 11:21:07, BundyRRR wrote:
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
That's the dilemma. Colour or sharpness? When more colour, more blur and more noticeable noise, but colour is like a drug.
For me, the best pics are the more real.
Another fact is the flash settings....OMG. Do you want balanced light and shadows or FULL illuminated and coloured object? Another dilemma.
Just choose.
[ This Message was edited by: jomateixa on 2007-12-29 12:26 ] |
tphg Joined: Aug 30, 2006 Posts: 126 PM |
On 2007-12-28 19:37:46, jomateixa wrote:
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 ]
I faced overexposure when taking photos in auto mode in daylight and night (with flash turned off). I notice that there are some totally white areas on girl's face where her face is shiny. Sorry for my English. |
|