Esato

Forum > Sony Ericsson / Sony > Software, Firmware and Drivers > Modded Camera Driver for k800i/k810i

Previous  123 ... 167168169 ... 229230231  Next
Author Modded Camera Driver for k800i/k810i
genus
K800 Black
Joined: Apr 13, 2007
Posts: 385
From: Malaysia
PM
Posted: 2007-12-19 09:53
Reply with quoteEdit/Delete This PostPrint this post
Here is my 5.7 camdriver

- fix 5.61 bug
- color gain 07
- increase document, sport mode exposure

http://www.4shared.com/file/3[....]e4c7c8f1/57camdriver_gnus.html

Document


-2.0EV


+2.0EV


Normal mode

just after raining


Sori, i shound not focs on sky...


-1.0EV


[ This Message was edited by: genus on 2007-12-19 09:00 ]

[ This Message was edited by: genus on 2007-12-19 09:02 ]
madenigga
K800 Silver
Joined: Oct 27, 2007
Posts: 63
From: Denmark
PM
Posted: 2007-12-19 09:59
Reply with quoteEdit/Delete This PostPrint this post
LOL just asked about the same thing
Only GOD can judge me!
________________________________________________________________________________
Silver k800i --> k810 R8 FW, Number1 2.9 CAM + layout, Peter's acoustic V1 R8 DRCoff, K850i custom blue menu, Playstation font, Custom start/sh
chonggi
K800 Black
Joined: Nov 08, 2007
Posts: 52
From: Pilipinas!
PM
Posted: 2007-12-19 09:59
Reply with quoteEdit/Delete This PostPrint this post
Christmas is a season of hope, a season for sharing...many thanx in advance for the 5.7 Genus, hope you'll release it at the soonest time.
toyds
K810 Blue
Joined: Aug 31, 2007
Posts: 98
From: Cebu,Philippines
PM, WWW
Posted: 2007-12-19 10:03
Reply with quoteEdit/Delete This PostPrint this post
@chonggi : see above post

genus already release the 5.7 cam driver



_________________
SE K810i(R8BA024) , CUSTOM made MENU and ICONS , 2.9 camera driver by Number1, VISTA startup/shutdown sound

[ This Message was edited by: toyds on 2007-12-19 09:11 ]
chonggi
K800 Black
Joined: Nov 08, 2007
Posts: 52
From: Pilipinas!
PM
Posted: 2007-12-19 10:08
Reply with quoteEdit/Delete This PostPrint this post
yap, i just refreshed my browser...now it's Christmas! Cheers!

@ toyds it's 5.7 hehehe

[ This Message was edited by: chonggi on 2007-12-19 09:10 ]
genus
K800 Black
Joined: Apr 13, 2007
Posts: 385
From: Malaysia
PM
Posted: 2007-12-19 10:10
Reply with quoteEdit/Delete This PostPrint this post
i alrdy release it, 5.7 camdriver, not yet fully test for it.

If somtimes dark scene, you can increase EV value to +0.3 or +0.7EV.


X'mas to you all


Here is the reference setting:

(58,xx) is for color
(56,xx) is for sharpness
(55,xx) is for contrast
(54,xx) is brightness
(06,xx) is for exposure, FF is -1, FE is -2 ....
(03,xx) is night AE shutter speed
(02,xx) is on / off ISO priority
#SET_REG(2a,xx) is ISO when no flash fire
#SET_REG(40,xx) is flash ISO
#SET_REG(43,xx) is flash red color temperature...if not wrong
#SET_REG(44,xx) is flash blue color temperature
#SET_RED(09,xx) is day AE shutter speed
#SET_REG(37,xx) is flash exopsure time

You can change the setting value depend on wat the value you like.




[ This Message was edited by: genus on 2007-12-19 09:21 ]
madenigga
K800 Silver
Joined: Oct 27, 2007
Posts: 63
From: Denmark
PM
Posted: 2007-12-19 10:10
Reply with quoteEdit/Delete This PostPrint this post
wow that was fast dude... Special delivery

_________________
Only GOD can judge me!
____________________________________________________________________________
Silver k800i --> k810 FW, Number1 2.89 CAM + layout, Peter's acoustic V1 R8, K850i custom menu, Playstation font, Custom start/shutdown/splash

