Esato

Forum > Sony Ericsson / Sony > Software, Firmware and Drivers > Super camera driver for k750/w800/w810

Previous  123 ... 541542543 ... 664665666  Next
Author Super camera driver for k750/w800/w810
MarkJason
K750
Joined: Dec 03, 2005
Posts: 194
From: Bacolod City, Philippines 6100
PM
Posted: 2008-01-11 13:11
Reply with quoteEdit/Delete This PostPrint this post
@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 ]
jonaugust_69
K750
Joined: Mar 31, 2007
Posts: 83
From: Greece
PM, WWW
Posted: 2008-01-11 16:48
Reply with quoteEdit/Delete This PostPrint this post
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 ]
Kriomag
W810 black
Joined: Dec 20, 2006
Posts: > 500
From: Poland
PM, WWW
Posted: 2008-01-11 17:38
Reply with quoteEdit/Delete This PostPrint this post

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 ]
MarkJason
K750
Joined: Dec 03, 2005
Posts: 194
From: Bacolod City, Philippines 6100
PM
Posted: 2008-01-12 03:51
Reply with quoteEdit/Delete This PostPrint this post
@Kriomag - Thanks alot! ^_^

@Johnaugust - Thanks for sharing your code... ^_^
K750>W800 CID49 R1BC002 : Sarmad 5.8 camdriver / Hyper v6 + HyperPHF acoustic
leetiran
K750
Joined: Aug 15, 2007
Posts: 134
From: China
PM
Posted: 2008-01-12 07:23
Reply with quoteEdit/Delete This PostPrint this post
@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.
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2008-01-12 10:56
Reply with quoteEdit/Delete This PostPrint this post
leetiran
yep small problem. when you enable MFP (zoom x4 and disabled image filtering) and then go back to non-manual focus (x1.0, x1.1) zoom x4 will be canceled but image filtering will be still disabled. this is without effect for snapshots because image filtering state is updated just before snapshot, so nothing more as small visual issue

removed #CMD(5B,01) indeed remove this issue but this isn't solution because in this way you will not disable image filtering in MFP mode (we need disabled img. filt. because of more sharpness which is necessary in precise manual focus). solution is somewhere else, in SET_FOCUS macro:

#MFP_STATUS
$c1 02
#CMD(5B,00) <--- add this line
#CMD(61,00)
$cx

or in better way:

#MFP_STATUS
$c1 02
#MFP_UNSET
$cx
SonarikK510
W610 Orange
Joined: Oct 15, 2007
Posts: 156
From: Saratov, Russia Federation
PM
Posted: 2008-01-12 15:57
Reply with quoteEdit/Delete This PostPrint this post
Dear great modders! Please, look at K550 camdriver! Maybe you create a great camera driver for our phone! Please! I am tired with my Most High Quality! Is it not "Most High Quality" for real....
W610 + M2 512Mb + HBH-DS970 + Patches + Flash menus + Language edit + Most High Quality camdriver ( by me ) + many other......
Kriomag
W810 black
Joined: Dec 20, 2006
Posts: > 500
From: Poland
PM, WWW
Posted: 2008-01-12 16:01
Reply with quoteEdit/Delete This PostPrint this post

On 2008-01-12 15:57:56, SonarikK510 wrote:
Dear great modders! Please, look at K550 camdriver! Maybe you create a great camera driver for our phone! Please! I am tired with my Most High Quality! Is it not "Most High Quality" for real....

Its hard to mod driver for phone which i dont have (to test driver on it) :/

[ This Message was edited by: Kriomag on 2008-01-12 15:04 ]
SonarikK510
W610 Orange
Joined: Oct 15, 2007
Posts: 156
From: Saratov, Russia Federation
PM
Posted: 2008-01-12 16:05
Reply with quoteEdit/Delete This PostPrint this post
Kriomag, It is a pity, I heard your driver one of the best. And my development for K550 not especially outstanding
I would like to make SuperMod. But instead of keys EV to use Effects, and instead of keys of a zoom - keys EV. It is possible? (Because in K550 keys of zoom is unactive)

[ This Message was edited by: SonarikK510 on 2008-01-12 15:07 ]
number1
P1
Joined: Sep 12, 2007
Posts: > 500
From: UK,kent,Sittingbourne
PM
Posted: 2008-01-12 16:08
Reply with quoteEdit/Delete This PostPrint this post
kriomags drivers are nice, it's not difficult to use some settings from kriomags drivers in the k550i/w610i look at the exposure, sharpness, saturation and jpeg settings in kriomags driver there easily applied to the k550i & w610i, we can use the colour correction from the k750i/w800i drivers, just one thing we can't make a driver with nightmode like the k550i/w610i drivers because for some reason the k550i/w610i can't produce a shutter speed above 1/2 second.
SonarikK510
W610 Orange
Joined: Oct 15, 2007
Posts: 156
From: Saratov, Russia Federation
PM
Posted: 2008-01-12 16:12
Reply with quoteEdit/Delete This PostPrint this post
Colour Correction is works on K550/W610?
W610 + M2 512Mb + HBH-DS970 + Patches + Flash menus + Language edit + Most High Quality camdriver ( by me ) + many other......
number1
P1
Joined: Sep 12, 2007
Posts: > 500
From: UK,kent,Sittingbourne
PM
Posted: 2008-01-12 16:16
Reply with quoteEdit/Delete This PostPrint this post

On 2008-01-12 16:12:39, SonarikK510 wrote:
Colour Correction is works on K550/W610?



yea i know how to code stuff out of other drivers we can even use the nice whitebalance from the k770i in the k550i/w610i, if u want to create a driver k550i/w610i with me pm me, i have created one with loads of stuff from these modded k750i/w800i, i have a idea how to reduce noise aswell but i don't have a k550i or w610i to test anything.
Kriomag
W810 black
Joined: Dec 20, 2006
Posts: > 500
From: Poland
PM, WWW
Posted: 2008-01-12 16:23
Reply with quoteEdit/Delete This PostPrint this post

On 2008-01-12 16:05:12, SonarikK510 wrote:
Kriomag, It is a pity, I heard your driver one of the best. And my development for K550 not especially outstanding
I would like to make SuperMod. But instead of keys EV to use Effects, and instead of keys of a zoom - keys EV. It is possible? (Because in K550 keys of zoom is unactive)

when i started modding i was so lame just look at the first 50 pages, lol
Take Your time, read forum, study modified drivers - thats how i learned to mod
Yes, i think some code from k750/w800 will work fine on k550i - but it takes a lot of time to test it eve if i had k550... without this phone i dont even start
number1
P1
Joined: Sep 12, 2007
Posts: > 500
From: UK,kent,Sittingbourne
PM
Posted: 2008-01-12 16:27
Reply with quoteEdit/Delete This PostPrint this post
@kriomag try this in ur driver
seq_set_prop_1_0 = #COM_EVENT(11,80); it turns the whitebalance off it works well in k800 etc, dunno how it will work in the k750/w800

[ This Message was edited by: number1 on 2008-01-12 15:27 ]
SonarikK510
W610 Orange
Joined: Oct 15, 2007
Posts: 156
From: Saratov, Russia Federation
PM
Posted: 2008-01-12 16:30
Reply with quoteEdit/Delete This PostPrint this post
number1, maybe we let's unite our forces in camdriver modding?
Our work on the single seems to me has led us up a blind alley. The following driver should be simply cardinalю

Kriomag, Thanks for you work.
W610 + M2 512Mb + HBH-DS970 + Patches + Flash menus + Language edit + Most High Quality camdriver ( by me ) + many other......
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 541542543 ... 664665666  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic