Esato

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

Previous  123 ... 384385386 ... 664665666  Next
Author Super camera driver for k750/w800/w810
lpachuong
K850 Green
Joined: Jun 06, 2007
Posts: > 500
From: Vietnam
PM
Posted: 2007-08-16 21:14
Reply with quoteEdit/Delete This PostPrint this post

On 2007-08-16 21:08:10, DarKMaGiCiaN wrote:

they should give you a credit. Is it right?

I agree with you
as everybody Know All DarKMaGiCiaN Drivers are 99% Hybrid Camera Driver
I start mixing the driver since the the first Camera Drivers thread ((Hybrid Camera Driver for W800i/K750 ))
and it was just for personal use
but I start posting my drivers when the secound thread started (( because most of the modders disappeard and I dont want the thread dead ))
when DarKMaGiCiaN 0.9 started to be used by lots of users I tryed to credit the work for it's owner but I could not because I mixed about 8 camera driver since then I start mixing the drivers without credit because if I did then I have to credit each part even each line and everybody know that DarKMaGiCiaN camera Drivers are Hybrid Camera Driver
which is enough

I have lots of paparazy's drivers and correction cods in my driver ^_^


I agree with you Darkmagician. I created my own driver (A4A-1.8 ) then I move to supermode with A4a-3.2 and I have mixed and developed codes from different drivers. That why I keep saying 'Thank you' to all of the modders. It is possible to point out which is is from which drivers but it makes the files expand in size. THerefore, I decided to put the name of the modders in the information files in my final A4A-Version. I'm waitting for K800I/K810I drivers

_________________
To be or not to be !!!
W800i/K750i driver: A4A - 4.5 11/08/2007
http://www.freewebs.com/ict2006_2007/A4A_4.5.RAR

[ This Message was edited by: lpachuong on 2007-08-16 20:16 ]
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2007-08-16 21:22
Reply with quoteEdit/Delete This PostPrint this post
i've found 2 interesting pics from my latest bicycle trip. time gap ~5min, light conditions equal

K750 CID49, default driver 5.3
http://img510.imageshack.us/img510/3934/dsc04653dz9.jpg

W800 CID36, driver 6.5, automatic + focus infinity
http://img250.imageshack.us/img250/8619/dsc07738oq4.jpg

i didn't found nothing new... white balance (yellow) in CID49 sucks
lpachuong
K850 Green
Joined: Jun 06, 2007
Posts: > 500
From: Vietnam
PM
Posted: 2007-08-16 21:35
Reply with quoteEdit/Delete This PostPrint this post

On 2007-08-16 21:22:06, Raiderski wrote:
i've found 2 interesting pics from my latest bicycle trip. time gap ~5min, light conditions equal

K750 CID49, default driver 5.3
http://img510.imageshack.us/img510/3934/dsc04653dz9.jpg

W800 CID36, driver 6.5, automatic + focus infinity
http://img250.imageshack.us/img250/8619/dsc07738oq4.jpg

i didn't found nothing new... white balance (yellow) in CID49 sucks



Yes. I have known about that for along time. That why I am working for A4A It's focus is suck as well. Raiderski, try cid k750i with my driver A4A-5.3 Not default 5.3 (I thought you took that picture with A4A-5.3 )

_________________
To be or not to be !!!
W800i/K750i driver: A4A - 4.5 11/08/2007
http://www.freewebs.com/ict2006_2007/A4A_4.5.RAR

[ This Message was edited by: lpachuong on 2007-08-16 20:38 ]
paparazy
K750
Joined: Dec 04, 2006
Posts: 239
PM
Posted: 2007-08-16 21:50
Reply with quoteEdit/Delete This PostPrint this post
@ tommymar

translate babel fish

Hi friend (my beta driver 8.54 fix) The lines of timer that you it showed had been an attempt to correct the exposition time. I do not obtain to correct this in driver thus the 8,54 and only in the 8,53 that he is equal to the Kriomag. It can compare enhanced of the 8,54 with the speed of kriomag used enhanced of the 8,53 that he is slower and thus is easy to use in cid49 that has slower process

