Welcome to Esato.com


Pages:
Previous  123 ... 159160161 ... 198199200  Next


Super camera driver for k750/w800/w810


Click to view updated thread with images




Posted by leetiran
MarkJason
in original standard driver, macro mode is full range focus, nonmacro mode is normal focus.
if you want only macro range for macro mode, you can change the codes to just use macro focus for fast.
they are different funtions, cant say which is better.


Posted by MarkJason
Ok.. Thanks! Now, it's clear to me... ^_^

Posted by MarkJason
I tried Raider's latest driver... It produces what I want... MXE-60 syncs... Just wanna know what functions are in the STANDARD option? AE LOCK only? And I saw somewhere here in the forums that the best SHARPNESS value for CID49 phones is 0, is this true?



[ This Message was edited by: MarkJason on 2008-01-03 12:59 ]

Posted by Kriomag

On 2008-01-03 13:55:47, MarkJason wrote:
I saw somewhere here in the forums that the best SHARPNESS value for CID49 phones is 0, is this true?

My brother has cid49 camera module (what a crap ) and value 5 ist best sharpness (on my cid36 module best sharpness is 6)

[ This Message was edited by: Kriomag on 2008-01-03 15:21 ]

Posted by Tomix
Thnks Raiderski!!! This page helped me VERY much, but what is the setting in your configtool to set the iso (I'l use 50 or 100)?
And one problem -
Whit LED colors in EM are ok, but without LED and in good light conditions they're very overexporused or yellow. Am i doing something wrong or it's in the driver?! If you need examples i have 'em.
Sorry for my bad english.

Posted by leetiran
Modded Raider6.7.1u
http://www.mediafire.com/?7gcw2ja3vxz
modded EM with my EM codes, it wont overexpose.
EM in QUALITY: fine
Its marked cid36, you can chang it to cid49 or w810 with Raider6.7configtool0.53.
Tomix
you may try it.
ISO cant be set in configtool. But you can change iso value as raider said
1. you can set manual shutter speed at any time and final pic always have ISO100
2. ISO100 value from point 1 can be increased with exposure compensation (EV) function because when shutter speed is locked at constant value then EV cannot be changed (that's why ISO is used in this case)


[ This Message was edited by: leetiran on 2008-01-11 05:57 ]

Posted by Tomix
And ISO 100 is the lowest for k750/w800?

Btw. Where have you guys learned all this modding stuff?!!

[ This Message was edited by: Tomix on 2008-01-04 11:32 ]

Posted by number1
i found something interesting in the t650i camdriver which you might like

seq_ss_verify =
$cf 01 // JPEG ?
$"JPEG"
$c6 00
$c5 00 //Compression ok
$s5 01
$cl //Compression not ok,increase compression
#RD_REG(2B)
$+4 01 //by 1 for each compression failure.
$m2 4
#WR_REG(2B, $w2 $f)
$cx
$cl
$cx

#RD_REG(29)
$c4 00
$s0 01
$cl
$s0 00
$cx
$cl // else YCbCr
$s0 01
$cx
;

it's a compression retry system, everytime compression files it's reduced then tryed again.

Posted by Raiderski
Vipera ammodytes
dunno why, strange. i always have 1/8s or maybe i wasn't so lucky to get anything else :/

pram_zx
the question is:
how big is the real max value of quality in W810 pictures?
we can set 100% but this level can be unreachable. in this case this doesn't make any sense. maybe Sarmad 6.0 users (W810) would like to check with any EXIF reader how big quality values their pictures have?

Tomix
ISO cannot be constant - this is very bad solution camera know which ISO should be used, we can only force lowest possible ISO in some cases when we really need it, for example in night shots with long exposure time. ISO is long story but we shouldn't pay too much attention on it. send me links (at PM) to mentioned pictures


Posted by amarsidhu
@raider:
please tell me how to enable EM by default
i mean whenever i click a pic it should be with enhanced mode

Posted by leetiran
amarsidhu
why you didnt read the guide of the driver? U can set EM in picture quality:normal or fine

Posted by Mazahaka
look this

i love it!
original
http://st1.risunok.net/29088/20080104_210352.JPG


[ This Message was edited by: Mazahaka on 2008-01-04 19:59 ]

Posted by MarkJason
@ Raiderski

Is there a way to speed up the focus on night mode?

Can I use AE LOCK like SPOT PHOTOMETRY? or SPOT is better?

How can I put SPOT in your STANDARD driver option? your SEQ_SET_PROP_5 is different...

And last what's with your STANDARD driver option? What are the features? Just the AE_LOCK option? Improve NIGHT MODE? etc...



Posted by leetiran
MarkJason
if u shot sth 5 metre away from u, u can use manual focus1.1:infinite focus for fast

Tomix
learn from
1. I2C command
2. The periodic table of camera driver instruction
http://www.esato.com/board/viewtopic.php?topic=143907#post1932891
3. The standard driver with detailed notes
http://www.camdrivers.wz.cz/
4. I learn much from Raiderski and this topic


#######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"
-------------------------------------------------------------


[ This Message was edited by: leetiran on 2008-01-05 06:37 ]

Posted by leetiran

On 2008-01-05 06:47:34, amarsidhu wrote:

On 2008-01-04 20:04:21, leetiran wrote:
amarsidhu
why you didnt read the guide of the driver? U can set EM in picture quality:normal or fine


yeah frnd i know i can do this
but i dont want to do this and i want to start the driver in EM only.


??? if you set EM in fine or normal, and always keep the quality, u do start the camera in EM only.

Posted by Milu
Hi there everyone.
Finally i find cid36 cam module. I'am so happy. Today i have to instal it in my phone.



Posted by SPU

On 2008-01-05 05:14:24, leetiran wrote:
#######HELP table i2c_commands advanced ##########

Please, don't confuse newbies. There are some totally wrong lines in this HELP, for example: $rX or $bX YY Z A.

Posted by Raiderski
yeah, this I2C description is really crappy

amarsidhu
FAQ file, config tool section:

05. what is "EM in quality" option?
you can set on which quality (Normal, Fine, none) EM will be always enabled. if you set "normal" or "fine" you won't be able to change shutter speed on selected quality


MarkJason

1. no, night mode is longer exposure time, AF is getting samples much slower

2. no, AE lock holds up photometry or AE calculations. spot photometry is different approach to in scene light amount calculations. useful in rare situations and definetly useless in normal photography

3. i don't think that spot photometry is useful enough to allow it to be permanent enabled. not in quality options, better place is in effects menu

4. "standard" driver type has all quality improvements + AE lock only

Tomix
observations, tests, standalone work. this is like a puzzle game but with many hidden elements, some of them we can find and fit to facts that we already know (very small part of whole things). of course this is only for fun


Posted by Tomix
How can i do something without knowing anything? Ok i will not bother you with my annoying questions (hope i write it right) because there are enough modders here and on the world...
But i have other question too. Raider, in your driver, (6.7.1) EM there is sometimes very too much green (i tried to take a photo of snow).
DSC01066

But there are many pictures i realy like (mostly macro)
this was an old with macro EM and a little exposure correction...
Forgot! And LED because i wanted it to shine!

DSC00917

[ This Message was edited by: Tomix on 2008-01-05 11:48 ]

[ This Message was edited by: Tomix on 2008-01-05 11:55 ]

[ This Message was edited by: Tomix on 2008-01-05 12:04 ]

Posted by Kriomag

On 2008-01-05 10:18:33, Milu wrote:
Hi there everyone.
Finally i find cid36 cam module. I'am so happy. Today i have to instal it in my phone.

hehe, i've found CID36 yesterday (i had 36 but with bad optics, blurred photos on the right side of pictures).
Now i have new module so im, also v. happy

Now im going to test it outside, sunny day

Posted by Tomix
And this was today trought the window(before 5min.) Modded Raider 6.7.1u EM, focus infinity everything else auto.
20080105_1357(1)

And here's macro... (there's a bit of dust on it) EM, no LED, macro autofucus
20080105_1408(1)

[ This Message was edited by: Tomix on 2008-01-05 12:17 ]

Posted by tphg

On 2008-01-05 12:51:23, Kriomag wrote:

On 2008-01-05 10:18:33, Milu wrote:
Hi there everyone.
Finally i find cid36 cam module. I'am so happy. Today i have to instal it in my phone.

hehe, i've found CID36 yesterday (i had 36 but with bad optics, blurred photos on the right side of pictures).
Now i have new module so im, also v. happy

Now im going to test it outside, sunny day

How can you get CID36 cam module? Pls advise me. Thanks.

Posted by Milu
u have to buy it on ebay or something like that.

Finally i changed my cam module !!! Fantastic

Posted by Kriomag

On 2008-01-05 13:52:00, tphg wrote:
How can you get CID36 cam module? Pls advise me. Thanks.

My 'new' cam module is from dead k750i (parts doner).
Doner should have been made before 06W34 (my phone 06W34 = 2006 week 34) - the doner was 06W09 .

Kriomag_v21.93_BETA
Sample Pictures (taken with new module):

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us


As You can see, this picture is taken with Zoom = CID36
Image Hosted by ImageShack.us






Auto WB:
Image Hosted by ImageShack.us


'Alternate'? Auto WB - #CMD(11,02):
Image Hosted by ImageShack.us


[ This Message was edited by: Kriomag on 2008-01-07 12:21 ]

Posted by ptkstep

On 2008-01-05 10:36:53, SPU wrote:

On 2008-01-05 05:14:24, leetiran wrote:
#######HELP table i2c_commands advanced ##########

Please, don't confuse newbies. There are some totally wrong lines in this HELP, for example: $rX or $bX YY Z A.


@SPU and Raiderski
where I can found guide or help for I2C description?

Posted by leetiran
SPU & Raiderski
where to find the right I2C help? i only found that


Posted by muralito
hi, i´d like to thank all modders for making awesome drivers.

raidersky: i really like your driver, i have w810, i don´t know anything about modding, but, how can i make your driver force mxe60 to shoot allways when it is enabled? (like in darkmagician 0.90)
and how can i change jpeg compression when the photo is taken with mxe?
thanks

leetiran: can you tell me what did you changed to raiders driver? thanks

i apologise fot my bad english, i´m for argentina
thanks again

Posted by Tomix
Kriomag, pls post some night shots when you can. In day it seems to be very good

Posted by lpachuong

On 2008-01-05 12:51:23, Kriomag wrote:

On 2008-01-05 10:18:33, Milu wrote:
Hi there everyone.
Finally i find cid36 cam module. I'am so happy. Today i have to instal it in my phone.

hehe, i've found CID36 yesterday (i had 36 but with bad optics, blurred photos on the right side of pictures).
Now i have new module so im, also v. happy

Now im going to test it outside, sunny day


Congradulation for having the new cam-module. However, when you use a different cam-module from the original, you must change the exposure time(or shutterspeed) in EM (usually increase a little bit) so that you can reduce noise. The best firmware for you to use is W800i r1bd002 cid36 for cid49. Hope this can make you feel happier

_________________
To be or not to be !!!
Please save our world. Save our world to save our lives and our generation.
There is no place as good as your house with your family. Home sweet home.

[ This Message was edited by: lpachuong on 2008-01-05 18:53 ]

Posted by brazzuka's
download and supports w810

drivers
cam drivers
acoustic drivers
firmwares
guide users
lessons/tutorial
patches

http://www.4shared.com/dir/1948125/eecf02ea/sharing.html

Posted by Kriomag

On 2008-01-05 19:51:25, lpachuong wrote:
...when you use a different cam-module from the original, you must change the exposure time(or shutterspeed) in EM (usually increase a little bit) so that you can reduce noise.
The best firmware for you to use is W800i r1bd002 cid36 for cid49. Hope this can make you feel happier

Why is that? i see no difference working with new module (ofc new has good sharpness on right side of picture - thats why i changed from old one:)).
I use only R1BC002 because of many-many patches for this version i have no interest in changing it to newer one (You meant R1BD001?)

