Esato

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

Visitors browsing this topic: 1
Add to Bookmarks
Previous  123 ... 520521522 ... 664665666  Next
Author Super camera driver for k750/w800/w810
Randolph
K750
Joined: May 21, 2007
Posts: 115
PM
Posted: 2007-12-21 15:14
Reply with quoteEdit/Delete This PostPrint this post
In SE standard driver for K750 filtering is on by default?
Vipera ammodytes
Sony Xperia Z1
Joined: Sep 22, 2004
Posts: > 500
From: Serbia
PM
Posted: 2007-12-21 15:25
Reply with quoteEdit/Delete This PostPrint this post
Yep.

This message was posted from a K750i
loucostanza
W800
Joined: Sep 14, 2007
Posts: 25
From: Indo-SE-ya
PM, WWW
Posted: 2007-12-21 15:39
Reply with quoteEdit/Delete This PostPrint this post
so...the point are:

bilinear filtering ON = less noises, less sharpness
billinear filtering OFF = more noises, sharper images

am i right?
http://my.opera.com/jepret - The adventure of me and my beloved W750i
Kriomag
W810 black
Joined: Dec 20, 2006
Posts: > 500
From: Poland
PM, WWW
Posted: 2007-12-21 16:36
Reply with quoteEdit/Delete This PostPrint this post

On 2007-12-21 15:39:48, loucostanza wrote:
so...the point are:

bilinear filtering ON = less noise, less sharpness
billinear filtering OFF = more noise, sharper images

am i right?


yep
strong
K850 Blue
Joined: May 18, 2007
Posts: > 500
From: Greece
PM
Posted: 2007-12-21 22:39
Reply with quoteEdit/Delete This PostPrint this post
Merry Christmas and Happy new Year to all



[img=http://img134.imageshack.us/img134/5959/2007122013561rh5.th.jpg]


k750@w800 R1BC002 www.camdrivers.wz.cz/


[ This Message was edited by: strong on 2007-12-23 23:25 ]
Sombra
K850 Blue
Joined: Mar 28, 2007
Posts: 165
From: Brazil
PM
Posted: 2007-12-22 05:31
Reply with quoteEdit/Delete This PostPrint this post
Nice image, strong.
leetiran
K750
Joined: Aug 15, 2007
Posts: 134
From: China
PM
Posted: 2007-12-22 14:57
Reply with quoteEdit/Delete This PostPrint this post
@raiderski
when i read the k800 camdriver, i found that "#UPDATE_WB_IF_NECESSARY" is used after scene command 51.
It seems can solve the WB bug with scene.

UPDATE_WB_IF_NECESSARY= $p5 01
$c5 00 // WB is auto?
$cl
$d0032 // Delay 50 milliseconds
$u01 // Update WB
$cx;
Mazahaka
T68 gold
Joined: Nov 24, 2007
Posts: 9
PM
Posted: 2007-12-22 15:46
Reply with quoteEdit/Delete This PostPrint this post
@strong
i cant see your foto
can you load it on imageshack.us
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2007-12-22 16:36
Reply with quoteEdit/Delete This PostPrint this post
leetiran
good tip, indeed delay must be used between scene change and WB update but delay 32h ms (let's use h notation for hex values) is not enough if you're using manual shutter speed (long times) because transition from long exposure time to normal view can slow down other events (scene change and WB update) and WB update can be finished before scene change :/ the best idea is to wait for 'scane changed' event and then update WB, this will work fine in 100% cases. i did this fix some days ago i'm almost ready to make 6.7 public available (only small fix for led is waiting for me)

SPU
what do you think about regC and regD (those for calculations)? i don't see them in code. did you tried to use them in code for calculations or as data storage? are they free to use or reserved for something?

all
i sent something on camdrivers server, look:
http://downloads.wow-info.net[....]&unsigned/camdriver0%205.5.dat

what the hell is this? 5.5m1? original by SE or mod? i don't remeber from where i have this file


[ This Message was edited by: Raiderski on 2007-12-22 15:54 ]
number1
P1
Joined: Sep 12, 2007
Posts: > 500
From: UK,kent,Sittingbourne
PM
Posted: 2007-12-22 17:57
Reply with quoteEdit/Delete This PostPrint this post

i sent something on camdrivers server, look:
http://downloads.wow-info.net[....]&unsigned/camdriver0%205.5.dat

what the hell is this? 5.5m1? original by SE or mod? i don't remeber from where i have this file


[ This Message was edited by: Raiderski on 2007-12-22 15:54 ]


i heard that the 5.5 driver is a standard se driver that is only in german k750i firmware it's meant to be really good
SPU
W800
Joined: Feb 07, 2007
Posts: 131
From: Russia, SPb
PM
Posted: 2007-12-22 18:05
Reply with quoteEdit/Delete This PostPrint this post
Raiderski
Actually we can use registers as we want. But 0-3 are used in get_prop for communication with firmware (i use them in code only as temporary storage). So you can free up some regs by rearranging used ones... and be careful =)
number1
It's modded driver. Just look at the code.

[ This Message was edited by: SPU on 2007-12-22 17:10 ]
EddieAdams
C905 Black
Joined: Nov 12, 2007
Posts: 251
From: L.I., New York
PM
Posted: 2007-12-22 19:52
Reply with quoteEdit/Delete This PostPrint this post
Saw this link and was curious, is the super cam-driver worth it? How do I go about downloading it? Do I need to install earlier versions first? Usually I do the reading myself but, there is 500+ pages and I'm lazy. Currently have a unlocked w810i. Tips and reconmendations would be greatly appreciated. Thank You.
Hello, Exactly!-Eddie Adams a.k.a. Dirk Diggler a.k.a. Brock Landers. Boogie Nights.
killerPK
C901 Black
Joined: Oct 11, 2007
Posts: 252
From: Lahore, Pakistan
PM
Posted: 2007-12-22 20:23
Reply with quoteEdit/Delete This PostPrint this post
Can someone tell me the best camdriver that doesnt have advanced functions? I just want the default functions with better quality.
lpachuong
K850 Green
Joined: Jun 06, 2007
Posts: > 500
From: Vietnam
PM
Posted: 2007-12-22 22:04
Reply with quoteEdit/Delete This PostPrint this post
SPU: so you meant the driver communicates with the firmware through reg0-3? It is interesting. Thank you for your information

And yes, that 5.5 is modded, it is not the original driver from Sony. [addsig]
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2007-12-22 22:05
Reply with quoteEdit/Delete This PostPrint this post
killerPK
my and SPU drivers are supermode but they can be set to standard driver functionality (nothing more)

SPU
thx, i looked for 2 free regs but then i realized that i don't need them sometimes my IQ seems to be lower than the hammer's IQ haha

Kriomag
caly dzien sciemnialem z zakupami, porzadkami itd. niestety dotknelo to rowniez odpowiedz na pytanie ale juz sie powolutku tworzy


[ This Message was edited by: Raiderski on 2007-12-22 21:12 ]
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 520521522 ... 664665666  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic