Posted by yorulezkos
ok..i dont know about you guys ...but i cand manualy focus with that zoom
Posted by killerPK
On 2008-01-24 13:48:45, number1 wrote:
what about
MANUAL_FOCUS = $p1 10 << scenes
$c1 07 //<<<<< document mode
#COM_EVENT(06,00)
$s4 %0
$-4 03 // Extend range for settings
$*4 08 // Extend 12 EV-Stick steps to 32 Focus steps
$/4 03
#SET_REG(32,05) // Extend Focus to full range mulitple af windows
#COM_EVENT(43,$w4); // Set FOCUS with Stick (thx number1)
You mean only put manual focus in doc mode? But for that you have to set focus to infinity on auto mode then go to doc mode so that autofocus is disabled.
killerPK can you mod your manual focus like in k750i?
In k750i manual was ery easy to use, and there was no need to change to w&b or sth
Well no one has been able to bind things like MF or contrast to the zoom-keys like in the K750, so for now we have to bind it to effects.
On 2008-01-24 11:39:09, rockygali wrote:
doesnt happened on my K810... using MF its still the same when i re-open my cam.
its just that.. when you adjust focus using MF mode... i think ISO goes along with it... the farther your focus the dimmer the output... this is with flash on.
Did you switch back to Normal effect after setting manual focus? After you have gone back to normal effect you can set the flash ISO with the EV like normal.
[ This Message was edited by: killerPK on 2008-01-24 18:26 ]
Posted by killerPK
Everyone who has downloaded v1.5 please download it again, i made some minor changes to it.
Posted by theshadow03
On 2008-01-24 21:36:38, killerPK wrote:
Everyone who has downloaded v1.5 please download it again, i made some minor changes to it.
what changes??
Posted by theshadow03
mnaul focus is great !!
Posted by killerPK
On 2008-01-24 21:58:29, theshadow03 wrote:
what changes??
I changed the contrast property but i think the previous contrast setting is better so i changed back
Posted by theshadow03
On 2008-01-25 00:46:39, killerPK wrote:
On 2008-01-24 21:58:29, theshadow03 wrote:
what changes??
I changed the contrast property but i think the previous contrast setting is better so i changed back
so on the first post it is the final driver of the this version??
Posted by yorulezkos
but..couldn.t you make the auto-focus code without the zooming part beeing automatic ?
Posted by pietropizzi
You can do it in your your own driver with deleting the line:
#COM_EVENT(61,14) // 3.2x Zoom for closer view
But it can really help getting a closer look on the object your're focusing at.
I don't see a reason yet why it should be deleted globally...
One just shouldn't forget to set back to normal WB after and Zoom out again.
Posted by killerPK
On 2008-01-25 08:02:35, theshadow03 wrote:
On 2008-01-25 00:46:39, killerPK wrote:
On 2008-01-24 21:58:29, theshadow03 wrote:
what changes??
I changed the contrast property but i think the previous contrast setting is better so i changed back
so on the first post it is the final driver of the this version??
Yes its the final version.
Posted by yorulezkos
i inserted this :
MANUAL_FOCUS = $p1 08
$c1 04 // Is Black-White Effect
#COM_EVENT(53,00)
#COM_EVENT(06,00)
$s4 %0
$-4 03 // Extend range for settings
$*4 08 // Extend 12 EV-Stick steps to 32 Focus steps
$/4 03
#SET_REG(32,01) // Extend Focus to full range
#COM_EVENT(43,$w4) // Set FOCUS with Stick (thx number1)
$c1 $cx;
in the gnus driver without the zoom line.. and MF is not working
Posted by killerPK
On 2008-01-25 15:33:59, yorulezkos wrote:
i inserted this :
MANUAL_FOCUS = $p1 08
$c1 04 // Is Black-White Effect
#COM_EVENT(53,00)
#COM_EVENT(06,00)
$s4 %0
$-4 03 // Extend range for settings
$*4 08 // Extend 12 EV-Stick steps to 32 Focus steps
$/4 03
#SET_REG(32,01) // Extend Focus to full range
#COM_EVENT(43,$w4) // Set FOCUS with Stick (thx number1)
$c1 $cx;
in the gnus driver without the zoom line.. and MF is not working
I also told you to copy the whole Exposure property from my driver and replace it on Genus 6.0, then MF will work.
Posted by limzm
this driver is causing my phone to keep reset when i run the camera. anyone having same problem?
Posted by ahil13
On 2008-01-25 16:09:51, limzm wrote:
this driver is causing my phone to keep reset when i run the camera. anyone having same problem?
and something interesting - i put this settings in my driver, and black & white is colour and manual focus is working
Posted by killerPK
On 2008-01-25 16:09:51, limzm wrote:
this driver is causing my phone to keep reset when i run the camera. anyone having same problem?
Yes, i have tested it. After running camera once or twice, next time i try to open the camera the phone resets. Currently fixing this problem.
EDIT : Fixed version in first post
[ This Message was edited by: killerPK on 2008-01-25 17:03 ]
Posted by ghostweb
please make manuel contrast you can make?? need
Posted by Goldmen
On 2008-01-25 19:27:42, ghostweb wrote:
please make manuel contrast you can make?? need
Yeah,why not...!?
It`s not bad idea!
...and it will be good improvement...
Posted by killerPK
On 2008-01-25 19:27:42, ghostweb wrote:
please make manuel contrast you can make?? need
Yes its easily possible, just tell me where you want this option i.e in place of Sepia effect or Solarize effect etc?
[ This Message was edited by: killerPK on 2008-01-25 18:49 ]
Posted by ghostweb
@killerpk please .. black and white option..
Posted by DeKosta
On 2008-01-25 20:09:59, ghostweb wrote:
@killerpk please .. black and white option..
Why not make it in some other "effect"? That way youll have two special features?
Who uses the special effects anyway?
Posted by Goldmen
On 2008-01-25 19:47:59, killerPK wrote:
Yes its easily possible, just tell me where you want this option i.e in place of Sepia effect or Solarize effect etc?
Why not i.e instead of zoom...?I don`t use it....
[ This Message was edited by: Goldmen on 2008-01-25 19:30 ]
Posted by yorulezkos
On 2008-01-25 16:07:02, killerPK wrote:
On 2008-01-25 15:33:59, yorulezkos wrote:
i inserted this :
MANUAL_FOCUS = $p1 08
$c1 04 // Is Black-White Effect
#COM_EVENT(53,00)
#COM_EVENT(06,00)
$s4 %0
$-4 03 // Extend range for settings
$*4 08 // Extend 12 EV-Stick steps to 32 Focus steps
$/4 03
#SET_REG(32,01) // Extend Focus to full range
#COM_EVENT(43,$w4) // Set FOCUS with Stick (thx number1)
$c1 $cx;
in the gnus driver without the zoom line.. and MF is not working
I also told you to copy the whole Exposure property from my driver and replace it on Genus 6.0, then MF will work.
i did that ..and then the camera does not start at all .... the phone resets ... .
Posted by killerPK
On 2008-01-25 20:29:02, Goldmen wrote:
On 2008-01-25 19:47:59, killerPK wrote:
Yes its easily possible, just tell me where you want this option i.e in place of Sepia effect or Solarize effect etc?
Why not i.e instead of zoom...?I don`t use it....
[ This Message was edited by: Goldmen on 2008-01-25 19:30 ]
zoom function cant be changed, so i'll add it to Negative effect.
@yorulezkos
Post the driver here, i'll edit it for you.
Posted by pietropizzi
On 2008-01-25 20:31:09, yorulezkos wrote:
On 2008-01-25 16:07:02, killerPK wrote:
On 2008-01-25 15:33:59, yorulezkos wrote:
i inserted this :
MANUAL_FOCUS = $p1 08
$c1 04 // Is Black-White Effect
#COM_EVENT(53,00)
#COM_EVENT(06,00)
$s4 %0
$-4 03 // Extend range for settings
$*4 08 // Extend 12 EV-Stick steps to 32 Focus steps
$/4 03
#SET_REG(32,01) // Extend Focus to full range
#COM_EVENT(43,$w4) // Set FOCUS with Stick (thx number1)
$c1 $cx;
in the gnus driver without the zoom line.. and MF is not working
I also told you to copy the whole Exposure property from my driver and replace it on Genus 6.0, then MF will work.
i did that ..and then the camera does not start at all .... the phone resets ... .
That code is LOOPING INFINITE !
You cant change the effect back to normal if you first check if the effect is BW !
You need something like:
seq_set_prop_8 =
$s5 %0
$c5 04
#COM_EVENT(53,00) // replace BW Normal
$cl
#COM_EVENT(53,$w5) // take effect
$cx;
to set the right property code but to redirect the eben back to normal !
Posted by Goldmen
On 2008-01-25 21:09:04, killerPK wrote:
zoom function cant be changed, so i'll add it to Negative effect.
O.K. Negative effect is good also...
Thank you!
Posted by ghostweb
please put code contrast mode..
Posted by Goldmen
On 2008-01-25 21:28:29, ghostweb wrote:
please put code contrast mode..
Be patient and wait,don`t force him...!
Posted by ghostweb
oke
Posted by killerPK
On 2008-01-25 21:14:52, pietropizzi wrote:
On 2008-01-25 20:31:09, yorulezkos wrote:
On 2008-01-25 16:07:02, killerPK wrote:
On 2008-01-25 15:33:59, yorulezkos wrote:
i inserted this :
MANUAL_FOCUS = $p1 08
$c1 04 // Is Black-White Effect
#COM_EVENT(53,00)
#COM_EVENT(06,00)
$s4 %0
$-4 03 // Extend range for settings
$*4 08 // Extend 12 EV-Stick steps to 32 Focus steps
$/4 03
#SET_REG(32,01) // Extend Focus to full range
#COM_EVENT(43,$w4) // Set FOCUS with Stick (thx number1)
$c1 $cx;
in the gnus driver without the zoom line.. and MF is not working
I also told you to copy the whole Exposure property from my driver and replace it on Genus 6.0, then MF will work.
i did that ..and then the camera does not start at all .... the phone resets ... .
That code is LOOPING INFINITE !
You cant change the effect back to normal if you first check if the effect is BW !
You need something like:
seq_set_prop_8 =
$s5 %0
$c5 04
#COM_EVENT(53,00) // replace BW Normal
$cl
#COM_EVENT(53,$w5) // take effect
$cx;
to set the right property code but to redirect the eben back to normal !
Thats the old code, this is the current code:
MANUAL_FOCUS = #COM_EVENT(72,00)
$p5 08
$c5 04 // Is Black-White Effect
#COM_EVENT(53,00)
#COM_EVENT(06,00)
#COM_EVENT(61,2A)
$s4 %0
$-4 03 // Extend range for settings
$*4 08 // Extend 12 EV-Stick steps to 32 Focus steps
$/4 03
#SET_REG(32,05) // Extend Focus to full range
#COM_EVENT(43,$w4) // Set FOCUS with Stick (thx number1)
$c1
$c5 00
#COM_EVENT(61,40)
$c1
$cx $cx
#COM_EVENT(72,00);
Now the phone reset problem is gone, is this code ok?
Posted by yorulezkos
the code is ok .. thanx
Posted by ghostweb
please put code contrast mode..
[ This Message was edited by: ghostweb on 2008-01-25 21:28 ]
Posted by toyds
@KillerPK:
i have question:
After i set the MF to -2.0 then back to auto Effects do i need to back the EV to 0.0?cause its to dark after setting the effects to auto?
thanks a lot
Posted by killerPK
On 2008-01-26 01:25:20, toyds wrote:
@KillerPK:
i have question:
After i set the MF to -2.0 then back to auto Effects do i need to back the EV to 0.0?cause its to dark after setting the effects to auto?
thanks a lot
After setting MF, back on normal effect you can set EV to anything you like e.g 0.0, it wont reset the focus.
Posted by toyds
thanks killerPK
Posted by killerPK
Ok, v1.52 with manual contrast posted.
Posted by ghostweb
killerpk too thanks!..
Posted by killerPK
Both pics in Landscape mode with Manual Focus:
Posted by ghostweb

