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-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: 2007-11-03 16:19:59
Edit :
Quote
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: 2007-11-03 16:21:46
Edit :
Quote
so....what drivers have real quality in photo and video recording ??
--
Posted: 2007-11-03 16:22:15
Edit :
Quote
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: 2007-11-03 16:25:22
Edit :
Quote
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: 2007-11-03 16:26:46
Edit :
Quote
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: 2007-11-03 16:33:54
Edit :
Quote
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: 2007-11-03 16:35:18
Edit :
Quote
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: 2007-11-03 16:37:27
Edit :
Quote
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: 2007-11-03 16:45:15
Edit :
Quote
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 ]
--
Posted: 2007-11-03 16:48:18
Edit :
Quote
New Topic
Reply