Esato

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

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

On 2007-05-25 10:52:31, Raiderski wrote:
@679 & whatsucka

try to replace in seq_set_prop_7_0:
#CMD(03,28)
#SET(08,28) -> #SET(08,3C)
#CMD(34,01) -> #CMD(34,81)
#W_F_M_T;
and report about results... should be slower but more accurate

[ This Message was edited by: Raiderski on 2007-05-25 09:53 ]


Yep, after comparison 5.6 and 21.9 i've got the same correction,
also i belive the next lines also should be changed - but i'am not for sure

NOM_FPS=#SET(08,3C) //was #SET(08,40)
#CMD(03,28) //was #CMD(03,40)
#CMD(34,81)
#W_F_M_T;

NIM_FPS=#SET(08,1E) //was #SET(08,18)
#CMD(03,0A) //was #CMD(03,18)
#CMD(34,01) //was #CMD(34,41)
#W_F_M_T;

You opinion?
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2007-05-25 13:57
Reply with quoteEdit/Delete This PostPrint this post

You opinion?


no need to do that... it's only video recording options and determine video frames per second. every author different values:

3C/1E - Chengrong
40/18 - Kriomag
44/28 - SPU
etc.

so... as you can see no agreement at all :/ (i use 3C/28)

_________________

http://picasaweb.google.com/raiderski
W800 CID36 R1BD001

[ This Message was edited by: Raiderski on 2007-05-25 13:35 ]
cy97
T68 gold
Joined: Jun 02, 2006
Posts: 5
PM
Posted: 2007-05-25 14:10
Reply with quoteEdit/Delete This PostPrint this post

On 2007-05-25 10:20:07, whatsucka wrote:
@679

im glad u have the same problem as me, i thought i was the only one that got problem also many people ignore the pictures i post before so i get no feedback n have no idea wat drive can do better than that



Yup i also faced the same problem until i revert to super cam 8.54. I was wondering why others can take wonderful pictures with kriomag driver. However, i did not give up and i flash back kriomag 21.91 and it was nice. I think that the auto white balance could be the problem. Why not you try use fine mode and disable auto white balance to see if it improves ?

Here are some pictures i took with kriomag 21.91...
http://files.myopera.com/CY97/albums/238841/IMG9BAP5QSOVE.jpg

http://files.myopera.com/CY97/albums/238841/IMGJT30QKO2LW.jpg

http://files.myopera.com/CY97/albums/238841/IMGREB4N33GLY.jpg




[ This Message was edited by: cy97 on 2007-05-25 13:11 ]
679
K750
Joined: Oct 05, 2006
Posts: 174
PM
Posted: 2007-05-25 14:28
Reply with quoteEdit/Delete This PostPrint this post

On 2007-05-25 13:57:53, Raiderski wrote:
no need to do that... it's only video recording options and determine video frames per second. every author different values:



Thx a lot. I also add next correction according to 5.6

seq_set_prop_7_1=#CMD(03,0A)
#SET(08,1F) --> #SET(08,1e)
#CMD(34,01)
#W_F_M_T;

Is it useless? And a stuped question. I belive it is no matter to write "1E" or "1e" in camdriver. Yes?
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2007-05-25 14:47
Reply with quoteEdit/Delete This PostPrint this post
@679
not useless - 1E value is visible in original SE camdrv. you can use big and small letters ofcourse.
norbi_nw
Samsung Galaxy S II
Joined: Nov 27, 2006
Posts: > 500
From: Romania, Timisoara
PM
Posted: 2007-05-25 14:50
Reply with quoteEdit/Delete This PostPrint this post
Hey, if you manage to improove the focus on 21.9 (21.91 has buggy WB lock) upload it. also teach me to lower compression (what line to change)
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2007-05-25 15:07
Reply with quoteEdit/Delete This PostPrint this post
1. WB lock fix:

- remove #CMD(11,01) in LOCK_AE_WB
- remove #CMD(11,00) in UNLOCK_AE_WB

2. compression:

- go to JPEG macro and find:

160x120: $c0 02 #MIN(00,05) #MAX(00,08) #AVG(00,06) #QUALITY(5C,55,32)
640x480: $c0 04 #MIN(00,50) #MAX(00,78) #AVG(00,5A) #QUALITY(5C,55,32)
1632x1244: $c0 08 #MIN(01,90) #MAX(02,30) #AVG(01,E0) #QUALITY(57,55,32)

5C = 92%
57 = 87%

