Esato

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

Previous  123 ... 521522523 ... 664665666  Next
Author Super camera driver for k750/w800/w810
SPU
W800
Joined: Feb 07, 2007
Posts: 131
From: Russia, SPb
PM
Posted: 2007-12-22 23:21
Reply with quoteEdit/Delete This PostPrint this post
lpachuong
Regs 0-3 are used only in seq_get_prop_X, jpeg_qtable_selector_X and seq_ss_verify to pass some predefined parameters to the firmware (like some Exif data, AF state, camera module version and so on).

Btw, there was a small bug in my current driver, so results for regs 16, 17 must be wrong. Now i'll try to repeat tests... but after a few shots i notice that some results depends on reg 16, but others no... quality may by lower and higher than StartQ-Reg16 and does not depend on Reg16 value (if treat it as step value).

all
What is seq_ping? It seems to be never executed or i'm not right?

[ This Message was edited by: SPU on 2007-12-22 22:52 ]
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2007-12-23 00:31
Reply with quoteEdit/Delete This PostPrint this post
for sure seq_ping is executed before seq_init. i didn't checked this but can be used to verify driver version number. in K770 driver:

seq_ping=
#RD_REG(00) $m0 4
#RD_REG(01) $m1 4;

some lines lower in seq_init=
#RD_REG(00) $"CAM_PRODUCT_ID_=_%4"
#RD_REG(01) $"CAM_PRODUCT_VER_=_%4"

the same regs and both describing major.minor version

in k750, w800, w810 firmwares label cam_ping_result exist too

my phone doesn't accept (message 'wrong version') anything below 4.5 in seq_get_prop_0. maybe with seq_ping=$s1 01 $s0 01 limit can be changed from 4.5 do 1.1


[ This Message was edited by: Raiderski on 2007-12-22 23:38 ]
lpachuong
K850 Green
Joined: Jun 06, 2007
Posts: > 500
From: Vietnam
PM
Posted: 2007-12-23 12:01
Reply with quoteEdit/Delete This PostPrint this post

On 2007-12-22 23:21:55, SPU wrote:
lpachuong
Regs 0-3 are used only in seq_get_prop_X, jpeg_qtable_selector_X and seq_ss_verify to pass some predefined parameters to the firmware (like some Exif data, AF state, camera module version and so on).

Btw, there was a small bug in my current driver, so results for regs 16, 17 must be wrong. Now i'll try to repeat tests... but after a few shots i notice that some results depends on reg 16, but others no... quality may by lower and higher than StartQ-Reg16 and does not depend on Reg16 value (if treat it as step value).

all
What is seq_ping? It seems to be never executed or i'm not right?

[ This Message was edited by: SPU on 2007-12-22 22:52 ]


You are right, reg 16 in my code has a problem. When it works, the quality is improved significantly but if it doen't work, it will be worse. I am still unable to keep it consistent. Please help me [addsig]
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2007-12-23 13:14
Reply with quoteEdit/Delete This PostPrint this post
just in time...
i wish all of you merry christmas with many unforgotten moments with your families, of course moments grabbed on nice photos
ahh, i cannot forget... useful gift under the tree! maybe some dSLR?


camera driver v6.7 + config tool v0.5.2
http://raider.4shared.com