The best thing about this 'CID36' module is: when you point camera to pitch black (absolute darkness) there is no noise on the screen
With 'CID49' you get very nasty noise.

My brothers K750i with 'CID49' camera module (bleh!):
Image Hosted by ImageShack.us


[ This Message was edited by: Kriomag on 2008-01-06 00:18 ]

Posted by leetiran
muralito
I only changed the EM codes. The original EM codes estimate the exposure time to make ISO=100 and apply it. The other drivers‘ EM codes are the same. They come from chengrong8.53. Because the time is estimate, the photo sometimes are overexposed. My method is setting ISO=100 and Slowshutter=2s, exposing by camera itself, so the photo wont be overexposed. This method is common in digital cameras. My knowledge of driver is so poor, so my codes just in test, I wish Raiderski will make it better.

Posted by Milu
@Ipachuong. Yor're right. and i have to tell U that i using R1BD001 and i'am so happy.
Just take a look at that:


My comp, my girlfriend and my new cam module


and a cat for Lpachoung..



_________________
camdrivers.lua.pl Everything about camdrivers.

[ This Message was edited by: Milu on 2008-01-06 08:47 ]

Posted by don_gori
Hello everyone I want to show u some pics with my k750





Thank u all Modders
Best wishes to everyone

Posted by lpachuong
Thank you, Milu. When I read: My computer, My girlfriend, my new cam-module, I wondered where is your cat and I saw it when I scrolled the screen down Nice to hear that the tips help you
And one more thing: Don't for get to put #CMD(21,01) so that you will not get yellowish picture.

