Sony Ericsson / Sony : Software, Firmware and Drivers : Super camera driver for k750/w800/w810
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> Super camera driver for k750/w800/w810
Bookmark topic
Rokstar
Actually you need to reapply AE lock state after each shot.
DF_TRANS_DELAY is just a delay for mode switching indication, you don't need this if you use SET_AE_LOCK in menu/button events.
strong
There is no difference between 06 02 00 01 00 01 #CMD_END and #CMD(01,00). May be the last one is a little bit slower.
--
Posted: 2008-02-29 13:01:46
Edit :
Quote
I am not able to use the download link, the file has been deleted.
--
Posted: 2008-02-29 16:47:05
Edit :
Quote
@Rokstar
superfunction has manual lock AE half press shot button
@SPU
why ? explain more
I set CMD=06 02 00 01 !1 !0 $f $d0005;
when you use #CMD_END there is no registered code
@Shebee
all drivers is here
www.camdrivers.wz.cz/
_________________
k750@w800 R1BC002
www.camdrivers.wz.cz/[ This Message was edited by: strong on 2008-02-29 15:55 ]
--
Posted: 2008-02-29 16:54:36
Edit :
Quote
Kriomag W810i BETA
Spring:

[ This Message was edited by: Kriomag on 2008-02-29 18:43 ]
--
Posted: 2008-02-29 19:40:40
Edit :
Quote
strong
CMD_END=$f $d0005;
Macros with parameters in a theory must take a little more time to parse/interpret.
--
Posted: 2008-02-29 22:44:21
Edit :
Quote
Picture taken with Strong 7.5 Simple Driver + A4A Color Cor in bad light conditions:
(Tnx to strong.He is the best guy)
[ This Message was edited by: petkoxray on 2008-02-29 21:59 ]
[ This Message was edited by: petkoxray on 2008-02-29 22:10 ]
--
Posted: 2008-02-29 22:51:02
Edit :
Quote
@SPU
Ι know but if set CMD=$f $d0005;
and then i.e : seq_set_prop_1_0=06 02 00 01 00 11 #CMD_END;
is the same with this? : seq_set_prop_1_0= #CMD(11,00);
--
Posted: 2008-02-29 23:25:03
Edit :
Quote
1.
CMD_END=$f $d0005;
seq_set_prop_1_0= 06 02 00 01 00 11 #CMD_END;
2.
CMD=06 02 00 01 !1 !0 $f $d0005;
seq_set_prop_1_0= #CMD(11,00);
1 = 2
--
Posted: 2008-02-29 23:39:32
Edit :
Quote
yes but if i set CMD=06 02 00 01 !1 !0 $f $d0005;
the below code works fine?
seq_set_prop_1_0= 06 02 00 01 00 11 #CMD_END;
must be :seq_set_prop_1_0= 06 02 00 01 00 11 #CMD;
right?
@petkoxray
nice try give us full size pics
_________________
k750@w800 R1BC002
www.camdrivers.wz.cz/
[ This Message was edited by: strong on 2008-02-29 23:17 ]
--
Posted: 2008-03-01 00:11:17
Edit :
Quote
On 2008-03-01 00:11:17, strong wrote:
yes but if i set CMD=06 02 00 01 !1 !0 $f $d0005;
the below code works fine?
seq_set_prop_1_0= 06 02 00 01 00 11 #CMD_END;
must be :seq_set_prop_1_0= 06 02 00 01 00 11 #CMD;
right?
--
Posted: 2008-03-01 00:39:48
Edit :
Quote
New Topic
Reply