[ This Message was edited by: ghostweb on 2008-01-26 08:52 ]
Posted by toyds
@KillerPK
How did you take that kind of picture?
this is the Manual Focur procedure right?
1. Set Focus to Infinite (meaning turn off autofocus and set it to Infinity - shortcut is the 4 key)
2. Select Black and White effect from Effects menu
3. Set Focus with the joystick (-2.0 is far, +2.0 is nearest)
4. After focus is set, change effect back to normal (focus is saved)
5. Now set EV and take picture as you normally would
Inquiry:
1.When executing procedure#2 zoom is execute 30%(is this right??)
2. In procedure#3 if the object is far we need to set the focus to negative(-2.0) until it take focus or positive(+2.0) for nearer object)??
3. Now in procedure#4,after the focus is already set effect should be back to normal,which means AUTO and the 30% zoom is disappear am i right?
How did you manage to take that pictures of yours?did you zoom it before posting here?
thanks a lot
Posted by boooooo
is it possible to change the MF function to another 'effect'?
because i use B&W effect almost everytime and this function changed the B&W completely useless. can you make the MF function to work with another effect for example 'solarize' mode.
it is said that MF works only in infinite focus and B&W effect. but i have experiencing a bug that prevents me using B&W function in every photo mode, and focus mode.
Posted by killerPK
On 2008-01-26 11:16:51, toyds wrote:
@KillerPK
How did you take that kind of picture?
this is the Manual Focur procedure right?
1. Set Focus to Infinite (meaning turn off autofocus and set it to Infinity - shortcut is the 4 key)
2. Select Black and White effect from Effects menu
3. Set Focus with the joystick (-2.0 is far, +2.0 is nearest)
4. After focus is set, change effect back to normal (focus is saved)
5. Now set EV and take picture as you normally would
Inquiry:
1.When executing procedure#2 zoom is execute 30%(is this right??)
2. In procedure#3 if the object is far we need to set the focus to negative(-2.0) until it take focus or positive(+2.0) for nearer object)??
3. Now in procedure#4,after the focus is already set effect should be back to normal,which means AUTO and the 30% zoom is disappear am i right?
How did you manage to take that pictures of yours?did you zoom it before posting here?
thanks a lot
1. When you select black-white effect, it zooms almost 2.5x so that you can see better what is being focused on.
2. Yes -2.0 is for far objects, +2.0 is nearest.
3. Yes after you change back to normal effect zoom is back to 1x.
For my pictures i just went to Landscape mode (Focus is already set to infinite in landscape mode), chose black-white effect and set the focus to +2.0, then i went back to normal effect and then took the picture (didnt change zoom manually, just brought the phone nearer where the focus is best).
[ This Message was edited by: killerPK on 2008-01-26 15:23 ]
Posted by killerPK
On 2008-01-26 12:21:58, boooooo wrote:
is it possible to change the MF function to another 'effect'?
because i use B&W effect almost everytime and this function changed the B&W completely useless. can you make the MF function to work with another effect for example 'solarize' mode.
it is said that MF works only in infinite focus and B&W effect. but i have experiencing a bug that prevents me using B&W function in every photo mode, and focus mode.
I can change MF to solarize effect but then someone else may want to use that effect, so how can we solve this problem?
For me its very easy to make pictures black and white, I can just open them in photoshop and desaturate them.
And the second thing you asked, MF works only with B&W effect, it does not need Infinite focus to be selected. But setting focus to infinite is necessary because if you dont, the autofocus will override your manual focus setting.
Posted by killerPK
On 2008-01-26 16:36:32, Raiderski wrote:
breakthrough - nasty linear zoom functionality overrided
i can easily control function values (MF as example) by zoom keys (max 60 steps possible)
"how to" tutorial soon, i must verify everything so please be patient
So we may soon have all the effects back, and get MF / MC on zoom keys
Posted by toyds
thanks a lot for the answers KillerPK
Posted by bizon69
@KillerPK
Can you make your newest driver 1.52 with 08 sharpness?
Thanx
Posted by killerPK
On 2008-01-27 11:00:07, bizon69 wrote:
@KillerPK
Can you make your newest driver 1.52 with 08 sharpness?
Thanx
Just open the camdriver0.dat in notepad or something and go to the end of the file:
SET_SHARPNESS = COM_EVENT(56,04);
change to this
SET_SHARPNESS = COM_EVENT(56,08);
Posted by ghostweb
hi killerpk.. i am think good idea! please manual saturation code send me? thanks....
Posted by killerPK
On 2008-01-27 14:04:02, ghostweb wrote:
hi killerpk.. i am think good idea! please manual saturation code send me? thanks....
I dont think increasing/decreasing saturation makes much difference, anyway i will try to make a new driver with all the manual settings on zoom keys.
Posted by ghostweb
oke but can you do private for me manual saturation ? (sorrry my english bad) i'm from turkey.. you pakistan.. friendly country
[ This Message was edited by: ghostweb on 2008-01-27 14:45 ]
Posted by killerPK
On 2008-01-27 15:27:39, ghostweb wrote:
oke but can you do private for me manual saturation ? (sorrry my english bad) i'm from turkey.. you pakistan.. friendly country
[ This Message was edited by: ghostweb on 2008-01-27 14:45 ]
So that makes us neighbours
I'll give u the code, which effect you want to replace?