_________________
To be or not to be !!!
Please save our world. Save our world to save our lives and our generation.
There is no place as good as your house with your family. Home sweet home.

[ This Message was edited by: lpachuong on 2008-01-06 10:31 ]

Posted by Kriomag

On 2008-01-06 11:30:41, lpachuong wrote:
Don't for get to put #CMD(21,01) so that you will not get yellowish picture.

Flicker Correction removes yellowishness? :/

Posted by Tomix
I have a cid49 and i'm using the modded 6.7.1u and when i take a picture of complete darkness it isn't noisy. In normal mode it is noisy, but EM is ok and there's almost NO NOISE in totaly black. But for me it's ok because now i'm using EM always...

[ This Message was edited by: Tomix on 2008-01-06 12:13 ]

Posted by amarsidhu
i was searching but i did not find how to use raider config tool.
please help me.

thanks in advance.

Posted by lpachuong

On 2008-01-06 12:36:33, Kriomag wrote:

On 2008-01-06 11:30:41, lpachuong wrote:
Don't for get to put #CMD(21,01) so that you will not get yellowish picture.

Flicker Correction removes yellowishness? :/


No, only for indoor pictures with light on I saw he has a yellow bulb and by correcting flicker, he will get true real colour

_________________
To be or not to be !!!
Please save our world. Save our world to save our lives and our generation.
There is no place as good as your house with your family. Home sweet home.

