Author |
Super camera driver for k750/w800/w810 |
leetiran Joined: Aug 15, 2007 Posts: 134 From: China PM |
On 2008-01-02 15:22:54, MarkJason wrote:
Ok... I get it now... but what will happen to my NORMAL/FINE more? Do the values I set for NORMAL and FINE mode take effect? and also the MXE-50 comppression? What about if I put it in SET_SEQ_PROP_18? instead of SET_SEQ_PROP_5... what will it do?
it doesnt affect other funtion. I think nothing will happen when put it in SET_SEQ_PROP_18, because SET_SEQ_PROP_18 has no link with camera menue. |
|
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
i found that ISO value in EXIF isn't properly saved in 6.7.1 - updated version is available on:
raider.4shared.com
http://downloads.wow-info.net/se/drivers/camera/raiderski/latest/
version name: 671u
admins of other mirrors: please actualize
MarkJason
Does today's camera drivers can set ISO and SHUTTER SPEED separately? Let say ISO 100 and 1/15?
yes
1. you can set manual shutter speed at any time and final pic always have ISO100
2. ISO100 value from point 1 can be increased with exposure compensation (EV) function because when shutter speed is locked at constant value then EV cannot be changed (that's why ISO is used in this case)
Do the values I set for NORMAL and FINE mode take effect? and also the MXE-50 comppression? What about if I put it in SET_SEQ_PROP_18? instead of SET_SEQ_PROP_5... what will it do?
as leetiran wrote: in SET_SEQ_PROP_18 nothing will happen. if you put spot photometry in selected quality then it will be available always and only in this quality. of course you can put spot on/off everywhere, if you're not using b&w/solarize/sepia/negative effect then maybe this is good place for you?
Tomix
this page will explain you everything:
http://www.megapixel.net/html/articles/article-highiso.php
in practice:
- high ISO photos from our cameraphones are very noised
- low ISO isn't always the best idea (high ISO = shorter exposure time)
leetiran
thx. i will check your idea, some free time is required
679
time gap between shot 1 and 2 for auto WB is very important. auto WB is trying to stabilize colors for selected scene which can take some seconds. macro on/off switch probably has nothing to do with this. you can try this:
1. open camera
2. select macro on/off
3. wait some seconds for auto WB stabilization
4. snap
5. macro state switch
6. snap
compare pics
|
Vipera ammodytes Joined: Sep 22, 2004 Posts: > 500 From: Serbia PM |
Hi radier
i got 1/5 shutter speed in this picture but i dont know how, i didnt turned on night mode... does exposure have diferent shutter speed at zoom 4.0??
i tried few times but i cant get 1/5, i only got 1/8 and 1/10
is there any way for 1/5 shutter speed without night mode? slow screen preview is not really good.(night mode plus shutter speed +0.7 at 2.1 zoom)
thanks
_________________
EX sasha-SE
[ This Message was edited by: Vipera ammodytes on 2008-01-03 00:44 ] |
MarkJason Joined: Dec 03, 2005 Posts: 194 From: Bacolod City, Philippines 6100 PM |
@ Leetiran and Raiderski - Thanks for answering my questions... But the NORMAL and FINE thing is not yet clear for me... If I put
SET_SEQ_PROP_5_0 = 06 02 00 01 00 08 #CMD_END
SET_SEQ_PROP_5_1 = 06 02 00 01 01 08 #CMD_END
How about this? Does this still affect the NORMAL/FINE compression?
seq_set_prop_5_0=$z0 $p1 0e
$s2 55
$c0 01 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,0F) #SET_JPEG_AVG(00,05) #SET_JPEG_QUALITY $cl
$c0 02 #SET_JPEG_MIN(00,03) #SET_JPEG_MAX(00,05) #SET_JPEG_AVG(00,04) #SET_JPEG_QUALITY $cl
$c0 03 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,28) #SET_JPEG_AVG(00,0F) #SET_JPEG_QUALITY $cl
$c0 04 #SET_JPEG_MIN(00,32) #SET_JPEG_MAX(00,50) #SET_JPEG_AVG(00,3C) #SET_JPEG_QUALITY $cl
$c0 05 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,40) #SET_JPEG_AVG(00,96) #SET_JPEG_QUALITY $cl
$c0 06 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(02,08) #SET_JPEG_AVG(01,72) #SET_JPEG_QUALITY $cl
$c0 07 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,e0) #SET_JPEG_AVG(01,5e) #SET_JPEG_QUALITY $cl
$c0 08 #SET_JPEG_MIN(01,2C) #SET_JPEG_MAX(01,90) #SET_JPEG_AVG(01,5E) #SET_JPEG_QUALITY
$cx $cx $cx $cx $cx $cx $cx $cx;
seq_set_prop_5_1=$z0 $p1 0e
$s2 5a
$c0 01 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,0F) #SET_JPEG_AVG(00,08) #SET_JPEG_QUALITY $cl
$c0 02 #SET_JPEG_MIN(00,05) #SET_JPEG_MAX(00,08) #SET_JPEG_AVG(00,06) #SET_JPEG_QUALITY $cl
$c0 03 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,28) #SET_JPEG_AVG(00,14) #SET_JPEG_QUALITY $cl
$c0 04 #SET_JPEG_MIN(00,50) #SET_JPEG_MAX(00,78) #SET_JPEG_AVG(00,5A) #SET_JPEG_QUALITY $cl
$c0 05 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,54) #SET_JPEG_AVG(01,2C) #SET_JPEG_QUALITY $cl
$c0 06 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(02,1c) #SET_JPEG_AVG(01,cc) #SET_JPEG_QUALITY $cl
$c0 07 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,f4) #SET_JPEG_AVG(01,a4) #SET_JPEG_QUALITY $cl
$c0 08 #SET_JPEG_MIN(01,90) #SET_JPEG_MAX(02,30) #SET_JPEG_AVG(01,EA) #SET_JPEG_QUALITY
$cx $cx $cx $cx $cx $cx $cx $cx;
|
e_erzan Joined: Aug 04, 2006 Posts: > 500 From: Singapore,Tanglin PM |
This thread is still very2 alive.....wow....
K850i(R1EA037)2GB Kingston MicroSD Sony Ericsson Camera phones evolutions for me=>S700i(1.3m)=>K750i(2.0m)=>K800i(3.2m)=>Present K850i(5.0m) Camera phone will never replace a camera,but at least i carry lesser things with me coz i have my  |
leetiran Joined: Aug 15, 2007 Posts: 134 From: China PM |
MarkJason
seq_set_prop_5_0=$z0 $p1 0e
$s2 55
$c0 01 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,0F) #SET_JPEG_AVG(00,05) #SET_JPEG_QUALITY $cl
$c0 02 #SET_JPEG_MIN(00,03) #SET_JPEG_MAX(00,05) #SET_JPEG_AVG(00,04) #SET_JPEG_QUALITY $cl
$c0 03 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,28) #SET_JPEG_AVG(00,0F) #SET_JPEG_QUALITY $cl
$c0 04 #SET_JPEG_MIN(00,32) #SET_JPEG_MAX(00,50) #SET_JPEG_AVG(00,3C) #SET_JPEG_QUALITY $cl
$c0 05 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,40) #SET_JPEG_AVG(00,96) #SET_JPEG_QUALITY $cl
$c0 06 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(02,08) #SET_JPEG_AVG(01,72) #SET_JPEG_QUALITY $cl
$c0 07 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,e0) #SET_JPEG_AVG(01,5e) #SET_JPEG_QUALITY $cl
$c0 08 #SET_JPEG_MIN(01,2C) #SET_JPEG_MAX(01,90) #SET_JPEG_AVG(01,5E) #SET_JPEG_QUALITY
$cx $cx $cx $cx $cx $cx $cx $cx
06 02 00 01 00 08 #CMD_END;
seq_set_prop_5_1=$z0 $p1 0e
$s2 5a
$c0 01 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,0F) #SET_JPEG_AVG(00,08) #SET_JPEG_QUALITY $cl
$c0 02 #SET_JPEG_MIN(00,05) #SET_JPEG_MAX(00,08) #SET_JPEG_AVG(00,06) #SET_JPEG_QUALITY $cl
$c0 03 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,28) #SET_JPEG_AVG(00,14) #SET_JPEG_QUALITY $cl
$c0 04 #SET_JPEG_MIN(00,50) #SET_JPEG_MAX(00,78) #SET_JPEG_AVG(00,5A) #SET_JPEG_QUALITY $cl
$c0 05 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,54) #SET_JPEG_AVG(01,2C) #SET_JPEG_QUALITY $cl
$c0 06 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(02,1c) #SET_JPEG_AVG(01,cc) #SET_JPEG_QUALITY $cl
$c0 07 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,f4) #SET_JPEG_AVG(01,a4) #SET_JPEG_QUALITY $cl
$c0 08 #SET_JPEG_MIN(01,90) #SET_JPEG_MAX(02,30) #SET_JPEG_AVG(01,EA) #SET_JPEG_QUALITY
$cx $cx $cx $cx $cx $cx $cx $cx
06 02 00 01 01 08 #CMD_END;
|
leetiran Joined: Aug 15, 2007 Posts: 134 From: China PM |
On 2008-01-02 23:44:25, Raiderski wrote:
leetiran
thx. i will check your idea, some free time is required
Raiderski
ok if my idea is ok, i think maybe you can add the iso and slowshutter funtions. slowshutter funtion neednt too many values, just giving 2s,1s,1/2s,1/5s is ok, and neednt preview, just apply it in taking picture. And maybe EM/ENM also can be out of shutterspeed1.1 into slowshutter funtions1.1.
[ This Message was edited by: leetiran on 2008-01-03 05:25 ] |
MarkJason Joined: Dec 03, 2005 Posts: 194 From: Bacolod City, Philippines 6100 PM |
@ Leetiran - BIG THANKS! ^_^
Last question, what does FULL RANGE FOCUS do?
[ This Message was edited by: MarkJason on 2008-01-03 07:06 ] |
pram_zx Joined: Mar 02, 2007 Posts: 161 From: NoWhere Island PM |
@Raiderski
Bro....can you update your configtool, so...w810 can be set the compression at 100%(since sarmad did it and it work perfect)?
Thanx B4
W810i Black with W800 back cover, modded camdriver, Own mix acoustic driver, Unbranded phone, Adding new flash menu's. W810i It's Rock...! |
leetiran Joined: Aug 15, 2007 Posts: 134 From: China PM |
On 2008-01-03 07:59:32, MarkJason wrote:
@ Leetiran - BIG THANKS! ^_^
Last question, what does FULL RANGE FOCUS do?
[ This Message was edited by: MarkJason on 2008-01-03 07:06 ]
full range focus=normal focus+macro focus |
MarkJason Joined: Dec 03, 2005 Posts: 194 From: Bacolod City, Philippines 6100 PM |
So what can you say about full range focus? is it better than normal focus? Is there a way to speed up the focus when in night mode and not affecting the other? |
pram_zx Joined: Mar 02, 2007 Posts: 161 From: NoWhere Island PM |
@Mark Jason
Full Range Focus mean you have auto focus from Infinity to macro, not only macro that can focus only from 10-40 cm.
Just Try Raiderski Driver !!!, you will not meet slow auto focus on viewfinder(except you press half shutter once before take the picture)
W810i Black with W800 back cover, modded camdriver, Own mix acoustic driver, Unbranded phone, Adding new flash menu's. W810i It's Rock...! |
MarkJason Joined: Dec 03, 2005 Posts: 194 From: Bacolod City, Philippines 6100 PM |
So its better to have NORMAL FOCUS rather than FULL RANGE? Their drivers are great... Many new features and stuffs but I don't like the ENM... I have a MXE-60 Flash so basically I only need a camera driver that's good on outside shots (CLEAR, SHARP and FAST ) and will sync with my MXE-60...
K750>W800 CID49 R1BC002 : Sarmad 5.8 camdriver / Hyper v6 + HyperPHF acoustic |
pram_zx Joined: Mar 02, 2007 Posts: 161 From: NoWhere Island PM |
It depends on your self. Full range focus mean more slower to take focus than normal focus.
In Raiderski you can disable this EM/ENM if you want. and it sync with MXE 60
BTW, What your phone?
W810i Black with W800 back cover, modded camdriver, Own mix acoustic driver, Unbranded phone, Adding new flash menu's. W810i It's Rock...! |
MarkJason Joined: Dec 03, 2005 Posts: 194 From: Bacolod City, Philippines 6100 PM |
K750i -> W800i CID49
K750>W800 CID49 R1BC002 : Sarmad 5.8 camdriver / Hyper v6 + HyperPHF acoustic |
|
Access the forum with a mobile phone via esato.mobi
|