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 2007-12-27 13:57:24, Raiderski wrote:
679
1. changes are ok
2. try this:
macro on, x1.1, macro off, x1.0 (AF probably isn't working at this moment), x1.1, x1.0 (AF should work)
Sorry, 2 doesn't work. I sent driver text on PM.
--
Posted: 2007-12-27 14:22:59
Edit :
Quote
679
after small investigation:
1. i cannot reproduce this bug on original 6.7
2. this bug appears only in modified code sent by you
so, your modification causing this. i will look closer at this today to find out where exactly is problem. hold on with changes - i have almost ready 6.7.1 which will be available today
--
Posted: 2007-12-27 14:51:05
Edit :
Quote
Hi all,
I am pleased to see the high interest in improving the W810i canera quality and would like to install the Sarnad 6.0 files on my w810i.
Please tell me how to get the onto the phone. Thanks.
--
Posted: 2007-12-27 15:03:24
Edit :
Quote
On 2007-12-27 14:51:05, Raiderski wrote:
679
after small investigation:
1. i cannot reproduce this bug on original 6.7
2. this bug appears only in modified code sent by you
so, your modification causing this. i will look closer at this today to find out where exactly is problem. hold on with changes - i have almost ready 6.7.1 which will be available today
Thx. I strongly suppose it is becouse i replace zoom expressions. You calculate it in your line, i place the result expression for 2X and 4X. But have not enough expeirence to kill this bug

. Hope for you help...
--
Posted: 2007-12-27 15:12:50
Edit :
Quote
On 2007-12-27 15:12:50, 679 wrote:
On 2007-12-27 14:51:05, Raiderski wrote:
679
after small investigation:
1. i cannot reproduce this bug on original 6.7
2. this bug appears only in modified code sent by you
so, your modification causing this. i will look closer at this today to find out where exactly is problem. hold on with changes - i have almost ready 6.7.1 which will be available today
Thx. I strongly suppose it is becouse i replace zoom expressions. You calculate it in your line, i place the result expression for 2X and 4X. But have not enough expeirence to kill this bug

. Hope for you help...
you should set x1.0 in macro mode, and then turn macro off. Otherwise, your problem will be there. if you set zoom=xX.0, and turn on macro, the similar problem will be there. it cant be called bug, because this make zoom and manual focuse funtions work together.
[ This Message was edited by: leetiran on 2007-12-27 14:44 ]
--
Posted: 2007-12-27 15:38:58
Edit :
Quote
you should set x1.0 in macro mode, and then turn macro off. Otherwise, your problem will be there. if you set zoom=xX.0, and turn on macro, the similar problem will be there. it cant be called bug, because this make zoom and manual focuse funtions work together.
Ah yep! it solved the bug. But its a bit borring every time set zoom 1.0 before switching MACRO off as i don't use al other 6.7 functions...
--
Posted: 2007-12-27 15:52:24
Edit :
Quote
On 2007-12-27 15:52:24, 679 wrote:
you should set x1.0 in macro mode, and then turn macro off. Otherwise, your problem will be there. if you set zoom=xX.0, and turn on macro, the similar problem will be there. it cant be called bug, because this make zoom and manual focuse funtions work together.
Ah yep! it solved the bug. But its a bit borring every time set zoom 1.0 before switching MACRO off as i don't use al other 6.7 functions...
i think putting #RESET_FOCUS after SET_ZOOM= will be work
--
Posted: 2007-12-27 16:02:17
Edit :
Quote
Leetiran
>
Thx, will try...
--
Posted: 2007-12-27 16:15:39
Edit :
Quote
or #WORK_AS_STANDARD $c0 02 #RESET_FOCUS $cx
--
Posted: 2007-12-27 16:19:26
Edit :
Quote
this isn't bug, this is normal behavior. strange? not at all

you selected driver type "standard + manual focus" which can explain everything
in 21.92:
1. macro on -> change focus -> macro off -> zoom is applied* -> snapshot key press -> autofocus restored, focus canceled**
2. macro off -> change zoom -> macro on -> focus is applied* -> snapshot key press -> zoom canceled***
* - bad (settings lost)
** - very bad (settings lost, focus sytem transition from manual to auto)
*** - bad (settings lost), this is part of manual focus close-up preview
you cannot control zoom and focus together
in 6.7.1 (type "standard + manual focus"):
1. macro on -> change focus -> macro off -> no reaction* -> snapshot key press -> no reaction**
2. macro off -> change zoom -> macro on -> no reaction* -> snapshot key press -> ***
* - good (no settings lost), at this point you can chage zoom/focus before snapshot
** - good (you can control zoom here without changes in focus)
*** - two variants:
- snapshot key full press: good, picture saved with good zoom and focus
- snapshot key half press and release: bad (settings lost), zoom canceled, this is part of manual focus close-up preview
as you can see you have two ways to control zoom and focus together. that's why i decided to not copy 21.92 behaviors
which one is better?
679
But its a bit borring every time set zoom 1.0 before switching MACRO off as i don't use al other 6.7 functions...
i don't understand. what for turn off macro if you can control only one function (focus/zoom) in 21.92? after manual focus setup you will just loose focus settings and distort zoom
in 6.7 (type "standard + manual focus") you don't have any other functions than zoom and focus
[ This Message was edited by: Raiderski on 2007-12-27 22:21 ]
--
Posted: 2007-12-27 20:07:14
Edit :
Quote
New Topic
Reply