Sony Ericsson / Sony : Software, Firmware and Drivers : Project mini supermode camdriver for k850/c905/c902 =>STOPPED
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> Project mini supermode camdriver for k850/c905/c902 =>STOPPED
Bookmark topic
Still no difference.
--
Posted: 2009-06-27 10:37:03
Edit :
Quote
ok, is there any other user to confirm this bug at c902?
--
Posted: 2009-06-27 11:02:12
Edit :
Quote
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.
--
Posted: 2009-06-27 13:06:31
Edit :
Quote
$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
--
Posted: 2009-06-27 13:26:46
Edit :
Quote
Hi all ppls
This message was posted from a 6131
--
Posted: 2009-06-27 13:59:05
Edit :
Quote
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
--
Posted: 2009-06-27 14:02:57
Edit :
Quote
$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
--
Posted: 2009-06-27 14:05:55
Edit :
Quote
So we have to wait for any news.I hope to develop something really quality for my w902 or c902.
Thanks to all modders.
--
Posted: 2009-06-27 15:44:01
Edit :
Quote
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 ]
--
Posted: 2009-06-27 19:19:55
Edit :
Quote
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 ]
--
Posted: 2009-06-28 03:25:00
Edit :
Quote
New Topic
Reply