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
On 2008-01-11 10:58:17, Raiderski wrote:
you can also try this:
EM_MSS_APPLY=#EM_STATUS
$c1 00
// cut here everything and put:
#CMD(03,01)
$cl
$c7 00
$cl
#MSS_APPLY
$cx
$cx;
final pics with ISO160 and half exposure time of original EM
Raiderski, is your advise for my problem?
Thx.
--
Posted: 2008-01-11 11:10:19
Edit :
Quote
On 2008-01-11 11:03:52, 679 wrote:
Wow. But it is for 21.93, right? May be it is possible to use this part as macro block? Bcs in 21.93 there are some places with "$s0 40".
here is my EM/ENM/LedEM/LedENM Macro:
EM=$p1 05 $c1 01 $p1 0e $c1 00 #READ(23,$r2 1 1)
$m0 1 $/0 28
$c0 00
$m0 1 $/0 03
$c0 00
$cl
$s0 40 $p2 07 $c2 01 $p2 0d $c2 01 $s0 3d $cx $cx (set register's 0 value to 3d only if LedENM is selected!)
$-0 r1 #CMD(04,$w0)
$cx $cx $cx $cx;
[ This Message was edited by: Kriomag on 2008-01-11 10:19 ]
--
Posted: 2008-01-11 11:14:59
Edit :
Quote
679
yep
--
Posted: 2008-01-11 11:22:03
Edit :
Quote
On 2008-01-11 11:22:03, Raiderski wrote:
679
yep
Raiderski, Kriomag
Thx a lot, will try.
--
Posted: 2008-01-11 11:35:53
Edit :
Quote
On 2008-01-10 20:06:13, Tomix wrote:
I see many of you change the cam modules... What is this cam module and where to get it and how to change?
You can buy CID36 Cam modules here:
http://cgi.ebay.de/ws/eBayISA[....]&ssPageName=ADME:X:AAQ:DE:1123
he ships very fast and has good quality cam modules!
--
Posted: 2008-01-11 11:48:25
Edit :
Quote
@Kriomag - Your code doesn't work... Black&White still works... And if i put my code it crashes when i select B&W..
[ This Message was edited by: markjason on 2008-01-11 12:48 ]
--
Posted: 2008-01-11 13:11:37
Edit :
Quote
MarkJason
Try
For my work fine
// Effects, property 8
seq_set_prop_8_0= #CMD(53,00); // Effect normal
seq_set_prop_8_1=$p1 07 $c1 00
#CMD(08,00) // SPOT off
#CMD(53,01) // Negative
$cl // NIGHT MODE
#CMD(53,00) // Effect normal
#CMD(08,01) // SPOT on
$cx;
seq_set_prop_8_2=$p1 07 $c1 00
#CMD(53,02) // Solarize
#CMD(07,00) // Backlight off
$cl // NIGHT MODE
#CMD(53,00) // Effect normal
#CMD(07,01) // Backlight on
$cx;
seq_set_prop_8_3=$p1 07 $c1 00
#CMD(53,00) // Effect normal
$cl
#CMD(53,03); // sepia
$cx;
seq_set_prop_8_4=$p1 07 $c1 00
#CMD(53,00) // Effect normal
#CMD(5B,01) // Bilinear Filtering off
$cl // NIGHT MODE
#CMD(53,04) // Black&white
#CMD(5B,00) // Bilinear Filtering on
$cx;
_________________
k750 cid49 FW(w800 r1bc002)
Download Camdrivers for k(d)750/w800/w810(Site Mr.Kája)
http://www.camdrivers.wz.cz/[ This Message was edited by: jonaugust_69 on 2008-01-11 15:49 ]
--
Posted: 2008-01-11 16:48:16
Edit :
Quote
On 2008-01-11 13:11:37, MarkJason wrote:
@Kriomag - Your code doesn't work... Black&White still works... And if i put my code it crashes when i select B&W..
ok, i know what caused problem

i assumed that black and white is value 01 but it is 04

so here you have corrected code:
CMD=06 02 00 01 !1 !0 #CMD_END;
seq_set_prop_8=$s0 %0
$c0 00 #CMD(08,00)
#CMD(53,00) $cl
$c0 04 #CMD(08,01) $cl
#CMD(53,$w0)
$cx $cx;
When You select Black and White in Effects Menu SPOT will be enabled, if You turn effects off SPOT will be disabled

(other effects should work as usual)
____________________________________________________________________________________________________________________________
[ This Message was edited by: Kriomag on 2008-01-12 15:28 ]
--
Posted: 2008-01-11 17:38:41
Edit :
Quote
@Kriomag - Thanks alot! ^_^
@Johnaugust - Thanks for sharing your code... ^_^
--
Posted: 2008-01-12 03:51:41
Edit :
Quote
@Raiderski
a problem in 6.7.1u. After MFP, tuning zoom to 1.0, the viewfiner looks strange. I think it has sth to do with #CMD(5B,01) in MFP. when i disable it, the problem is removed.
--
Posted: 2008-01-12 07:23:23
Edit :
Quote
New Topic
Reply