Esato

Forum > Sony Ericsson / Sony > Software, Firmware and Drivers > Project mini supermode camdriver for k850/c905/c902 =>STOPPED

Author Project mini supermode camdriver for k850/c905/c902 =>STOPPED
strong
K850 Blue
Joined: May 18, 2007
Posts: > 500
From: Greece
PM
Posted: 2009-06-27 01:02
Reply with quoteEdit/Delete This PostPrint this post
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
C902 Black
Joined: Feb 06, 2007
Posts: 145
From: Poland
PM
Posted: 2009-06-27 01:04
Reply with quoteEdit/Delete This PostPrint this post

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
K850 Blue
Joined: May 18, 2007
Posts: > 500
From: Greece
PM
Posted: 2009-06-27 01:12
Reply with quoteEdit/Delete This PostPrint this post
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
C902 Black
Joined: Feb 06, 2007
Posts: 145
From: Poland
PM
Posted: 2009-06-27 01:21
Reply with quoteEdit/Delete This PostPrint this post

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
K850 Blue
Joined: May 18, 2007
Posts: > 500
From: Greece
PM
Posted: 2009-06-27 01:28
Reply with quoteEdit/Delete This PostPrint this post
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
C902 Black
Joined: Feb 06, 2007
Posts: 145
From: Poland
PM
Posted: 2009-06-27 10:37
Reply with quoteEdit/Delete This PostPrint this post
Still no difference.
strong
K850 Blue
Joined: May 18, 2007
Posts: > 500
From: Greece
PM
Posted: 2009-06-27 11:02
Reply with quoteEdit/Delete This PostPrint this post
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
K850 Blue
Joined: Jun 14, 2009
Posts: 5
From: China
PM
Posted: 2009-06-27 13:06
Reply with quoteEdit/Delete This PostPrint this post
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
K850 Blue
Joined: May 18, 2007
Posts: > 500
From: Greece
PM
Posted: 2009-06-27 13:26
Reply with quoteEdit/Delete This PostPrint this post
$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
Model not set
Joined: Dec 12, 2008
Posts: 35
PM
Posted: 2009-06-27 13:59
Reply with quoteEdit/Delete This PostPrint this post
Hi all ppls

This message was posted from a 6131
MiHaU
C902 Black
Joined: Feb 06, 2007
Posts: 145
From: Poland
PM
Posted: 2009-06-27 14:02
Reply with quoteEdit/Delete This PostPrint this post
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
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2009-06-27 14:05
Reply with quoteEdit/Delete This PostPrint this post
$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
W995 Red
Joined: Jun 19, 2008
Posts: 87
PM
Posted: 2009-06-27 15:44
Reply with quoteEdit/Delete This PostPrint this post
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
K850 Blue
Joined: May 18, 2007
Posts: > 500
From: Greece
PM
Posted: 2009-06-27 19:19
Reply with quoteEdit/Delete This PostPrint this post

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
C902 Black
Joined: Feb 06, 2007
Posts: 145
From: Poland
PM
Posted: 2009-06-28 03:25
Reply with quoteEdit/Delete This PostPrint this post

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 ]
Access the forum with a mobile phone via esato.mobi