[ This Message was edited by: madenigga on 2007-12-19 13:17 ]
bizon69
K800 Black
Joined: Aug 29, 2005
Posts: 14
PM
Posted: 2007-12-19 10:23
Reply with quoteEdit/Delete This PostPrint this post
@genus

Thanx man for christmas presents for us


This is Final version of 5.7?

[ This Message was edited by: bizon69 on 2007-12-19 09:24 ]
genus
K800 Black
Joined: Apr 13, 2007
Posts: 385
From: Malaysia
PM
Posted: 2007-12-19 16:11
Reply with quoteEdit/Delete This PostPrint this post
Here i come, 5.71 camdriver

- update from 5.7
- reduce twilightlandscape mode jpeg size compression (may reduce noise)

For those like this, just download it

http://www.4shared.com/file/3[....]ed6c17/571_GNUS_camdriver.html
quangbh30
T68 gold
Joined: Oct 04, 2007
Posts: 81
PM
Posted: 2007-12-19 16:16
Reply with quoteEdit/Delete This PostPrint this post
Thanks Genus. Good work!
number1
P1
Joined: Sep 12, 2007
Posts: > 500
From: UK,kent,Sittingbourne
PM
Posted: 2007-12-19 16:19
Reply with quoteEdit/Delete This PostPrint this post

On 2007-12-19 16:11:17, genus wrote:
Here i come, 5.71 camdriver

- update from 5.7
- reduce twilightlandscape mode jpeg size compression (may reduce noise)

For those like this, just download it

http://www.4shared.com/file/3[....]ed6c17/571_GNUS_camdriver.html


reducing compression gives more noise, as the k800i compresses the pictures to reduce noise anyway you done it wrong

seq_set_prop_5_9 = $"3M_low_comp"
#SET_REG(19,5A) // JPEG_INIT_QUALITY = 0x5A = 90
#SET_REG(13,82) #SET_REG(14,03)
#SET_REG(17,0C) #SET_REG(18,03)
#SET_REG(15,75) #SET_REG(16,02)

the right side seems to be how the picture is compressed,

seq_set_prop_5_9 = $"3M_low_comp"
#SET_REG(19,5A) // JPEG_INIT_QUALITY = 0x5A = 90
#SET_REG(13,82) #SET_REG(14,03)
#SET_REG(17,0C) #SET_REG(18,03)
#SET_REG(15,75) #SET_REG(16,03)
that gives a less compressed picture
the left side seems to be files sizes i have no idea how it works and what value is what, i guessed these in the my 2.9 driver.

danekro
T68 gold
Joined: Nov 23, 2007
Posts: 34
PM
Posted: 2007-12-19 16:22
Reply with quoteEdit/Delete This PostPrint this post
comparison of:
-gprsman 2.2 fix live color
-number one 2.9
-genus 5.7

all automatic

what picture would you like the best?
gprsman 2.2 fix live color:

number one 2.9:

genus 5.7:
quangbh30
T68 gold
Joined: Oct 04, 2007
Posts: 81
PM
Posted: 2007-12-19 16:29
Reply with quoteEdit/Delete This PostPrint this post
The pic of Genus has warm colour. I think GPRSMAN has real colour. Thanks Genus, GPRSMAN, Number1

Genus' cam 5.71

Document mode

Image Hosted by ImageShack.us


Twilight lanscape EV -2.0

Image Hosted by ImageShack.us


Portrait EV 0.0

Image Hosted by ImageShack.us


[ This Message was edited by: quangbh30 on 2007-12-19 15:36 ]
KingBooker5
C902 Black
Joined: May 12, 2007
Posts: > 500
From: London, England
PM
Posted: 2007-12-19 16:30
Reply with quoteEdit/Delete This PostPrint this post
Is there any way to force flash?
bizon69
K800 Black
Joined: Aug 29, 2005
Posts: 14
PM
Posted: 2007-12-19 16:32
Reply with quoteEdit/Delete This PostPrint this post

On 2007-12-19 09:47:37, madenigga wrote:
Damnnnn!!!! joined in 2005 and only 1 post ...... Whaaat??? hahahah


Genus what is the ETA???



Ehhhhh........
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 167168169 ... 229230231  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic