Author |
Super camera driver for k750/w800/w810 |
SPU Joined: Feb 07, 2007 Posts: 131 From: Russia, SPb PM |
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 Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
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 Joined: Jun 06, 2007 Posts: > 500 From: Vietnam PM |
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 Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
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 Joined: Sep 22, 2004 Posts: > 500 From: Serbia PM |
Thanks Raider!!!
OnePlus 8 |
masu002002 Joined: May 12, 2007 Posts: 7 PM |
Hello, merry christmas
 |
Mr.Kája Joined: Mar 22, 2007 Posts: 180 PM |
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 Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
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 Joined: Mar 22, 2007 Posts: 180 PM |
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 Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
sweet whole 6.7 package is now updated (working cid49)
|
wickedsick Joined: Aug 16, 2007 Posts: 161 PM |
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 Joined: Jun 06, 2007 Posts: > 500 From: Vietnam PM |
I hate money.
[addsig] |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
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 Joined: Aug 15, 2007 Posts: 134 From: China PM |
@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 Joined: Mar 22, 2007 Posts: 180 PM |
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  |
|