Author |
Raider camera driver for K790, K800 and K810 (v6.6.5) |
hyperion1707 Joined: Sep 05, 2007 Posts: 72 From: Romania PM |
[ This Message was edited by: hyperion1707 on 2008-10-21 07:40 ]
Later i will post also daylight pictures.
[ This Message was edited by: hyperion1707 on 2008-10-21 07:42 ] |
|
bennywei1664 Joined: Sep 06, 2008 Posts: 65 From: Taiwan Taipei PM |
Raider 6.5
Infinity+CWB
K800i R8BA024 CID52 C901 R1GA028 CID53 |
Junz Joined: Jul 31, 2008 Posts: > 500 From: INA PM |
@raider
if we're take one picture with SEM/EM, and then we're want to take it again, why there's a black(screen) viewfinder need more long time than the original driver before the viewfinder showing the object that we want to take it , can u make this black(screen) viewfinder faster like original driver?
and there's possible to showing the capture image like the viewfinder showing? i mean, u make the viewfinder better than before
if there's possible, it's making your driver the best for me and others...
he..he...
[ This Message was edited by: H_rY on 2008-10-21 15:02 ] |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
firoz3321
does any body need to use the normal quality mode ?
if yes, then why ?
I use permanent mode I like to visit abandoned places and night bike rides, these are strictly low and very low light situations. so, I have to use SEM/EM for almost every shot and it's boring to set SEM/EM every time after camera restart. with enabled permanent mode in 'normal quality' I only have to open camera and shot which is very comfortable and saves a lot of time
And can't the quality be more increased ? like no compression ?
nope
butiliero
no, it's not possible because stabilization is forcing some kind of ISO priority which doesn't work with manual shutter speed
H_rY
black screen issue is because viewfinder need some seconds to display anything. it's slow because slow shutter speed is still active. I don't know how to fix this, I guess it's impossible. small version of this issue is also visible in original driver (twilight landscape scene)
|
Goldmen Joined: Oct 07, 2007 Posts: > 500 From: Bulgaria PM, WWW
|
Raiderski
I have two questions:
1.In early versions of your driver,in modes (normal,macro,night) there is not "$s5" before value of every parameter,but in newer version there is.
I tried to removed it in last version and I think it is better without it...
May be it is very subjective,but....
Can you tell me what for are they and did you noticed some difference in quality of photos?
2.Can you tell me how can I calculate real value of exposure time with flash?
I mean:
1/60s=?(xx)
1/80s=?(xx)
1/160s=?(xx)
etc....
Is this value is just like slow shutter speed...?
I hope you can understand my english...
Thank you!
[ This Message was edited by: Goldmen on 2008-10-21 17:37 ] |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
1. you killed code structure don't remove $s5 they have to be in places where they are
good (old code):
VALUE= 01;
#SET(xx,#VALUE)
good (new code):
VALUE= $s5 01;
#VALUE
#SET(xx,$w5)
bad (your code):
VALUE= 01;
#VALUE
#SET(xx,$w5) // reg5 value is? who knows...
2. no, they are not like slow shutter speed. values are exactly the same like for manual shutter speed (1/x second):
00 - auto
01 - 6400 (not supported by mechanical shutter - flash)
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.6
29 - 0.5
[ This Message was edited by: Raiderski on 2008-10-21 18:01 ] |
fulger06 Joined: Sep 30, 2007 Posts: 171 PM, WWW
|
v.6.5.1
 |
Goldmen Joined: Oct 07, 2007 Posts: > 500 From: Bulgaria PM, WWW
|
Thank you,Raiderski!
So,new code is just for structure optimizing and does not affect the quality as I think?
I told I am not sure...  |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
yes, new customization values are easier to use in other parts of code (I'm not lazy, I only want to have clean code)
|
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
early morning in the forest to catch some light effects, guess what... I forgot to upload my driver to the phone after test well, all pics from original K800 driver
|
bennywei1664 Joined: Sep 06, 2008 Posts: 65 From: Taiwan Taipei PM |
Haha!
So ....it's look like we don't have to get RAIDER's cam driver!
hrhr ^.^
K800i R8BA024 CID52 C901 R1GA028 CID53 |
deadsoul Joined: Jul 09, 2008 Posts: 17 PM |
lol  |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
creativity is above anything else
well, I didn't said it was pleasure to use original driver, no it was not it was like some weak horror
|
vudu70 Joined: Apr 15, 2008 Posts: 383 From: Hungary PM, WWW
|
good (old code):
VALUE= 01;
#SET(xx,#VALUE)
good (new code):
VALUE= $s5 01;
#VALUE
#SET(xx,$w5)
2. no, they are not like slow shutter speed. values are exactly the same like for manual shutter speed (1/x second):
00 - auto
01 - 6400 (not supported by mechanical shutter - flash)
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.6
29 - 0.5
Thanks for selfless helpful tuition,Raiderski .
Original driver?
_________________
K810i Golden Ivory+Raiderski Supermode camdriver v6.5.1 FRC2+eXtremeAudioIII->vuduHQ
[ This Message was edited by: vudu70 on 2008-10-21 20:26 ]
[ This Message was edited by: vudu70 on 2008-10-21 20:44 ] |
Goldmen Joined: Oct 07, 2007 Posts: > 500 From: Bulgaria PM, WWW
|
Raiderski
I have set permanent EM in normal quality and made following 2 pics:
first with
- mode-->auto
- quality->normal
- focus--->infinity
- flash--->off
second with
- mode-->tw_landscape
- quality->normal
But results are very different.Is this normal or this is some bug? |
|