Posted by burner8
@genus: Wow, can you post your new driver?
That is what i'm searching for. Change the shuter speed @ flash.
Please let me test your settings
Posted by norbi_nw
i always use incandescent WB when fireing flash (indoors and night). Flash pix are a little bit red.
Posted by genus
On 2007-11-03 10:17:50, norbi_nw wrote:
i always use incandescent WB when fireing flash (indoors and night). Flash pix are a little bit red.
The exposure time nothing to do with the WB setting.
Posted by deadman4168
@ genus u didnt ans my question
Posted by genus
On 2007-11-03 04:38:19, SEKseries wrote:
i could do more if i knew the command event for the k800i's shutter speed, but i don't and it's not #COM_EVENT(04,
i'm new here,but i had discover the camdriver0.dat for long time,i wonder the #SET_REG(37 do anything to exposure time or shutter speed......
hope this can help u......
This is for the flash on exposure time, not for normal scene or any things.
Posted by Raiderski
ONLY FOR MODDERS!
to implement EM first of all you have to find shutter speed register. my type is:
#SET_REG(36,xx) // AE_MSHUT_SHORT
#SET_REG(37,xx) // AE_MSHUT_LONG
especially reg 37 (dunno why 2 regs are needed). i'm pretty sure that this is shutter speed because xx = 0E is described as 1/250s and xx = 1D as 1/8s (look at table below)
understand below values as 1/x sec:
00 = auto, 01 = 6400, 02 = 5000, 03 = 3200, 04 = 2500, 05 = 2000, 06 = 1600, 07 = 1250, 08 = 1000
09 = 800, 0A = 640, 0B = 500, 0C = 400, 0D = 320, 0E = 250, 0F = 200, 10 = 160, 11 = 125, 12 = 100
13 = 80, 14 = 60, 15 = 50, 16 = 40, 17 = 30, 18 = 25, 19 = 20, 1A = 15, 1B = 13, 1C = 10
1D = 8
1E = 6
1F = 5
20 = 4
21 = 3
22 = 2.5
23 = 2
24 = 1.66(6)
25 = 1.33(3)
26 = 1
27 = 0.75
28 = 0.5
to test reg 37 you can create simple temporary supermode layer:
1. create (before seq_set_prop_6)
SM_TEST= $-4 0a #SET_REG(37,$w4);
2. modify
seq_set_prop_6 = $s4 %0 #SM_TEST;
don't test with flash, use normal scene
everytime when zoom keys will be used you will change reg 37 value (zoom is turned off). correspodning values should be:
1.0x = auto shutter
1.1x = 1/6400s
1.2x = 1/5000s
1.3x = 1/3200s
...
don't go over 1/0.5s
Posted by burner8
@genus: Can you post your driver or your settings?
please, i want to test it.
Posted by ahil13
@Raiderski what this mod do?
Posted by whitehackker
why other cam drivers like kop's 3.5 focus fast compare to others? what lines are responsible for this characteristics...?
Posted by genus
On 2007-11-03 08:59:35, deadman4168 wrote:
whats the benefit of changing the exposure time
Increase the brightness and reduce the dark background when flash on.
But this will give warm color because of the WB setting that alrdy preset in k800i for flash.
Posted by genus
Another thing is, the maximum k800i jpeg compression is 95%...i think
So, i think put back the 90% compression will be better.
Posted by genus
On 2007-11-03 10:56:31, Raiderski wrote:
ONLY FOR MODDERS!
to implement EM first of all you have to find shutter speed register. my type is:
#SET_REG(36,xx) // AE_MSHUT_SHORT
#SET_REG(37,xx) // AE_MSHUT_LONG
especially reg 37 (dunno why 2 regs are needed). i'm pretty sure that this is shutter speed because xx = 0E is described as 1/250s and xx = 1D as 1/8s (look at table below)
understand below values as 1/x sec:
00 = auto, 01 = 6400, 02 = 5000, 03 = 3200, 04 = 2500, 05 = 2000, 06 = 1600, 07 = 1250, 08 = 1000
09 = 800, 0A = 640, 0B = 500, 0C = 400, 0D = 320, 0E = 250, 0F = 200, 10 = 160, 11 = 125, 12 = 100
13 = 80, 14 = 60, 15 = 50, 16 = 40, 17 = 30, 18 = 25, 19 = 20, 1A = 15, 1B = 13, 1C = 10
1D = 8
1E = 6
1F = 5
20 = 4
21 = 3
22 = 2.5
23 = 2
24 = 1.66(6)
25 = 1.33(3)
26 = 1
27 = 0.75
28 = 0.5
to test reg 37 you can create simple temporary supermode layer:
1. create (before seq_set_prop_6)
SM_TEST= $-4 0a #SET_REG(37,$w4);
2. modify
seq_set_prop_6 = $s4 %0 #SM_TEST;
don't test with flash, use normal scene
everytime when zoom keys will be used you will change reg 37 value (zoom is turned off). correspodning values should be:
1.0x = auto shutter
1.1x = 1/6400s
1.2x = 1/5000s
1.3x = 1/3200s
...
don't go over 1/0.5s
It seem nothing happen...i put before seq_set_prop_6
SM_TEST= $-4 0a #SET_REG(37,$w4);
Then modify
seq_set_prop_6 = $s4 %0 #SM_TEST;
on phone, no flash, zoom in n out, then take photo, nothing change..
How about we try 39 or 38 reg?
[ This Message was edited by: genus on 2007-11-03 11:20 ]
Posted by Raiderski
Another thing is, the maximum k800i jpeg compression is 95%...i think
So, i think put back the 90% compression will be better.
if you have any doubts use exif reader to know everything about your jpegs
http://www.impulseadventure.com/photo/jpeg-snoop.html
92-93% quality is the best decision
Posted by number1
so u think the shutter speed it #SET_REG(37,00); i'll do a simple test by fixing the shutter speed on portrait mode, and checking the exif
Posted by Raiderski
reg 37 probably can have issue: can be used only with flash
Posted by number1
On 2007-11-03 12:54:41, Raiderski wrote:
reg 37 probably can have issue: can be used only with flash
yep it's only flash shutter speed, making a supermode k800i camdriver isn't gonna be easy the camdriver is pretty limited
Posted by Raiderski
which values you used with #COM_EVENT(04,xx)? 01 too?
Posted by number1
On 2007-11-03 13:58:26, Raiderski wrote:
which values you used with #COM_EVENT(04,xx)? 01 too?
i've tryed #COM_EVENT(04,0E) = 1/250, i was getting 1/8 depending on lighting so #COM_EVENT(04, doesn't work it should give a fixed 1/250
Posted by genus
I use this:
// 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(23,$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 Raiderski
but didnt work of tk any effect
Posted by SEKseries
On 2007-11-03 12:16:25, genus wrote:
On 2007-11-03 10:56:31, Raiderski wrote:
ONLY FOR MODDERS!
to implement EM first of all you have to find shutter speed register. my type is:
#SET_REG(36,xx) // AE_MSHUT_SHORT
#SET_REG(37,xx) // AE_MSHUT_LONG
especially reg 37 (dunno why 2 regs are needed). i'm pretty sure that this is shutter speed because xx = 0E is described as 1/250s and xx = 1D as 1/8s (look at table below)
understand below values as 1/x sec:
00 = auto, 01 = 6400, 02 = 5000, 03 = 3200, 04 = 2500, 05 = 2000, 06 = 1600, 07 = 1250, 08 = 1000
09 = 800, 0A = 640, 0B = 500, 0C = 400, 0D = 320, 0E = 250, 0F = 200, 10 = 160, 11 = 125, 12 = 100
13 = 80, 14 = 60, 15 = 50, 16 = 40, 17 = 30, 18 = 25, 19 = 20, 1A = 15, 1B = 13, 1C = 10
1D = 8
1E = 6
1F = 5
20 = 4
21 = 3
22 = 2.5
23 = 2
24 = 1.66(6)
25 = 1.33(3)
26 = 1
27 = 0.75
28 = 0.5
to test reg 37 you can create simple temporary supermode layer:
1. create (before seq_set_prop_6)
SM_TEST= $-4 0a #SET_REG(37,$w4);
2. modify
seq_set_prop_6 = $s4 %0 #SM_TEST;
don't test with flash, use normal scene
everytime when zoom keys will be used you will change reg 37 value (zoom is turned off). correspodning values should be:
1.0x = auto shutter
1.1x = 1/6400s
1.2x = 1/5000s
1.3x = 1/3200s
...
don't go over 1/0.5s
It seem nothing happen...i put before seq_set_prop_6
SM_TEST= $-4 0a #SET_REG(37,$w4);
Then modify
seq_set_prop_6 = $s4 %0 #SM_TEST;
on phone, no flash, zoom in n out, then take photo, nothing change..
How about we try 39 or 38 reg?
[ This Message was edited by: genus on 2007-11-03 11:20 ]
@Raiderski
Since the K810i/K800i have 16X zoom,the Hex value input ranged from 04 --->40 ,your code only minus reg 4 by 0A,that y nothing happened.
Can you provide us another set of code to test this parameter ???
Thanks in advanced.
[ This Message was edited by: SEKseries on 2007-11-03 13:17 ]
Posted by number1
On 2007-11-03 14:11:31, genus wrote:
I use this:
// 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(23,$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 Raiderski
but didnt work of tk any effect
only reason it doesn't work is because
#COMMAND(04,$w0) isn't the k800i shutter speed
Posted by SEKseries
On 2007-11-03 14:20:40, number1 wrote:
On 2007-11-03 14:11:31, genus wrote:
I use this:
// 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(23,$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 Raiderski
but didnt work of tk any effect
only reason it doesn't work is because
#COMMAND(04,$w0) isn't the k800i shutter speed
Or maybe the codes problem n not the wrong parameter......
@All modders
Can anyone explain the code for EM Mode, how it run and wat it does......
_________________
[ This Message was edited by: SEKseries on 2007-11-03 13:25 ]
Posted by SEKseries
On 2007-11-03 10:52:14, genus wrote:
On 2007-11-03 04:38:19, SEKseries wrote:
i could do more if i knew the command event for the k800i's shutter speed, but i don't and it's not #COM_EVENT(04,
i'm new here,but i had discover the camdriver0.dat for long time,i wonder the #SET_REG(37 do anything to exposure time or shutter speed......
hope this can help u......
This is for the flash on exposure time, not for normal scene or any things.
@genus
Are u sure???Show some proof......
Posted by genus
i alrdy post the picture, for the changing setting of iso together with this value, this give change in exposure time when flash on. It is simple only, as you can see, it alrdy mention it is for flash:
// Xenon Flash initialization <=== this line!!!!
and also it is use for R5 & R6
as in ******Check if flash needed, property 23*******
this R5 & R6 can be transfer from nuightportrait mode to other mode for use, as now i use it in document mode. The reason why nightportrait is warm in color when flash on is due to the sensor scene setting #COM_EVENT(51,03), which it will not warm in color if you change it to 00 that is same sensor with auto mode.
[ This Message was edited by: genus on 2007-11-03 13:45 ]
[ This Message was edited by: genus on 2007-11-03 13:47 ]
Posted by Raiderski
Since the K810i/K800i have 16X zoom,the Hex value input ranged from 04 --->40 ,your code only minus reg 4 by 0A,that y nothing happened.
input is still in old style 0a = 1.0x, 0b = 1.1x, 0c = 1.2x, ...
values 40 - 4 are output values (calculated zoom) for reg 61
we need only input values, besides we have to know that this trick is working on K800 (we want to see this). my propositions is to replace earlier SM_TEST code into this:
SM_TEST=$-4 0a #COM_EVENT(55,$w4);
in this case you should be able to control contrast in realtime. is this working?
genus
this must be a bit changed for K800:
EM_SET=#READ_REG(28,$r2 1 1)
$m0 1 $/0 28
$c0 00
$m0 1 $/0 03
$c0 00
$cl
$s0 3d
$cx
$-0 r1
#COM_EVENT(04,$w0)
$cx;
EM_UNSET=#COM_EVENT(04,00);
1.
seq_ss_take=#EM_SET
#CAPTURE_EVENT;
2.
seq_ss_stop=#EM_UNSET;
the best place to test this is a half dark room
yeah... we are blind in shutter matter so why not to try every possible chance
Posted by genus
wat is mean by this?
1.
seq_ss_take=#EM_SET
#CAPTURE_EVENT;
2.
seq_ss_stop=#EM_UNSET;
Posted by SEKseries
On 2007-11-03 15:08:04, genus wrote:
wat is mean by this?
1.
seq_ss_take=#EM_SET
#CAPTURE_EVENT;
2.
seq_ss_stop=#EM_UNSET;
Add #EM_SET to seq_ss_take at state transitions and #EM_UNSET to seq_ss_stop......
Make sure the EM_SET and EM_UNSET are before the seq_ss_take.....
PS:I can test this coz HP is not with me by now......
Posted by genus
okay, will try it now...wait...
the EM is work on scene????
it should be like that, correct?
EM_SET=#READ_REG(28,$r2 1 1)
$m0 1 $/0 28
$c0 00
$m0 1 $/0 03
$c0 00
$cl
$s0 3d
$cx
$-0 r1
#COM_EVENT(04,$w0)
$cx;
EM_UNSET=#COM_EVENT(04,00);
seq_ss_take=#EM_SET
#CAPTURE_EVENT;
seq_ss_stop=#EM_UNSET;
or is that?
seq_ss_take=#EM_SET
#CAPTURE_EVENT;
EM_SET=#READ_REG(28,$r2 1 1)
$m0 1 $/0 28
$c0 00
$m0 1 $/0 03
$c0 00
$cl
$s0 3d
$cx
$-0 r1
#COM_EVENT(04,$w0)
$cx;
EM_UNSET=#COM_EVENT(04,00);
seq_ss_stop=#EM_UNSET;
[ This Message was edited by: genus on 2007-11-03 14:35 ]
[ This Message was edited by: genus on 2007-11-03 14:37 ]
Posted by milan91
Good
Good luck
Posted by SEKseries
On 2007-11-03 15:29:08, genus wrote:
okay, will try it now...wait...
the EM is work on scene????
I think as long as u take a picture in low light condition,it will works......but we need to test it.
@genus
isn't that u still having your exam??how come you r free to test these???
Posted by SEKseries
@genus:
It should be like this:
EM_SET=#READ_REG(28,$r2 1 1)
$m0 1 $/0 28
$c0 00
$m0 1 $/0 03
$c0 00
$cl
$s0 3d
$cx
$-0 r1
#COM_EVENT(04,$w0)
$cx;
EM_UNSET=#COM_EVENT(04,00);
seq_ss_take=#EM_SET
#CAPTURE_EVENT;
seq_ss_stop=#EM_UNSET;
Posted by genus
Yes, i alrdy try it, nothing happen in the twilightlandscape mode or nightportrait mode, compare to original, nothing change.
Here is the photo, with sharpness 08 and 92% compression, twilightlandscape, still 1/2 exposure time:
but it seem that, without em, it is still ok. The photo almost like the real wat i saw.
[ This Message was edited by: genus on 2007-11-03 14:49 ]
Posted by SEKseries
On 2007-11-03 15:45:53, genus wrote:
Yes, i alrdy try it, nothing happen in the twilightlandscape mode or nightportrait mode, compare to original, nothing change.
try to take a picture in a very low lighted place,then only you can know is the EM mode is working......
If it is not working, then the shutter speed parameter is wrong......
_________________
[ This Message was edited by: SEKseries on 2007-11-03 14:55 ]
Posted by genus
On 2007-11-03 15:52:25, SEKseries wrote:
On 2007-11-03 15:45:53, genus wrote:
Yes, i alrdy try it, nothing happen in the twilightlandscape mode or nightportrait mode, compare to original, nothing change.
How bout the others???
If it is not working, then the shutter speed parameter is wrong......
i alrdy test it in my dark room, but the most brightest is the twilightlandscape mode and less noise.
It seem that the 92% jpeg compression got imrpove in the quality...if i not wrong.
[ This Message was edited by: genus on 2007-11-03 14:56 ]
Posted by number1
how to add in Em
//================================================
//============ STATE TRANSITIONS =================
//================================================
seq_vf_start = $"draft"
#CHANGE_MODE(34,01) // Draft mode
$d000a // Delay to remove blink
$ce 01 // IS ON?
$c6 23
#CHANGE_MODE(38,01)
$cx
$c6 24
#CHANGE_MODE(38,01)
$cx
$cx;
seq_vf_stop = ;
seq_ss_start = $cb 02 // Xenon "auto"
$go 13 0 // Turn off xenon charge
$cx
$cd 00 // Still Capture mode?
$cf 00 // YCbCr?
$ce 01 // Image stabilization ON?
$"IS_YCbCr_snapshot"
#CHANGE_MODE(37,01) // IS YCbCr
$cl
$"YCbCr_snapshot"
#CHANGE_MODE(36,01) // YCbCr
$cx
$cl
$ce 01 // Image stabilization ON?
$"IS_JPEG_snapshot"
#CHANGE_MODE(37,81) // IS JPEG
$c9 05 // 05=R3 firmware version?
$cl
$c9 07 // 07=R4 firmware, no 02 E4 event
$cl
#CAPTURE_EVENT // e4 02
$cx
$cx
$cl
$"JPEG_snapshot"
#CHANGE_MODE(36,81) // JPEG
$c9 05 // 05=R3 firmware version?
$cl
$c9 07 // 07=R4 firmware, no 02 E4 event
$cl
#CAPTURE_EVENT // e4 02
$cx
$cx
$cx
$cx
$cl // Burst output mode
$"Best_Pic_snapshot"
#CHANGE_MODE(3a,$wd) // Read out picture # in reg. d
$cx;
// start Ehanced Mode from Raiderski
EM_RATIO_NORMAL= $s0 40;
EM_RATIO_NIGHT= $s0 3d;
EM_SET=#READ_REG(28,$r2 1 1)
$m0 1 $/0 28
$c0 00
$m0 1 $/0 03
$c0 00
$cl
$s0 3d
$cx
$-0 r1
#COM_EVENT(04,$w0)
$cx;
EM_UNSET=#COM_EVENT(04,00);
// end Ehanced Mode from Raiderski
// Take only waits for status = 0
seq_ss_take = #EM_SET
#CAPTURE_EVENT; // e4 00
// Verify should be modified to something that actually verifies
// the image.
seq_ss_verify = #CAPTURE_EVENT // e4 01
$s0 01; // STATUS == 1
seq_ss_stop = #EM_UNSET;
// Functions for synchronized viewfinder images in burst mode.
seq_pv_start = $"[PV] START_PREVIEW"
$s7 00 // [Init]
#SET_REG(0d,02) // Rapid YC size 320x240
#CHANGE_MODE(39,45); // Mode burst start, BURST_NUM = 9, BURST_REMAIN = 4
seq_pv_stop = $c7 01
$"[PV] STOP_PREVIEW"
$s7 03 // [Done]
#COMMAND(3a,00) // Stop
$cl
$"[PV] STOP_PREVIEW (wait)"
$s7 02 // [Delay]
$cx;
seq_pv_verify = $h0 25 5 0000
05 01 00 03 03 $f $r4 0 012 // [source, info, id]
05 02 00 06 03 $f
$c7 ff //
$s0 ff // [Finish!]
$"[PV] Abort"
$cl //
$s0 00
$c2 e3 // ev_jpeg_end
$b1 00 4 4
$c1 00
$s0 01 // Rotate...i.e synch jpeg with viewfinder image
$"[PV] rotate"
$cl
$"[PV] Failed_%0_%1_%2"
$cx
$cl
$cx
$c2 ea // ev_mode_changed
$c1 0a
$"[PV] ev_mode_changed(burst_output)"
$s0 ff // [Finish!]
$cl
$"[PV] ev_mode_changed(%0_%1_%2)"
$cx
$cl
$cx
$c2 ee // ev_burst_status
$c7 02
$"[PV] STOP_PREVIEW (delay)"
$s7 03 // [Done]
#COMMAND(3a,00) // Stop
$cl
$"[PV] ev_burst_status"
$s7 01 // [Ready]
$cx
$cl
$cx
$cx;
[ This Message was edited by: number1 on 2007-11-03 14:57 ]
[ This Message was edited by: number1 on 2007-11-03 14:58 ]
Posted by genus
ok, number1, you try that in your post first.
this picture alrdy resized, seem ok
but i think is this:
EM_SET=#READ_REG(28,$r2 1 1)
$m0 1 $/0 28
$c0 00
$m0 1 $/0 03
$c0 00
$cl
$s0 3d
$cx
$-0 r1
#COM_EVENT(04,$w0)
$cx;
EM_UNSET=#COM_EVENT(04,00);
seq_ss_take=#EM_SET
#CAPTURE_EVENT;
seq_ss_stop=#EM_UNSET;
[ This Message was edited by: genus on 2007-11-03 15:11 ]
Posted by number1
it's hard to tell, cause twilightlandscape doesn't have any noise anyway u need to try twilight portrait
Posted by genus
On 2007-11-03 16:01:45, number1 wrote:
it's hard to tell, cause twilightlandscape doesn't have any noise anyway u need to try twilight portrait
yes, the picture i post is NO ANY EFFECT by adding EM mode, i just give sample for 92% compression.
Posted by SEKseries
Try to change this:
EM_SET=#READ_REG(28,$r2 1 1)
$m0 1 $/0 28
$c0 00
$m0 1 $/0 03
$c0 00
$cl
$s0 3d
$cx
$-0 r1
#COM_EVENT(04,$w0)
$cx;
EM_UNSET=#COM_EVENT(04,00);
seq_ss_take=#EM_SET
#CAPTURE_EVENT;
into this:
EM_SET=#READ_REG(28,$r2 1 1)
$m0 1 $/0 28
$c0 00
$m0 1 $/0 03
$c0 00
$cl
$s0 3d
$cx
$-0 r1
#SET_REG(37,$w0)
$cx;
EM_UNSET=#SET_REG(37,00);
seq_ss_take=#EM_SET
#CAPTURE_EVENT;
Since that genus' picture exposure time is 1/2s and look at the car in the picture(it is blurred),means exposure time = shutter speed( I guess), so , y not we give it a try???
Posted by number1
SET_REG(37,00); thats flash shutter speed u might see a effect if u use the flash lol
Posted by SEKseries
On 2007-11-03 16:16:59, number1 wrote:
SET_REG(37,00); thats flash shutter speed u might see a effect if u use the flash lol
@genus
Did the flash fired in the picture u took???
@number1
If the answer is yes then that's my fault......
Posted by genus
how about we try to change the different setting of number each by each?
how about this?
#SET_REG(38,47) // 23b4 AE_FLASHINFO_SHORT = ISO 400, 1/30 s (no use level)
#SET_REG(39,47) // 23b4 AE_FLASHINFO_LONG = ISO 400, 1/30 s (use level)
38 and 39 is wat? or we can also try 35 and 4a
[ This Message was edited by: genus on 2007-11-03 15:23 ]
Posted by kuratinja
so....what drivers have real quality in photo and video recording ??
Posted by genus
On 2007-11-03 16:19:59, SEKseries wrote:
On 2007-11-03 16:16:59, number1 wrote:
SET_REG(37,00); thats flash shutter speed u might see a effect if u use the flash lol
@genus
Did the flash fired in the picture u took???
@number1
If the answer is yes then that's my fault......
if i wan to try, i will direct go to the 37 line change it to 00 ===> auto
Posted by SEKseries
On 2007-11-03 16:21:46, genus wrote:
how about we try to change the different setting of number each by each?
how about this?
#SET_REG(38,47) // 23b4 AE_FLASHINFO_SHORT = ISO 400, 1/30 s (no use level)
#SET_REG(39,47) // 23b4 AE_FLASHINFO_LONG = ISO 400, 1/30 s (use level)
38 and 39 is wat? or we can also try 35 and 4a
[ This Message was edited by: genus on 2007-11-03 15:23 ]
If u hav time, please try it out, your effort will be appreciated.
Posted by genus
yup, i tried change the 36 and 37 setting to 00, and the flash exposure time go to 1/5000....
number1 can you try the em mode change the for 38, 39 and 4a?
Posted by number1
we just need to find the k800i's shutter speed command
and replace
#COMMAND(04,$w0)
#COM_EVENT(04,00);
with the correct values then it should work
in the k850 shutter speed is #SET_REG(64,
so try
#SET_REG(64,$w0)
#SET_REG(64,00):
Posted by genus
On 2007-11-03 16:35:18, number1 wrote:
we just need to find the k800i's shutter speed command
and replace
#COMMAND(04,$w0)
#COM_EVENT(04,00);
with the correct values then it should work
in the k850 shutter speed is #SET_REG(64,
so try
#SET_REG(64,$w0)
#SET_REG(64,00):
i alrdy try so many...phone gonna break down alrdy...muz leave it hv a rest 1st.
Posted by SEKseries
On 2007-11-03 16:33:54, genus wrote:
yup, i tried change the 36 and 37 setting to 00, and the flash exposure time go to 1/5000....
number1 can you try the em mode change the for 38, 39 and 4a?
According to Raiderski
00 = auto, 01 = 6400, 02 = 5000, 03 = 3200, 04 = 2500, 05 = 2000, 06 = 1600, 07 = 1250, 08 = 1000
09 = 800, 0A = 640, 0B = 500, 0C = 400, 0D = 320, 0E = 250, 0F = 200, 10 = 160, 11 = 125, 12 = 100
13 = 80, 14 = 60, 15 = 50, 16 = 40, 17 = 30, 18 = 25, 19 = 20, 1A = 15, 1B = 13, 1C = 10
1D = 8
1E = 6
1F = 5
20 = 4
21 = 3
22 = 2.5
23 = 2
24 = 1.66(6)
25 = 1.33(3)
26 = 1
27 = 0.75
28 = 0.5
Since genus put it to auto, then it can be any value......why not try the values 1 by 1 to find out its function???
Posted by genus
no, i alrdy try almost the value b4 when i test it for my mod...but why 00 is only 1/5000???? mayb it is not the setting for set_reg and is for com_event
i begin to think that is that k800i cannot hv exposure time more than 1/2???? it is maximum alrdy????
[ This Message was edited by: genus on 2007-11-03 15:49 ]