($dXXXX WAIT(delay) for "XXXX" time in Hex (for example $d0100=Wait for 256 ms)

!!!!!!!!!!!!!we go to improve these drivers personal!!!!!!!!!!!!!!!!

Drivers banco de Dados link: http://www.camdrivers.wz.cz/

#######HELP table i2c_commands advanced ##########

IMPORTANT:
------------------------------------------------------------------------------
This commands only for K750/W800/W810 phones!!!
In another phones - another commands and registers!!!
For more information visit:
http://www.sony-ericsson.ru/forums2/index.php or http://www.senews.ru/forum/index.php
------------------------------------------------------------------------------
Compiled by Andeo
------------------------------------------------------------------------------


***REGISTER DEFINITIONS***
**************************
------------------------------------------------------------------------------
Internal register 0,1,2,3 Used as temporary storage only
Internal register a Used to select EXIF parameter to read
Internal register e Used to remember last size id for snapshot burst mode
Internal register f Used to store property value
------------------------------------------------------------------------------


***COMMENTS***
**************
------------------------------------------------------------------------------
//COMMENTS COMMENTS - any your comments
------------------------------------------------------------------------------


***MACROS***
************
------------------------------------------------------------------------------
#MACROS PERFORM a macros. "MACROS" is any name of your macros. Place your macros at the beginning.
------------------------------------------------------------------------------


***COMPATION***
***************
------------------------------------------------------------------------------
$cX YY Check IF value of register "X" equal value "YY" THEN do next commands
.....
$cl ELSE do next commands
.....
$cx END IF (for $cX command)
------------------------------------------------------------------------------


***BASIC COMMANDS***
********************
------------------------------------------------------------------------------
$sX YY SET property "X" value "YY" for example:
$s5 40 PLACE value "64" in reg "5"
------------------------------------------------------------------------------
$sX %0 PLACE value in reg "X"
------------------------------------------------------------------------------
$mX YY COPY reg "YY" into reg "X"
------------------------------------------------------------------------------
$dXXXX WAIT(delay) for "XXXX" time in Hex (for example $d0100=Wait for 256 ms)
------------------------------------------------------------------------------
$wX WRITE the byte stored in register 0x0X (or simple reg "X") to the I2C bus
------------------------------------------------------------------------------
$rX READ the byte stored in register 0x0X (or simple reg "X") from the I2C bus
------------------------------------------------------------------------------
$bX OPERATE on register 0x0X (or simple reg "X")
------------------------------------------------------------------------------
$zX SET register "X" to last set size config
------------------------------------------------------------------------------
$pX YY SET register "X" to current value of property "YY"
------------------------------------------------------------------------------
$uXX UPDATE property "XX"
------------------------------------------------------------------------------
!0, !1, !2... TAKE A PARAMETER (one, two or three) holding the data to be written
------------------------------------------------------------------------------
$b3 YY Z 1 WRITE 0xYY (or simple "YY") to the "Z-th" bit in internal register 3. For example:
$b3 01 5 1 WRITE 0x01 to the fifth bit in internal register 3
------------------------------------------------------------------------------
$b2 XX Y 1 WRITE "Y" to bit "0" in register "2"
$b2 00 3 1 WRITE "3" to bit "0"
------------------------------------------------------------------------------


***ARITHMETIC***
****************
------------------------------------------------------------------------------
$
$>X 1 SHIFT the bits in register 0x0X (or simple reg "X") 1 bit to the right
------------------------------------------------------------------------------
$*X YY MULTIPLY reg "X" by "YY"

$*X rY MULTIPLY reg "X" by reg "Y"
------------------------------------------------------------------------------
$/X YY DIVIDE reg "X" with "YY"

$/X rY DIVIDE reg "X" with reg "Y"
------------------------------------------------------------------------------
$-X YY SUBSTRACT "YY" from reg "X"

$-X rY SUBSTRACT reg "Y" from reg "X"
------------------------------------------------------------------------------
$+X YY ADD "YY" to reg "X"

$+X rY ADD reg "Y" to reg "X"
-------------------------------------------------------------

###The periodic table of camera driver instruction###



Link: http://www.esato.com/board/viewtopic.php?topic=143907#post1932891

[ This Message was edited by: paparazy on 2007-08-16 21:25 ]
Mr.Kája
T300
Joined: Mar 22, 2007
Posts: 180
PM
Posted: 2007-08-16 22:22
Reply with quoteEdit/Delete This PostPrint this post

it is Ok man
you know I have a driver with the H&V changes
when I feal that someone will take my phone to take some pics I put this driver so when they try to take my phone and take pic they !!#!.؟؟؟؟.#@!@##!! heheheh

I can imagine it:) I have even changed menu, but with old icons..its even more funny:))
Nowadays, I'm enjoying Elm, fw R7BA076.

And here camdriver database for k750/w800/w810: www.camdrivers.wz.cz
whatsucka
X1 Silver
Joined: Feb 17, 2007
Posts: > 500
PM, WWW
Posted: 2007-08-16 22:41
Reply with quoteEdit/Delete This PostPrint this post
6.5 T4 night mode, macro on

SSP 2.0


SSP 2.3


SSP 1.1 = ENM
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2007-08-16 23:20
Reply with quoteEdit/Delete This PostPrint this post
i will add something from my side because whatsucka used small shutter speed values. light from monitor and poor lightbulb

macro on, nightmode, manual shutter speed at 3.0


ENM


as you can see result is equal (ISO100, file size difference is 300 bytes). this is because ENM calculated shutter speed at 2sec. this is exactly the same value as in nightmode manual shutter speed (3.0 = 2sec)


_________________
W800 CID36 R1BD001
www.flickr.com/photos/8469432@N06/

[ This Message was edited by: Raiderski on 2007-08-16 22:20 ]
sniperwolf41
W810 white
Joined: Feb 02, 2007
Posts: 42
From: Brazil
PM
Posted: 2007-08-17 02:31
Reply with quoteEdit/Delete This PostPrint this post
Driver A4A_5.3
More pictures