[ This Message was edited by: lpachuong on 2008-01-06 13:22 ]

Posted by Kriomag

On 2008-01-06 13:39:15, lpachuong wrote:

On 2008-01-06 12:36:33, Kriomag wrote:

On 2008-01-06 11:30:41, lpachuong wrote:
Don't for get to put #CMD(21,01) so that you will not get yellowish picture.

Flicker Correction removes yellowishness? :/


No, only for indoor pictures with light on I saw he has yellow bulb and by correct flicker, he wil get true real colour


I just tested all 3 settings and i get best result (with bulb light) with value 3

Posted by leetiran

On 2008-01-06 13:49:23, Kriomag wrote:

On 2008-01-06 13:39:15, lpachuong wrote:

On 2008-01-06 12:36:33, Kriomag wrote:

On 2008-01-06 11:30:41, lpachuong wrote:
Don't for get to put #CMD(21,01) so that you will not get yellowish picture.

Flicker Correction removes yellowishness? :/


No, only for indoor pictures with light on I saw he has yellow bulb and by correct flicker, he wil get true real colour


I just tested all 3 settings and i get best result (with bulb light) with value 3

bulb light? means incandescent light bulb?
for Fluorescent, I think if your country power system frequency is 60Hz,value 3 is the best,if it is 50Hz,value 2 is the best.