decrease desired value (REMEMBER to do that in hex!)

3. more accurate AF (recommended viewfinder at slow preview)

- go to seq_set_prop_7_0
- replace #SET(08,28) at #SET(08,3C)
- replace #CMD(34,01) at #CMD(34,81)

seems to work better

_________________

http://picasaweb.google.com/raiderski
W800 CID36 R1BD001

[ This Message was edited by: Raiderski on 2007-05-25 14:15 ]
norbi_nw
Samsung Galaxy S II
Joined: Nov 27, 2006
Posts: > 500
From: Romania, Timisoara
PM
Posted: 2007-05-25 15:11
Reply with quoteEdit/Delete This PostPrint this post
I don't know what hex is :'( it's my first time i try to edit something (camdriver, or anything). can you tell me code for 82 and 85% compression.

BTW.. i can't find those lines in 21.9/21.91 (using notepad+search)

EDIT: i've found the code.. thx

So post plz the sum for 82 and 85% comp

[ This Message was edited by: norbi_nw on 2007-05-25 14:20 ]
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2007-05-25 15:20
Reply with quoteEdit/Delete This PostPrint this post
82% = 52
85% = 55

if you are using Windows then switch standard Calculator to scientific mode and you can easily switch between hex and dec (normal) value
norbi_nw
Samsung Galaxy S II
Joined: Nov 27, 2006
Posts: > 500
From: Romania, Timisoara
PM
Posted: 2007-05-25 15:21
Reply with quoteEdit/Delete This PostPrint this post
THX for all 3

But forgot to ask... witch one is for normal and witch for fine quality JPEG comp?

[ This Message was edited by: norbi_nw on 2007-05-25 14:23 ]
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2007-05-25 15:38
Reply with quoteEdit/Delete This PostPrint this post
Kriomag decided to use ONE settings for both normal and fine quality. this is good decision considering his camdrv features. for 85% just replace only one bolded value:

$c0 02 #MIN(00,05) #MAX(00,08) #AVG(00,06) #QUALITY(5C,55,32) $cl
$c0 04 #MIN(00,50) #MAX(00,78) #AVG(00,5A) #QUALITY(5C,55,32) $cl
$c0 08 #MIN(01,90) #MAX(02,30) #AVG(01,E0) #QUALITY(55,55,32)

EDIT: ofcourse if you use other resolutions then you can also reduce compression for them. just replace all 5C with 55

did you use flash accessory?


_________________

http://picasaweb.google.com/raiderski
W800 CID36 R1BD001

[ This Message was edited by: Raiderski on 2007-05-25 14:41 ]

[ This Message was edited by: Raiderski on 2007-05-25 15:05 ]
norbi_nw
Samsung Galaxy S II
Joined: Nov 27, 2006
Posts: > 500
From: Romania, Timisoara
PM
Posted: 2007-05-25 16:15
Reply with quoteEdit/Delete This PostPrint this post
nope. no MX for me. I just need to decrease the compression, cuz sometimes it crashes. What compression does the 5.3 (default K750i camdriver) use??
whatsucka
X1 Silver
Joined: Feb 17, 2007
Posts: > 500
PM, WWW
Posted: 2007-05-25 18:37
Reply with quoteEdit/Delete This PostPrint this post
@Raiderski

whoa i have no idea how to do these edit stuff...lol
anyone got the link for kriomag 21.9 i think i should stay with that one for now
norbi_nw
Samsung Galaxy S II
Joined: Nov 27, 2006
Posts: > 500
From: Romania, Timisoara
PM
Posted: 2007-05-25 21:28
Reply with quoteEdit/Delete This PostPrint this post
Soon (in 1-2 weeks) i'll change to K810i. So i'll sell my w750i, but i need help to edit the camdriver. Can someone SWAP the NORMAL/FINE settings in krio's 21.91 driver? Plz (so that EM will be in normal, and noEN/noENM in fine) or simply tell me what i have to reverse
lengstreet
K770 Beige
Joined: Apr 18, 2007
Posts: 92
From: Thailand
PM
Posted: 2007-05-26 03:31
Reply with quoteEdit/Delete This PostPrint this post
@Mladen
@CamDrive Developer

U can put Half Shutter Preview + Manual Focus on 8.8?
I want this function for best macro pics.

[ This Message was edited by: lengstreet on 2007-05-26 02:32 ]

[ This Message was edited by: lengstreet on 2007-05-26 03:07 ]
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 231232233 ... 664665666  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic