Esato Mobile
Sony Ericsson / Sony : Software, Firmware and Drivers : Super camera driver for k750/w800/w810
> New Topic
> Reply
< Esato Forum Index > Sony Ericsson / Sony > Software, Firmware and Drivers > Super camera driver for k750/w800/w810 Bookmark topic
Page <  123 ... 509510511 ... 996997998>

bfenw Posts: 19

@tranced: Hi,
I have spu 1.3b9 and it comes with instructions on how to set/unset SM and what the and zoom keys do etc. I would like to try zuza3 but only have camdriver0.dat. There are no instructions in it. What do I press to do what - or does it not do anything above the std camera driver in terms of clever stuff? Also, I have a w800i CID36 R1BC002 - will it be compatible do you know?

Thanks,
Brian.
--
Posted: 2007-08-01 00:00:37
Edit : Quote

Raiderski Posts: > 500

chiliseo
it will be tomorrow (wednesday) i promise
--
Posted: 2007-08-01 00:01:29
Edit : Quote

max_wedge Posts: > 500

Any of you camera modders know how I would change this to reduce compression? (from K800 driver) Or are there other things to change as well?

(driver availbale here http://rapidshare.com/files/46093875/camdriver0.rar.html )

//***************************************************
// JPEG Compression level, property 5
//***************************************************
//
// Compression Resolution Max Target Min Jpeg_first
// 0 => normal any 900 600 400 75
// 1 => low any 900 850 600 90
// 2 => normal VGA 150 55 10 75
// 3 => low VGA 150 80 10 90
// 4 => normal 1MP 400 200 60 75
// 5 => low 1MP 400 300 100 90
// 6 => normal 2MP 600 400 150 75
// 7 => low 2MP 600 500 400 90
// 8 => normal 3MP 800 600 400 75
// 9 => low 3MP 900 850 600 90
//----------------------------------------------------
--
Posted: 2007-08-01 00:25:49
Edit : Quote

tranced Posts: > 500

@bfenw: that driver does not have these features as these driver do. Someone correct me if i'm wrong.
--
Posted: 2007-08-01 01:34:41
Edit : Quote

shouhei Posts: 66


On 2007-07-31 22:58:52, obichamboza wrote:
right now im trying to brute force a CID 49 phone


no need to brute force cid 49...use XS++ which has breakin to upload files

also look up GSlide for patching.
--
Posted: 2007-08-01 03:28:10
Edit : Quote

amarsidhu Posts: 361

@raiderski: yes you are right there is no need to change the sharpness value.
and I am waiting for your 6.5 to test . and its Wednesday today:)
--
Posted: 2007-08-01 05:55:57
Edit : Quote

amarsidhu Posts: 361

