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 ... 576577578 ... 996997998>

lpachuong Posts: > 500


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 ]
--
Posted: 2007-08-16 21:14:24
Edit : Quote

Raiderski Posts: > 500

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
--
Posted: 2007-08-16 21:22:06
Edit : Quote

lpachuong Posts: > 500


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 ]
--
Posted: 2007-08-16 21:35:39
Edit : Quote

paparazy Posts: 239

@ 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 ]
--
Posted: 2007-08-16 21:50:10
Edit : Quote

Mr.Kája Posts: 180


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:))
--
Posted: 2007-08-16 22:22:27
Edit : Quote

whatsucka Posts: > 500

6.5 T4 night mode, macro on

SSP 2.0


SSP 2.3


SSP 1.1 = ENM

--
Posted: 2007-08-16 22:41:04
Edit : Quote

Raiderski Posts: > 500

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 ]
--
Posted: 2007-08-16 23:20:01
Edit : Quote

sniperwolf41 Posts: 42

Driver A4A_5.3
More pictures

All in automatic

outdoor


indoor




Auto focus+LED



--
Posted: 2007-08-17 02:31:21
Edit : Quote

lengstreet Posts: 92

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 ]
--
Posted: 2007-08-17 08:13:42
Edit : Quote

sniperwolf41 Posts: 42


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
--
Posted: 2007-08-17 08:29:32
Edit : Quote
Page <  123 ... 576577578 ... 996997998>

New Topic   Reply
Forum Index

Esato home