[ This Message was edited by: leetiran on 2008-01-06 13:54 ]

Posted by muralito
raider 6.71u ENM



Posted by lpachuong

On 2008-01-06 14:43:48, leetiran wrote:

On 2008-01-06 13:49:23, Kriomag wrote:

On 2008-01-06 13:39:15, lpachuong wrote:

On 2008-01-06 12:36:33, Kriomag wrote:

On 2008-01-06 11:30:41, lpachuong wrote:
Don't for get to put #CMD(21,01) so that you will not get yellowish picture.

Flicker Correction removes yellowishness? :/


No, only for indoor pictures with light on I saw he has yellow bulb and by correct flicker, he wil get true real colour


I just tested all 3 settings and i get best result (with bulb light) with value 3

bulb light? means incandescent light bulb?
for Fluorescent, I think if your country power system frequency is 60Hz,value 3 is the best,if it is 50Hz,value 2 is the best.

[ This Message was edited by: leetiran on 2008-01-06 13:54 ]


That is the reason why I said '1' for auto. ALthough it is a little bit slow but it works for any enviroment.

Posted by Kriomag

On 2008-01-06 14:43:48, leetiran wrote:
I think if your country power system frequency is 60Hz,value 3 is the best,if it is 50Hz,value 2 is the best.


#CMD(21,01)


#CMD(21,02)


#CMD(21,03)


In all cases i have this 'waves' :/

Posted by leetiran

On 2008-01-06 15:23:00, Kriomag wrote:

On 2008-01-06 14:43:48, leetiran wrote:
I think if your country power system frequency is 60Hz,value 3 is the best,if it is 50Hz,value 2 is the best.


#CMD(21,01)


#CMD(21,02)


#CMD(21,03)


In all cases i have this 'waves' :/


the fluorescent’s frequency=2×power frequency. if the shutter speed=n×1/120s(2*60Hz), the wave is gone. The Flicker function is from this principle. when u take photo of the lamp, the shutter is too fast, so the flicker funtion cant work.

Posted by lpachuong
That's right. The best solution is not to change the shutter speed, leave it default and wait until the viewfinder doesn't show the wave and take the picture.

Posted by Raiderski
Tomix
green color on night pics is normal. you'll find this on every driver because white balance cannot perform well artificial city lights. you can correct this with color correction (red?) function

ptkstep & leetiran
SPU has nice manual but in Russian language only. google online translate can help a bit

Posted by lpachuong
If you download SPU's driver 1.3 beta 2 or beta 3 you may find the manual code in both English and Russian on www.camdrivers.wz.cz

Posted by MarkJason
@lpachuong - Your A4A 11.0 Final doesn't work on my K750>W800 CID49... I can't take pictures... It crashes...

Posted by chiliseo
just as reference... it works perfect on my w800 cid36... thanks lpachuong


Pages:
Previous  123 ... 159160161 ... 198199200  Next
Click to view updated thread with images


© Esato.com - From the Esato mobile phone discussion forum