@ Raiderski: how can i get bigger file sizes? As you i got 802 Kb file size with your driver 6.4 (I don't know how)
but how can i get this all the time.
Just curious to know and for general knowledge sake.
--
Posted: 2007-08-01 06:09:39
Edit : Quote

max_wedge Posts: > 500


On 2007-08-01 00:25:49, max_wedge wrote:
Any of you camera modders know how I would change this to reduce compression? (from K800 driver) Or are there other things to change as well?

(driver availbale here http://rapidshare.com/files/46093875/camdriver0.rar.html )

//***************************************************
// JPEG Compression level, property 5
//***************************************************
//
// Compression Resolution Max Target Min Jpeg_first
// 0 => normal any 900 600 400 75
// 1 => low any 900 850 600 90
// 2 => normal VGA 150 55 10 75
// 3 => low VGA 150 80 10 90
// 4 => normal 1MP 400 200 60 75
// 5 => low 1MP 400 300 100 90
// 6 => normal 2MP 600 400 150 75
// 7 => low 2MP 600 500 400 90
// 8 => normal 3MP 800 600 400 75
// 9 => low 3MP 900 850 600 90
//----------------------------------------------------



oops, here I mean (doh, // means "comment"!):

seq_set_prop_5_9 = $"3M_low_comp"
#SET_REG(19,5A) // JPEG_INIT_QUALITY = 0x5A = 90d
#SET_REG(13,84) #SET_REG(14,03)
#SET_REG(17,20) #SET_REG(18,03)
#SET_REG(15,58) #SET_REG(16,02);

thanks Mike2 - who pointed out to change #SET_REG(19,5F)

So here it is, anyone with cid49 K800 wanna test

http://rapidshare.com/files/46258856/camdriver0.rar.html (95% compression - instead of default 90%)

(includes sharpness mod by kopritis)
_________________
File System Tweaks for the K750 K750 Tricks

[ This Message was edited by: max_wedge on 2007-08-01 05:58 ]
--
Posted: 2007-08-01 06:46:17
Edit : Quote

sowbran Posts: 158


On 2007-08-01 06:46:17, max_wedge wrote:

On 2007-08-01 00:25:49, max_wedge wrote:
Any of you camera modders know how I would change this to reduce compression? (from K800 driver) Or are there other things to change as well?

(driver availbale here http://rapidshare.com/files/46093875/camdriver0.rar.html )

//***************************************************
// JPEG Compression level, property 5
//***************************************************
//
// Compression Resolution Max Target Min Jpeg_first
// 0 => normal any 900 600 400 75
// 1 => low any 900 850 600 90
// 2 => normal VGA 150 55 10 75
// 3 => low VGA 150 80 10 90
// 4 => normal 1MP 400 200 60 75
// 5 => low 1MP 400 300 100 90
// 6 => normal 2MP 600 400 150 75
// 7 => low 2MP 600 500 400 90
// 8 => normal 3MP 800 600 400 75
// 9 => low 3MP 900 850 600 90
//----------------------------------------------------



oops, here I mean (doh, // means "comment"!):

seq_set_prop_5_9 = $"3M_low_comp"
#SET_REG(19,5A) // JPEG_INIT_QUALITY = 0x5A = 90d
#SET_REG(13,84) #SET_REG(14,03)
#SET_REG(17,20) #SET_REG(18,03)
#SET_REG(15,58) #SET_REG(16,02);

thanks Mike2 - who pointed out to change #SET_REG(19,5F)

So here it is, anyone with cid49 K800 wanna test

http://rapidshare.com/files/46258856/camdriver0.rar.html (95% compression - instead of default 90%)

(includes sharpness mod by kopritis)
_________________
File System Tweaks for the K750 K750 Tricks

[ This Message was edited by: max_wedge on 2007-08-01 05:58 ]


i like try this but i have cid 52 PD if can incresease the Color/saturation in this camdriver i think that only have to add 58 to the configuration what do you think this can work???

// Document mode settings
DOC_MODE = #COM_EVENT(55,02) // Increase contrast to 2
#COM_EVENT(56,08) // Increase sharpness to max (8)
#COM_EVENT(06,02) // Increase exposure to 2
#SET_REG(40,01) // AE_XENON_ISO = 100
#SET_REG(43,29) // CC_R_FLASH = 0x29 (colour temperature of 7500 K for flash)
#SET_REG(44,74); // CC_B_FLASH = 0x74 (colour temperature of 7500 K for flash)
#COM_EVENT(58,02) // color

// Normal (non-document) mode settings
NORM_MODE = #COM_EVENT(55,00) // Reset contrast
#COM_EVENT(56,08) // ff Reset sharpness // 08 sharpness to max (8)
#COM_EVENT(06,00) // Reset exposure
#SET_REG(40,07) // AE_XENON_ISO = 400
#SET_REG(43,2A) // CC_R_FLASH = 0x2A (colour temperature of 6800 K for flash)
#SET_REG(44,70); // CC_B_FLASH = 0x70 (colour temperature of 6800 K for flash)
#COM_EVENT(58,02) // color


[ This Message was edited by: sowbran on 2007-08-01 07:14 ]
--
Posted: 2007-08-01 08:12:37
Edit : Quote

Milu Posts: 99

Hi. anybody knows what i have to do??
i dont wanna change my phone
--
Posted: 2007-08-01 09:18:56
Edit : Quote
Page <  123 ... 509510511 ... 996997998>

New Topic   Reply
Forum Index

Esato home