Author |
ModMix Camdriver v2.0 Final with Manual Focus, Manual Contrast for K790/K800/K810 |
ghostweb Joined: Oct 21, 2007 Posts: 73 PM |
please make manuel contrast you can make?? need |
|
Goldmen Joined: Oct 07, 2007 Posts: > 500 From: Bulgaria PM, WWW
|
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...
|
killerPK Joined: Oct 11, 2007 Posts: 252 From: Lahore, Pakistan PM |
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 ] |
ghostweb Joined: Oct 21, 2007 Posts: 73 PM |
@killerpk please .. black and white option.. |
DeKosta Joined: Nov 23, 2007 Posts: 291 From: Europe PM |
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?
www.flickr.com/photos/dekosta/
- Illusion is the first of all pleasures. |
Goldmen Joined: Oct 07, 2007 Posts: > 500 From: Bulgaria PM, WWW
|
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 ] |
yorulezkos Joined: Dec 28, 2007 Posts: 122 PM |
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  .. the black and white effect just applies normaly
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 ... . |
killerPK Joined: Oct 11, 2007 Posts: 252 From: Lahore, Pakistan PM |
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. |
pietropizzi Joined: Nov 16, 2007 Posts: 130 From: Vienna PM |
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  .. the black and white effect just applies normaly
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 !
|
Goldmen Joined: Oct 07, 2007 Posts: > 500 From: Bulgaria PM, WWW
|
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! |
ghostweb Joined: Oct 21, 2007 Posts: 73 PM |
please put code contrast mode.. |
Goldmen Joined: Oct 07, 2007 Posts: > 500 From: Bulgaria PM, WWW
|
On 2008-01-25 21:28:29, ghostweb wrote:
please put code contrast mode..
Be patient and wait,don`t force him...!  |
ghostweb Joined: Oct 21, 2007 Posts: 73 PM |
oke  |
killerPK Joined: Oct 11, 2007 Posts: 252 From: Lahore, Pakistan PM |
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  .. the black and white effect just applies normaly
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? |
yorulezkos Joined: Dec 28, 2007 Posts: 122 PM |
the code is ok .. thanx it works now ... the MF is made in steps.... its not like zooming ... but i quess that is the way it should be ... i think i'm jut new to it ... the zoom now goes automatic to ~30 % and its hard to use MF .. for me ..... when i had manual focus on a w810 without any zoom.. it was easyer .... at least for me .... but i'll get used to your driver  |
|