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
zoom close-up ratio in manual focus preview
--
Posted: 2008-03-07 09:05:13
Edit :
Quote
@pofi
as Raiderski said is his invention
@Raiderski
Iam looking for code how can I reset brightness and contrast at profiles can you help me a little?
@petkoxray
already testing
_________________
k750@w800 R1BC002
www.camdrivers.wz.cz/[ This Message was edited by: strong on 2008-03-07 12:58 ]
--
Posted: 2008-03-07 13:56:40
Edit :
Quote
strong
i looked in 5.8 profile code, you have first version which was problematic. look:
PROFILE=
...
$c0 0a
// 1.0 = reset all settings
$cl
// profiles at 1.1, 1.2, ...
$cx
in user language this is:
1.0 = all settings to auto
1.1 = apply 1.1 settings
1.2 = apply 1.2 settings
...
do you see problem? if you want to apply 1.2 then you must to pass 1.1 and settings from 1.1 won't be moved to auto state (they can affect profile 1.2 where shouldn't be active). you must reset all settings every time when you change profile. i did this change in 6.5 final (don't remember exact version). look at profiles code in 6.7.2 and replace to this:
PROFILE=
...
// reset all settings
$c0 0b
// profile 1.1
$cl
// other profiles at 1.2, 1.3, ...
$cx
reset code can be slow - code optimization advised
--
Posted: 2008-03-07 14:38:58
Edit :
Quote
With raiderski_MOD_by me

[ This Message was edited by: petkoxray on 2008-03-07 15:31 ]
--
Posted: 2008-03-07 16:30:28
Edit :
Quote
OK thanks for your time Raider
--
Posted: 2008-03-07 17:30:31
Edit :
Quote
Strong 6.0 "unofficial beta"
http://www.ImageShack.us" />
Some weird grain in the pic
Ok, I'm waiting for the official one
[ This Message was edited by: Popek189 on 2008-03-07 20:57 ]
[ This Message was edited by: Popek189 on 2008-03-07 20:58 ]
--
Posted: 2008-03-07 19:52:09
Edit :
Quote
@Popek189
please edit your post this is only unofficial beta version
@Raiderski
finaly profile it works fine thanks!
_________________
k750@w800 R1BC002
www.camdrivers.wz.cz/[ This Message was edited by: strong on 2008-03-07 22:38 ]
--
Posted: 2008-03-07 20:34:48
Edit :
Quote
On 2008-03-07 19:52:09, Popek189 wrote:
Strong 6.0 "unofficial beta"
http://www.ImageShack.us" />
Some weird grain in the pic
Ok, I'm waiting for the official one
[ This Message was edited by: Popek189 on 2008-03-07 20:57 ]
[ This Message was edited by: Popek189 on 2008-03-07 20:58 ]
lower the sharpness it will reduce the grain.
--
Posted: 2008-03-08 17:02:27
Edit :
Quote
--
Posted: 2008-03-09 19:20:11
Edit :
Quote
@petkoxray
nice pictures witch driver did you used?
--
Posted: 2008-03-09 20:36:06
Edit :
Quote
New Topic
Reply