Esato

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

Previous  123 ... 524525526 ... 664665666  Next
Author Super camera driver for k750/w800/w810
679
K750
Joined: Oct 05, 2006
Posts: 174
PM
Posted: 2007-12-27 14:22
Reply with quoteEdit/Delete This PostPrint this post

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.
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2007-12-27 14:51
Reply with quoteEdit/Delete This PostPrint this post
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
6Y5RL
P1
Joined: Jul 31, 2005
Posts: 2
PM, WWW
Posted: 2007-12-27 15:03
Reply with quoteEdit/Delete This PostPrint this post
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.
679
K750
Joined: Oct 05, 2006
Posts: 174
PM
Posted: 2007-12-27 15:12
Reply with quoteEdit/Delete This PostPrint this post

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...
leetiran
K750
Joined: Aug 15, 2007
Posts: 134
From: China
PM
Posted: 2007-12-27 15:38
Reply with quoteEdit/Delete This PostPrint this post

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 ]
679
K750
Joined: Oct 05, 2006
Posts: 174
PM
Posted: 2007-12-27 15:52
Reply with quoteEdit/Delete This PostPrint this post


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...
leetiran
K750
Joined: Aug 15, 2007
Posts: 134
From: China
PM
Posted: 2007-12-27 16:02
Reply with quoteEdit/Delete This PostPrint this post

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
679
K750
Joined: Oct 05, 2006
Posts: 174
PM
Posted: 2007-12-27 16:15
Reply with quoteEdit/Delete This PostPrint this post
Leetiran

<>

Thx, will try...
leetiran
K750
Joined: Aug 15, 2007
Posts: 134
From: China
PM
Posted: 2007-12-27 16:19
Reply with quoteEdit/Delete This PostPrint this post
or #WORK_AS_STANDARD $c0 02 #RESET_FOCUS $cx
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2007-12-27 20:07
Reply with quoteEdit/Delete This PostPrint this post
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 ]
pram_zx
W810 black
Joined: Mar 02, 2007
Posts: 161
From: NoWhere Island
PM
Posted: 2007-12-28 07:37
Reply with quoteEdit/Delete This PostPrint this post
DOWN TO PAGE 2 ???
UP UP UP !!!
W810i Black with W800 back cover, modded camdriver, Own mix acoustic driver, Unbranded phone, Adding new flash menu's. W810i It's Rock...!
679
K750
Joined: Oct 05, 2006
Posts: 174
PM
Posted: 2007-12-28 09:06
Reply with quoteEdit/Delete This PostPrint this post
Raiderski, Leetiran,

Well, well, well guys. You are right.
I just want "to keep in my new car my old handly cofeecup holder". But new one has more opportunities. Its just a time to get used new one.
Any way thx a lot for advises and explanations...
679
K750
Joined: Oct 05, 2006
Posts: 174
PM
Posted: 2007-12-28 13:22
Reply with quoteEdit/Delete This PostPrint this post
Raiderski
BTW, have you publised 6.7.1 already or i missed it?
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2007-12-28 15:58
Reply with quoteEdit/Delete This PostPrint this post
not yet. i'm working on it right now. release is stopped, you must decide:

what type of work should "standard + manual focus" represent?

1. original Kriomag/Sarmad with only one function (zoom/focus) control:

a) macro on -> off = manual focus canceled (autofocus restored), zoom can be set
b) macro off -> on = zoom canceled, focus can be set


2. extended

a) macro on -> off = manual focus untouched, zoom can be set *
b) macro off -> on = zoom untouched, focus can be set **

* - zoom changes will not destroy manual focus (they are working together)
** - after snapshot (with proper zoom and focus) zoom will be canceled due to: manual focus preview x1/x4 screen switching

3. other idea?

[ This Message was edited by: Raiderski on 2007-12-28 18:01 ]
loucostanza
W800
Joined: Sep 14, 2007
Posts: 25
From: Indo-SE-ya
PM, WWW
Posted: 2007-12-28 19:16
Reply with quoteEdit/Delete This PostPrint this post
Sample of my skies' collection
Some of them has been edited with Photoshop/Picasa (especially for color correction), because sometimes I could not get the ideal condition to take the pictures.
Btw, sorry for gave you the collaged photos (I have only gprs connection). But I can still give you the original one if you want it.

Please enjoy

http://my.opera.com/jepret - The adventure of me and my beloved W750i
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 524525526 ... 664665666  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic