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-05 08:11:14, genus wrote:
Raiderski, is that it is possible to enable the focus mode and the image stabilization in the portrait and twilightportrait scene in k800i???
Now, k800i just have to type of metering mode, is there any possible to change the metering mode? I think if can, it will make more better.
[ This Message was edited by: genus on 2007-11-05 07:15 ]
i think this is what we should be working on, also enable the flash on all scenes
--
Posted: 2007-11-05 10:29:52
Edit :
Quote
seq_set_prop_10_0 = $"Normal_scene" // IS disabled
$sc 00 // Sensor scene
#COM_EVENT(03,0f) // 7,5 fps AE_SLOW_SHUTTER
#COM_EVENT(51,00) // Sensor scene "Auto 00"
#UPDATE_WB_IF_NECESSARY
#NORM_MODE
$u16; // Update property 16: photometry
seq_set_prop_10_1 = $"Portrait_scene" // IS disabled
$sc 01 // Sensor scene no flash
#COM_EVENT(03,0f) // 7,5 fps AE_SLOW_SHUTTER
#COM_EVENT(51,01) // Sensor scene "Portrait 01"
#UPDATE_WB_IF_NECESSARY
#NORM_MODE;
seq_set_prop_10_2 = $"Landscape_scene" // Flash disabled
$sc 06 // Sensor scene
#COM_EVENT(03,0f) // 7,5 fps AE_SLOW_SHUTTER
$c9 08 // R5 camera version?
#COM_EVENT(51,06) // Landscape
$cl // Else R6
$ce 01 // IS ON?
#COM_EVENT(51,08) // Sensor scene "Custom 08"
#COM_EVENT(08,05) // AE_PHOTOMETRY = 05
$cl
#COM_EVENT(51,06) // Sensor scene "Landscape 06"
$cx
$cx
#UPDATE_WB_IF_NECESSARY
#NORM_MODE;
seq_set_prop_10_3 = $"Twilight_landscape_scene" // Flash disabled
$sc 04 // Sensor scene
#COM_EVENT(03,01) // 1 fps AE_SLOW_SHUTTER
#COM_EVENT(51,04) // "Night 04"
#UPDATE_WB_IF_NECESSARY
#NORM_MODE;
seq_set_prop_10_4 = $"Nightportrait_scene" // IS disabled
$sc 07 // Sensor scene
$c9 08 // R5 camera version?
#COM_EVENT(51,00) // sensor scene R5
$cl
#COM_EVENT(51,07) // Sensor scene R6
$cx
#COM_EVENT(03,0f) // 7,5 fps AE_SLOW_SHUTTER
#COM_EVENT(51,03) // "Party 03"
#UPDATE_WB_IF_NECESSARY
#NORM_MODE;
seq_set_prop_10_5 = $"Beach_snow_scene" // Flash disabled
$sc 02 // Sensor scene
#COM_EVENT(03,0f) // 7,5 fps AE_SLOW_SHUTTER
$c9 08 // R5 camera version
#COM_EVENT(51,02) // Beach/snow
$cl // Else R6 camera
$ce 01 // IS ON?
#COM_EVENT(51,08) // Sensor scene "Custom 08"
#COM_EVENT(08,03) // AE_PHOTOMETRY = 03
$cl // Else R6
#COM_EVENT(51,02) // Sensor scene "Beach/snow 02"
$cx
$cx
#UPDATE_WB_IF_NECESSARY
#NORM_MODE;
seq_set_prop_10_6 = $"Sport_scene" // Flash and IS disabled
$sc 05 // Sensor scene
#COM_EVENT(51,05) // Sensor scene "Sports 05"
#UPDATE_WB_IF_NECESSARY
#NORM_MODE;
seq_set_prop_10_7 = $"Document_scene" // IS disabled
$sc 00 // Sensor scene
#COM_EVENT(03,0f) // 7,5 fps AE_SLOW_SHUTTER
#COM_EVENT(51,00) // Sensor scene "Auto 00"
#UPDATE_WB_IF_NECESSARY
#DOC_MODE;
Anyone noticed that the $sc xx part without $sc 03(I wonder what 03 does),maybe we can enable IS and Flash......

:)
--
Posted: 2007-11-05 12:17:48
Edit :
Quote
No, i alrdy try b4, this $sc do nothing...
[ This Message was edited by: genus on 2007-11-05 12:30 ]
--
Posted: 2007-11-05 13:28:32
Edit :
Quote
On 2007-11-05 13:28:32, genus wrote:
No, i alrdy try b4, this $sc do nothing...
[ This Message was edited by: genus on 2007-11-05 12:30 ]
R u sure?? If it is not doing anything then what is the purpose of putting it there,can it be deleted and the camdriver still function without any error???
--
Posted: 2007-11-05 13:35:23
Edit :
Quote
Sure , this is not the function causing no image stabilization n flash.
This is use for other things, like twilightportrait, it need to set the Reg5 and Reg6 so that when flsh on the exposure time will be differ from normal mode. I now use it to change the document mode $sc to 07 too, and using this function and i change twilightportrait $sc to 00 so that it exposure time when flash on will be same as normal mode.
here is it, document mode, flash on, exposure time is 1/60s, but the normal mode is 1/30s

[ This Message was edited by: genus on 2007-11-05 12:45 ]
--
Posted: 2007-11-05 13:42:33
Edit :
Quote
this line
seq_set_prop_10_0 = $"Normal_scene" // IS disabled
controls image stable, flash on or off etc.
--
Posted: 2007-11-05 16:15:55
Edit :
Quote
it would be nice a k800 camdriver with no (or moderated) noise reduction and moderated sharpening, because it's oversharpened... just for a bit more postprocessing possibilities, if possible
--
Posted: 2007-11-05 22:54:20
Edit :
Quote
On 2007-11-05 16:15:55, number1 wrote:
this line
seq_set_prop_10_0 = $"Normal_scene" // IS disabled
controls image stable, flash on or off etc.
i think it is not. I try alrdy. Nothing change.
[ This Message was edited by: genus on 2007-11-06 08:06 ]
--
Posted: 2007-11-06 09:05:24
Edit :
Quote
Did this camera driver will work for K750i..Kindly conform me..
--
Posted: 2007-11-06 09:13:14
Edit :
Quote
Wich phone has better camera ?
K800 or K810 ?
--
Posted: 2007-11-06 10:03:04
Edit :
Quote
New Topic
Reply