Author |
Project mini supermode camdriver for k850/c905/c902 =>STOPPED |
strong Joined: May 18, 2007 Posts: > 500 From: Greece PM |
no auto mode only to infinite
[ This Message was edited by: strong on 2009-06-27 00:13 ] Samsung GT-i8910 Omnia HD K850 R1FA035 modded camdriver modded acoustic drivers www.camdrivers.wz. |
|
MiHaU Joined: Feb 06, 2007 Posts: 145 From: Poland PM |
On 2009-06-27 01:02:53, strong wrote:
no ayto mode only to infinite
Ok, I don't get it. Where should I set focus to the infinite? |
strong Joined: May 18, 2007 Posts: > 500 From: Greece PM |
open the camera settings menu the fοurth of left to right pop up menu auto,macro,ifinite
Samsung GT-i8910 Omnia HD K850 R1FA035 modded camdriver modded acoustic drivers www.camdrivers.wz. |
MiHaU Joined: Feb 06, 2007 Posts: 145 From: Poland PM |
On 2009-06-27 01:12:37, strong wrote:
open the camera settings menu the fοurth of left to right pop up menu auto,macro,ifinite
I did so, then went to the portrait scene. And still after setting the manual focus the camera focus itself after pushing the button. |
strong Joined: May 18, 2007 Posts: > 500 From: Greece PM |
this is weird it must works
try this and tell me if works
http://www.sendspace.com/file/h7swib
[ This Message was edited by: strong on 2009-06-27 00:41 ] Samsung GT-i8910 Omnia HD K850 R1FA035 modded camdriver modded acoustic drivers www.camdrivers.wz. |
MiHaU Joined: Feb 06, 2007 Posts: 145 From: Poland PM |
Still no difference. |
strong Joined: May 18, 2007 Posts: > 500 From: Greece PM |
ok, is there any other user to confirm this bug at c902?
Samsung GT-i8910 Omnia HD K850 R1FA035 modded camdriver modded acoustic drivers www.camdrivers.wz. |
fpxf Joined: Jun 14, 2009 Posts: 5 From: China PM |
MF_LIMINF=
$p1 09 //selected the focus option
$c1 00 //selected the inf mode
#MFOCUS //MF in form1
$cl
$cx
;
this will slove ur problem only in infinity mode user manunal focus....
#MFOCUS is ur focus function in some mode or in ur form. |
strong Joined: May 18, 2007 Posts: > 500 From: Greece PM |
$p1 09 is for macro mode why sould be put for manual focus?
my form is:M_FOCUS =
$p5 10 scene mode
$c5 01 if scene portrait
$p5 0a focus mode
$c5 00 set infinite
Samsung GT-i8910 Omnia HD K850 R1FA035 modded camdriver modded acoustic drivers www.camdrivers.wz. |
AD_099 Joined: Dec 12, 2008 Posts: 35 PM |
Hi all ppls
This message was posted from a 6131 |
MiHaU Joined: Feb 06, 2007 Posts: 145 From: Poland PM |
Maybe try to put those functions into effects menu. Like in the 'CYBERSHOT XPERIENCE 6.5' driver.
Original topic: http://www.esato.com/board/viewtopic.php?topic=186500 |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
$p1 09 //selected the focus option
$c1 00 //selected the inf mode
$p5 0a focus mode
$c5 00 set infinite
both are wrong if you want to verify focus infinity state
in first case property 09 can only tell you which autofocus option is selected, 0 = auto/infinity, 1 = macro. result 0 is common for auto (non-macro) and infinity
in second case property 0a describes state of autofocus operation in action. I mean whole process after snapshot key press (AF start) and AF success or fail. this AF property doesn't execute when focus infinity is selected
|
lipe Joined: Jun 19, 2008 Posts: 87 PM |
So we have to wait for any news.I hope to develop something really quality for my w902 or c902.
Thanks to all modders. |
strong Joined: May 18, 2007 Posts: > 500 From: Greece PM |
both are wrong if you want to verify focus infinity state
in first case property 09 can only tell you which autofocus option is selected, 0 = auto/infinity, 1 = macro. result 0 is common for auto (non-macro) and infinity
in second case property 0a describes state of autofocus operation in action. I mean whole process after snapshot key press (AF start) and AF success or fail. this AF property doesn't execute when focus infinity is selected
thanks Raider to tell us what is wrong can you tell us what is the right?
at my driver i use
this code and works fine at k850
$p5 10
$c5 01
$p5 0a
$s5 00
@MiHaU
i dont want to put at effects menu at k850 works fine
[ This Message was edited by: strong on 2009-06-27 18:26 ] Samsung GT-i8910 Omnia HD K850 R1FA035 modded camdriver modded acoustic drivers www.camdrivers.wz. |
MiHaU Joined: Feb 06, 2007 Posts: 145 From: Poland PM |
On 2009-06-27 19:19:55, strong wrote:
@MiHaU
i dont want to put at effects menu at k850 works fine
[ This Message was edited by: strong on 2009-06-27 18:26 ]
But it is easier to use and it is more comfortable. 
[ This Message was edited by: MiHaU on 2009-06-28 02:25 ] |
|