All in automatic

outdoor


indoor




Auto focus+LED


W810i Fusion White,CID49 Firmware R4EA031 with many patches,Memory Stick PRO Duo 4GB and 512MB,blackicerock+myacoustics 1.1 sound driver,A4A_8.3 camera driver.

I my W810i
lengstreet
K770 Beige
Joined: Apr 18, 2007
Posts: 92
From: Thailand
PM
Posted: 2007-08-17 08:13
Reply with quoteEdit/Delete This PostPrint this post
Hi All,

Im share My New CamDrive LengStreet v1.2 (isnt supermode )
Easy to use

Thank: all modded from esato.com
Spacial Thx: Sarmad, PaParazy, Raider, Jonaugust, lpachuong, DarKMaGiCiaN, BLKSNAKER and SPU.

P.S. : lpachuong i try ur camdrive it good

==============================================

Try it, Download : ==> http://www.mediafire.com/?6n3pmhy2dd9

==============================================

Some Pics from my camdrive:




















_________________
http://www.flickr.com/photos/lengstreet

[ This Message was edited by: lengstreet on 2007-08-17 07:14 ]
sniperwolf41
W810 white
Joined: Feb 02, 2007
Posts: 42
From: Brazil
PM
Posted: 2007-08-17 08:29
Reply with quoteEdit/Delete This PostPrint this post

On 2007-08-17 08:13:42, lengstreet wrote:
Hi All,

Im share My New CamDrive LengStreet v1.2 (isnt supermode )
Easy to use

Thank: all modded from esato.com
Spacial Thx: Sarmad, PaParazy, Raider, Jonaugust, lpachuong, DarKMaGiCiaN, BLKSNAKER and SPU.

P.S. : lpachuong i try ur camdrive it good

==============================================

Try it, Download : ==> http://www.mediafire.com/?6n3pmhy2dd9

==============================================

Some Pics from my camdrive:

[img]...[/img]

[img]...[/img]

[img]...[/img]

[img]...[/img]

[img]...[/img]

[img]...[/img]

[img]...[/img]




_________________
http://www.flickr.com/photos/lengstreet

[ This Message was edited by: lengstreet on 2007-08-17 07:14 ]


Good pictures
W810i Fusion White,CID49 Firmware R4EA031 with many patches,Memory Stick PRO Duo 4GB and 512MB,blackicerock+myacoustics 1.1 sound driver,A4A_8.3 camera driver.

I my W810i
lpachuong
K850 Green
Joined: Jun 06, 2007
Posts: > 500
From: Vietnam
PM
Posted: 2007-08-17 09:22
Reply with quoteEdit/Delete This PostPrint this post

On 2007-08-17 02:31:21, sniperwolf41 wrote:
Driver A4A_5.3
More pictures

All in automatic

indoor



Auto focus+LED




I like these pictures. So it is fine so far. I think I will release A4A Final version tomorow

@lenghtstree How are you doing? Long time not see you online. The flowers are nice.

_________________
To be or not to be !!!
W800i/K750i driver: A4A - 4.5 11/08/2007
http://www.freewebs.com/ict2006_2007/A4A_4.5.RAR

[ This Message was edited by: lpachuong on 2007-08-17 08:23 ]
tommymar
T68 gold
Joined: Aug 10, 2007
Posts: 76
PM
Posted: 2007-08-17 13:18
Reply with quoteEdit/Delete This PostPrint this post
Guys, let's me warm up this forum today.

A4A-5.3:









Look at the bee



Autofocus:


Infinity:


I think the quality of the picture at normal mode is the same as raiderski's 6.4


[ This Message was edited by: tommymar on 2007-08-17 12:23 ]
amarsidhu
Xperia X10 Black
Joined: Mar 09, 2004
Posts: 361
PM
Posted: 2007-08-17 14:46
Reply with quoteEdit/Delete This PostPrint this post
pics clicked with blksnaker 9.01
i clicked these some time ago










_________________
You can find almost all the camdrivers here
BBCode End -->

[ This Message was edited by: amarsidhu on 2007-08-17 13:49 ]
radicalgel
W810 black
Joined: Oct 06, 2006
Posts: 98
PM, WWW
Posted: 2007-08-17 14:59
Reply with quoteEdit/Delete This PostPrint this post
My first attempt at HDR. This shot is composed of nine frames each with a progressively higher exposure using shutter speed. Damn tough keeping the cam steady! Check it out, look at the depth! Exposure and sky are not great cuz the light is bad as its almost time for the sun to set.

-----------------------------------------------
http://www.flickr.com/photos/radicalgel/
lpachuong
K850 Green
Joined: Jun 06, 2007
Posts: > 500
From: Vietnam
PM
Posted: 2007-08-17 15:12
Reply with quoteEdit/Delete This PostPrint this post
WoW, 9 frames. I think that is a lot. I just use 5 frames maximum since my dual-core is ~ Did you use photoshop? [addsig]
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 384385386 ... 664665666  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic