Author |
Modded Camera Driver for k800i/k810i |
genus Joined: Apr 13, 2007 Posts: 385 From: Malaysia PM |
so, wat is gonna to be with the em??? |
|
number1 Joined: Sep 12, 2007 Posts: > 500 From: UK,kent,Sittingbourne PM |
On 2007-11-03 17:20:29, genus wrote:
so, wat is gonna to be with the em???
EM will work, we just need the shutter speed command , which no 1 knows |
milan91 Joined: Jun 04, 2006 Posts: > 500 From: Europe PM |
Maybe Raiderski know
|
watercresent Joined: Oct 12, 2007 Posts: 6 PM |
what is the best driver for capturing images that are far away and that it won't be pixelated too bad. |
deadman4168 Joined: Jul 24, 2007 Posts: 64 PM |
i think its #COM_EVENT(03,xx) ne1 pls try this |
heara Joined: Jul 18, 2006 Posts: 135 PM |
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.. |
number1 Joined: Sep 12, 2007 Posts: > 500 From: UK,kent,Sittingbourne PM |
On 2007-11-03 18:32:08, deadman4168 wrote:
i think its #COM_EVENT(03,xx) ne1 pls try this
thats viewfinder fps |
Elx Joined: Sep 02, 2007 Posts: 34 From: Philippines PM |
Is it just me or does 3.6 take better photos? |
genus Joined: Apr 13, 2007 Posts: 385 From: Malaysia PM |
number1, is that it is #COM_EVENT(02,00)??? |
SEKseries Joined: Sep 06, 2007 Posts: 46 From: Malaysia PM |
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 ] |
genus Joined: Apr 13, 2007 Posts: 385 From: Malaysia PM |
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 ] |
number1 Joined: Sep 12, 2007 Posts: > 500 From: UK,kent,Sittingbourne PM |
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
|
gprsman Joined: Aug 28, 2006 Posts: 269 PM |
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;< night mode
EM_SET=$p1 05
#EM_IN_QUALITY$c1 00
#READ_REG(28,$r2 1 1)< reads from the registry
$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);<<< resets shutter speed after pic is taken
// end Ehanced Mode from Raidersk
|
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
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
|
genus Joined: Apr 13, 2007 Posts: 385 From: Malaysia PM |
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 ] |
|