a bit of fixes and improvements
(cid49 users: if driver doesn't work, send me PM i will fix it fast)


1. fix: no result after white balance change (corrupted in 6.6.1)
2. fix: manual shutter speed don't remember color correction settings (corrupted in 6.6.1)

two very important fixes, now you'll not lose white balance nor color correction settings


3. fix: harmless issue, when autofocus fails and goes to infinity (white rectangle):
- autoexposure will not be locked
- manual shutter speed preview will be activated before snapshot key release

this harmless issue you can find in every driver which one using snapshot button to AE (un)lock


4. fix: accidental mutual influence of manual adjustings of one function to different functions after changes: effect or white balance selection, macro on/off, night mode on/off

once again issue existing in many drivers which use zoom keys to control anything else than zoom only. problem is described at page 520 in my post "malicious issue"


5. fix: if color correction for cyan/red and yellow/blue are used together then after WB change yellow/blue setting will be lost

very easy to notice when green, magenta or orange color cast function is used


6. improve: warm color correction for led light

fluorescent WB + small cyan/blue correction = much better final result. you can notice that after shot with led you'll not lose white balance nor color correction settings which were used before shot


7. improve: image filtering is always enabled if you set digital zoom value above x1.0

simply because zoomed in image must be interpolated
that's why: image on page 511, 2nd post from bottom


8. improve: extended functionality of "standard" driver type: manual focus control is possible when macro mode is enabled (popular solution from Kriomag/Sarmad driver)
- macro off = zoom
- macro on = manual focus
- video mode = zoom (no matter of macro state)

you can customize 6.7 to work as below driver types:
- original
- original + EM (permanent on normal/fine quality)
- original + manual focus (in macro mode)
- original + manual focus (in macro mode) + EM (permanent on normal/fine quality)
- supermode
- supermode + EM (permanent on normal/fine quality)

all variants of original driver has AE (un)lock at half pressed snapshot key



enjoy
Vipera ammodytes
Sony Xperia Z1
Joined: Sep 22, 2004
Posts: > 500
From: Serbia
PM
Posted: 2007-12-23 14:08
Reply with quoteEdit/Delete This PostPrint this post
Thanks Raider!!!
OnePlus 8
masu002002
T68 gold
Joined: May 12, 2007
Posts: 7
PM
Posted: 2007-12-23 16:01
Reply with quoteEdit/Delete This PostPrint this post
Hello, merry christmas
Mr.Kája
T300
Joined: Mar 22, 2007
Posts: 180
PM
Posted: 2007-12-23 16:42
Reply with quoteEdit/Delete This PostPrint this post
Good evening,

I tried the 6.7 driver, but I found strange problem - at my cid49brown, zoom button doesn't work (you know, it says - at max. resolution, you can't use zoom...). I use exactly the same settings like in 6.6, where it works on 100%.
Nowadays, I'm enjoying Elm, fw R7BA076.

And here camdriver database for k750/w800/w810: www.camdrivers.wz.cz
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2007-12-23 20:38
Reply with quoteEdit/Delete This PostPrint this post
thx for info, go to my 4shared - there is folder for you, try new cid49. i can't check this myself because my girl and her cid49 is far away
Mr.Kája
T300
Joined: Mar 22, 2007
Posts: 180
PM
Posted: 2007-12-23 21:22
Reply with quoteEdit/Delete This PostPrint this post
GJ Raiderski, this new version for cid49 works like a charm ;o)
Nowadays, I'm enjoying Elm, fw R7BA076.

And here camdriver database for k750/w800/w810: www.camdrivers.wz.cz
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2007-12-23 23:18
Reply with quoteEdit/Delete This PostPrint this post
sweet whole 6.7 package is now updated (working cid49)
wickedsick
K800 Silver
Joined: Aug 16, 2007
Posts: 161
PM
Posted: 2007-12-23 23:27
Reply with quoteEdit/Delete This PostPrint this post
Raiderski, thank you for your new driver. However, it doesn't work on my w810i. When i turned it on, pressed the button and it didn't save the picture but go back to the menu. Please help. Cheer.
lpachuong
K850 Green
Joined: Jun 06, 2007
Posts: > 500
From: Vietnam
PM
Posted: 2007-12-23 23:28
Reply with quoteEdit/Delete This PostPrint this post
I hate money. [addsig]
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2007-12-23 23:42
Reply with quoteEdit/Delete This PostPrint this post
wickedsick
ofcourse i will help
back to menu every time?
auto settings or something is manual?
which resolution (160x120, 640x480, 1632x1024)?
which quality is selected?
any changes with config tool?

you can try new version, 6.7 package is updated on my 4shared account

lpachuong
what? everyone loves money but that's bad if they are not in our pockets

[ This Message was edited by: Raiderski on 2007-12-23 22:49 ]
leetiran
K750
Joined: Aug 15, 2007
Posts: 134
From: China
PM
Posted: 2007-12-24 02:58
Reply with quoteEdit/Delete This PostPrint this post
@Raiderski
Thanks for the new release. But i cant open the link. Could you put it into http://downloads.wow-info.net/se/drivers/camera/raiderski/latest/ ?



[ This Message was edited by: leetiran on 2007-12-24 02:10 ]
Mr.Kája
T300
Joined: Mar 22, 2007
Posts: 180
PM
Posted: 2007-12-24 03:18
Reply with quoteEdit/Delete This PostPrint this post
leetiran: try it here,, it should work...anyway, even raiderskis url worked at me.

btw. Marry Christmas and (later) Happy new year:)
Nowadays, I'm enjoying Elm, fw R7BA076.

And here camdriver database for k750/w800/w810: www.camdrivers.wz.cz
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 521522523 ... 664665666  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic