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
hi, i need help, i would like a camdriver without loosing foto settings, i just want the video to record maybe, 14 fps, can you doit for me? sorry for my english..
--
Posted: 2007-11-03 18:33:44
Edit :
Quote
On 2007-11-03 18:32:08, deadman4168 wrote:
i think its #COM_EVENT(03,xx) ne1 pls try this
thats viewfinder fps
--
Posted: 2007-11-03 18:33:45
Edit :
Quote
Is it just me or does 3.6 take better photos?
--
Posted: 2007-11-04 03:19:20
Edit :
Quote
number1, is that it is #COM_EVENT(02,00)???
--
Posted: 2007-11-04 04:22:35
Edit :
Quote
On 2007-11-04 04:22:35, genus wrote:
number1, is that it is #COM_EVENT(02,00)???
#COM_EVENT(02,00) is ISO.....
If we wan to knw the shutter speed parameter,why not we test some parameter that is not being used like #COM_EVENT(05,XX) and so on......
[ This Message was edited by: SEKseries on 2007-11-04 03:37 ]
--
Posted: 2007-11-04 04:34:30
Edit :
Quote
On 2007-11-04 04:34:30, SEKseries wrote:
On 2007-11-04 04:22:35, genus wrote:
number1, is that it is #COM_EVENT(02,00)???
#COM_EVENT(02,00) is ISO.....
If we wan to knw the shutter speed parameter,why not we test some parameter that is not being used like #COM_EVENT(05,XX) and so on......
[ This Message was edited by: SEKseries on 2007-11-04 03:37 ]
Okay, just list out which one we need to test....
I found that when i test the mod many times, my camera focusing will come out one problem, but if i leave my phone to rest for a period it will normal back.... alway continuous focusing, did anybody can help me solve this. Even i use back 2.5 stock driver, the problem still come out....
[ This Message was edited by: genus on 2007-11-04 07:27 ]
--
Posted: 2007-11-04 08:27:18
Edit :
Quote
heres a more effective way of testing the shutter speeds instead of editing the EM do this
// Normal mode settings
NORM_MODE #COM_EVENT(55,00) // Reset contrast
#COM_EVENT(56,FF) // Sharpeness 00 to 08
#COM_EVENT(06,00) // Reset exposure
ADD the #COM_EVENT or #SET_REG that controls the shutter speed here, then put 0E on the end so it looks like eg, #COM_EVENT(07,0E)
this will then produce a fixed shutter of 1/250, then take a few pics and read the exif information if they all have a shutter speed of 1/250 u have found the shutter speed command
#SET_REG(40,07) // Set flash ISO to default 400
--
Posted: 2007-11-04 12:19:26
Edit :
Quote
hi all,
for EM by Raiderski In which line of the camdriver it goes put? and which others string they join??lyou have tested?io I can make the tests and posted the photos not problem; -)
other question which string and command obtains the best in order to eliminate in part the effect noise?
thanks
regards.
// start Ehanced Mode from Raiderski
EM_RATIO_NORMAL= $s0 40;EM_RATIO_NIGHT= $s0 3d;
EM_SET=$p1 05
#EM_IN_QUALITY$c1 00
#READ_REG(28,$r2 1 1)$m0 1 $/0 28
$c0 00
$m0 1 $/0 03
$c0 00
$cl
$p0 07$c0 01 #EM_RATIO_NIGHT$cl #EM_RATIO_NORMAL$cx$-0 r1#COMMAND(04,$w0)$cx
$cx
$cx;
EM_UNSET=#COM_EVENT(04,00);
// end Ehanced Mode from Raidersk
--
Posted: 2007-11-04 12:24:14
Edit :
Quote
number1
with every new value you must upload new version to phone. you can do this in much easier way - upload one version and with zoom keys (reprogrammed seq_set_prop_6) you can check a lot of values for selected register
gprsman
forget about this code, as for now is worthless
--
Posted: 2007-11-04 12:41:54
Edit :
Quote
is that change the property 6 from this:
seq_set_prop_6 = #SET_REG(3d,14) // ZM_SMTH_SPEED = 60
#SET_REG(3e,01) // ZM_SMTH_INTERVAL = 1
$s4 %0 // Place value in reg 4
$s5 40 // Place value 64 in reg 5
$*5 0a // Multiply reg 5 by a
$/5 r4 // Divide reg 5 with reg 4
$"Cam_mag_value_%5"
#COM_EVENT(61,$w5);
to this:
seq_set_prop_6 = $s4 %0 #SM_TEST;
[ This Message was edited by: genus on 2007-11-04 12:24 ]
--
Posted: 2007-11-04 13:11:34
Edit :
Quote
New Topic
Reply