Welcome to Esato.com


Pages:
Previous  123 ... 189190191 ... 198199200  Next


Super camera driver for k750/w800/w810


Click to view updated thread with images




Posted by strong
@markztrance
what disaster!
and one thing there isnt 5.8 beta only 5.8


Posted by h82bm3
guys hiow would i know that im in super mode already?

Posted by pram_zx
@SPU
Im Happy that you still exist in this thread, Well... Im very like your camdriver quality, your v1.3 beta 9 give me good quality picture on my w810.

Since you say : "I don't leave this forums and I'll continue to read this thread, so if you have any suggestions and ideas you can post them here."
I will give my idea for your camdriver.

1. Make it Simple and User Friendly (Super mode is always ON like on the Raiderski or Strong Camdriver) and AE LOCK at half shutter.
2. I like the way how to edit the supermode on Strong Camdriver (so we can edited like what we want).
Example:
Code:

// --------------------------------------------------------------------------------------------------------------------//
// CUSTOMIZE FUNCTION LIST (copy/paste to FUNCTIONS MENU as you desire)

// SET_SCENE;
// SET_SHARPNESS;
// SET_SPOT;
// SET_EFFECT;
// SET_ZOOM;
// SET_BRIGHTNESS;
// SET_CONTRAST;
// SET_FOCUS;
// SET_EXPOSURE;
// SET_MANUAL_SSPEED;
// SET_SATURATION;
// SET_CC_BLUE;
// SET_CC_YELLOW;
// SET_CC_GREEN_RED;
// SET_CC_GREEN;
// SET_CC_MAGENTA;
// SET_NORMAL_EV; Original EV(joystick)
// SET_CUSTOM_WB;
// SET_PROFILE;
//---------------------------------------------------------------------------------//
//FUNCTIONS MENU

EV_M_20= #SET_CUSTOM_WB;
EV_M_17= #SET_SPOT;
EV_M_13= #SET_SCENE;
EV_M_10= #SET_ZOOM;
EV_M_07= #SET_CONTRAST;
EV_M_03= #SET_PROFILE;
EV_0_00= #SET_FOCUS;
EV_P_03= #SET_EXPOSURE;
EV_P_07= #SET_MANUAL_SSPEED;
EV_P_10= #SET_SATURATION;
EV_P_13= #SET_CC_BLUE;
EV_P_17= #SET_CC_YELLOW;
EV_P_20= #SET_CC_GREEN_RED;

//--------------------------------------------------------------------------------//

SELECT_FUNCTION= $s0 %0
$p1 00 $c1 03
#EV_M_20 $cl $c1 04
#EV_M_17 $cl $c1 05
#EV_M_13 $cl $c1 06
#EV_M_10 $cl $c1 07
#EV_M_07 $cl $c1 08
#EV_M_03 $cl $c1 09
#EV_0_00 $cl $c1 0a
#EV_P_03 $cl $c1 0b
#EV_P_07 $cl $c1 0c
#EV_P_10 $cl $c1 0d
#EV_P_13 $cl $c1 0e
#EV_P_17 $cl $c1 0f
#EV_P_20
$cx $cx $cx $cx $cx $cx
$cx $cx $cx $cx $cx $cx $cx;



3. When take photo using LED, make it warm color like Raiderski 6.7.2 (Not Blueish)
4. Is your latest v1.4 Beta 2 is Improvement from v1.3 Beta 9 (I like this one for landscape, please make improvement in macro mode from this version)
5. I think this feature is useless... "JPEG quality (1.0 default, 1.1-4.0 - 40%-98%)"
Just make it fixed JPEG that give good quality and fast enough (maybe 87% or 89% or what ever you like)
6. And finally this is the customize function list (The Complete One )
// ------------------------ CUSTOMIZE FUNC NAME
// SET_ZOOM Zoom
// SET_BRIGHTNESS Brightness
// SET_CONTRAST Contrast
// SET_SATURATION Colors saturation
// SET_EXPOSURE Exposure compensation
// SET_FOCUS Focus
// SET_SHUTTER_SPEED Shutter speed
// SET_AE_SPOT AE lock & Light metering
// SET_PROFILE Profile
// SET_CUSTOM_WB Custom WB
// SET_ISO ISO
// SET_CC_CR(#CC_LOW(20)) Color correction cyan
// SET_CC_CR(#CC_HIGH(20)) Color correction red
// SET_CC_YB(#CC_LOW(21)) Color correction yellow
// SET_CC_YB(#CC_HIGH(21)) Color correction blue
// SET_CC_CAST(#CC_LOW(20),#CC_LOW(21)) Green color cast
// SET_CC_CAST(#CC_HIGH(20),#CC_HIGH(21)) Magenta color cast
// SET_CC_CAST(#CC_HIGH(20),#CC_LOW(21)) Orange color cast
// ---------------------------------------- END

THATS IT !!! SORRY FOR MY LONG IDEA/REQUEST. BUT.... IF YOU COULD MAKE IT LIKE THAT.......WHOOAAAAA.... THATS AWESOME...!!!
THANK YOU SPU !!!




_________________
W810i Black with W800 back cover, modded camdriver, Own mix acoustic driver, Unbranded phone, Adding new flash menu's. W810i It's Rock...!

[ This Message was edited by: pram_zx on 2008-05-28 03:29 ]

[ This Message was edited by: pram_zx on 2008-05-28 03:42 ]

Posted by Popek189
I have a question to Strong.
Friend ! I want to add ISO choice to "Functions Menu" in SuperFunction 6.1 CC(K750-W800). I can't find it in "CUSTOMIZE FUNCTION LIST". Could You please paste the codes for full ISO range (ISO 100 and above). Thank you

Posted by strong
OK here is the code it is a little complecated you must combine it with
slow sutter speed code, personaly I dont test it.

MANUAL_ISO=$-0 0a
$c0 00
$p1 07 $c1 00
#CMD(05,00)
$cl
#CMD(05,00)
$cx
$cl
#CMD(05,$w0)
$cx;

SLOW_SHUTTERSPEED=$p2 07
$c2 00
$c0 0a
#CMD(03,1e)
$cl
$-0 0b $s1 3d $-1 r0
#CMD(03,$w1)
$cx
$cl
$c0 0a
#CMD(03,0f)
$cl
$-0 0b $s1 1e $-1 r0
#CMD(03,$w1)
$cx
$cx;

_________________

k750@w800 R1BC002

http://www.4shared.com/dir/6197354/5c0a18d1/sharing.html
www.camdrivers.wz.cz/

[ This Message was edited by: strong on 2008-05-28 12:10 ]

Posted by Popek189

On 2008-05-28 13:09:11, strong wrote:
OK here is the code it is a little complecated you must combine it with
slow sutter speed code, personaly I dont test it.

MANUAL_ISO=$-0 0a
$c0 00
$p1 07 $c1 00
#CMD(05,00)
$cl
#CMD(05,00)
$cx
$cl
#CMD(05,$w0)
$cx;

SLOW_SHUTTERSPEED=$p2 07
$c2 00
$c0 0a
#CMD(03,1e)
$cl
$-0 0b $s1 3d $-1 r0
#CMD(03,$w1)
$cx
$cl
$c0 0a
#CMD(03,0f)
$cl
$-0 0b $s1 1e $-1 r0
#CMD(03,$w1)
$cx
$cx;

_________________

k750@w800 R1BC002

http://www.4shared.com/dir/6197354/5c0a18d1/sharing.html
www.camdrivers.wz.cz/

[ This Message was edited by: strong on 2008-05-28 12:10 ]


Hmm yeah, it is complicated, indeed. I found this code:

ISO=$s0 %0 $bf 00 1 1 $c0 0a $bc 00 7 1 $cl $bc 01 7 1 $cx $-0 0a 06 02 00 01 $w0 05 $f $d0005

In A4A reloaded (ISO100-1600) and surprisingly it works in Super Function

EDIT:

I tested:

MANUAL_ISO=$-0 0a
$c0 00
$p1 07 $c1 00
#CMD(05,00)
$cl
#CMD(05,00)
$cx
$cl
#CMD(05,$w0)
$cx;

And it worked also, thanx very much for your help I'll post some pics soon.

_________________
D750i@k750i CID36 RED
Software:.....R1DB001 with 12 patches
Camdriver:...SuperFunction 6.1 CC
Acoustic:......TVH mix v6

[ This Message was edited by: Popek189 on 2008-05-28 14:47 ]

Posted by DangeloGH
@strong
Hi, the 1ª photo i used auto, just push button
and the 2º photo i used (EV -2.0 / Z 1.1) whitout withe paper
why about that diferent colors... my eyes saw like in 2º photo...

I hope you understand my question... thank you






.

Posted by strong

On 2008-05-28 14:30:03, DangeloGH wrote:
@strong
Hi, the 1ª photo i used auto, just push button
and the 2º photo i used (EV -2.0 / Z 1.1) whitout withe paper
why about that diferent colors... my eyes saw like in 2º photo...

I hope you understand my question... thank you






.



because you changed the white balance if set -2.0 and 1.1 then you have
incandescent white balance

@Popek189
any time friend
_________________

k750@w800 R1BC002

http://www.4shared.com/dir/6197354/5c0a18d1/sharing.html
www.camdrivers.wz.cz/

[ This Message was edited by: strong on 2008-05-29 07:39 ]

Posted by SPU
pram_zx
"1. Make it Simple and User Friendly (Super mode is always ON like on the Raiderski or Strong Camdriver) and AE LOCK at half shutter."

Just change DF_SM_START_MODE
May be i'll change something in AE/WB Lock because in 1.4b2 WB Lock turns off when you switch some modes... that's pity.

"2. I like the way how to edit the supermode on Strong Camdriver (so we can edited like what we want)."

It's very easy =)

"3. When take photo using LED, make it warm color like Raiderski 6.7.2 (Not Blueish)"

LED WB is adjusted for Fluorescent profile.

"4. Is your latest v1.4 Beta 2 is Improvement from v1.3 Beta 9 (I like this one for landscape, please make improvement in macro mode from this version)"

May be improvement... 1.4 works in different way inside and very slow, but I like fixed ISO 100.

"5. I think this feature is useless... "JPEG quality (1.0 default, 1.1-4.0 - 40%-98%)""

Not so useless. Try to send a standard 640x480 picture with high quality via MMS. Most old phones can't open it because of file size.

PS: Actually I have no plans to improve 1.3 beta 9, only 1.4 beta 2.
PPS: I have an idea of future investigation of cammodule logic but have no time for this =(

Posted by pram_zx
Thanx SPU, still hope you will release new user friendly camdriver like v1.3 b9 but more powerfull.


Posted by Popek189
Hi

ISO 1600 with Strong Super Function 6.1 CC
Noise as "hell" , but at least I can "catch" water drops...
Here are some examples:
Free Image Hosting at <!-- BBCode auto-link start --><a href=www.ImageShack.us" />
Free Image Hosting at <!-- BBCode auto-link start --><a href=www.ImageShack.us" />
Free Image Hosting at <!-- BBCode auto-link start --><a href=www.ImageShack.us" />
Free Image Hosting at <!-- BBCode auto-link start --><a href=www.ImageShack.us" />
Free Image Hosting at <!-- BBCode auto-link start --><a href=www.ImageShack.us" />
Free Image Hosting at <!-- BBCode auto-link start --><a href=www.ImageShack.us" />
Free Image Hosting at <!-- BBCode auto-link start --><a href=www.ImageShack.us" />

Can anything be done to improve quality of ISO 1600, or is it the problem of camera sensor? Thx for reply

Posted by h82bm3
how would i know that im using supermode? i just followed the instructions given but i dont know if im already in supermode.. BTW when i tried to change settings i dont see any difference. and why is the zoom disabled in normal mode?

Posted by brazzuka's
SPU

Thanks for your works with the language programm of drivers specifically with sensors and models MCBXXX continue keep!! working with honest and good job
ahh tnks for the programm exif... really great




Posted by pram_zx
@SPU
Hi SPU, at least maybe you can release v1.3 b9 advanced and add this full feature on it, and make it easy to customize it.
Thanx B4
and thanx for the exif reader, thats great!


6. And finally this is the customize function list (The Complete One )
// ------------------------ CUSTOMIZE FUNC NAME
// SET_ZOOM Zoom
// SET_BRIGHTNESS Brightness
// SET_CONTRAST Contrast
// SET_SATURATION Colors saturation
// SET_EXPOSURE Exposure compensation
// SET_FOCUS Focus
// SET_SHUTTER_SPEED Shutter speed
// SET_AE_SPOT AE lock & Light metering
// SET_PROFILE Profile
// SET_CUSTOM_WB Custom WB
// SET_ISO ISO
// SET_CC_CR(#CC_LOW(20)) Color correction cyan
// SET_CC_CR(#CC_HIGH(20)) Color correction red
// SET_CC_YB(#CC_LOW(21)) Color correction yellow
// SET_CC_YB(#CC_HIGH(21)) Color correction blue
// SET_CC_CAST(#CC_LOW(20),#CC_LOW(21)) Green color cast
// SET_CC_CAST(#CC_HIGH(20),#CC_HIGH(21)) Magenta color cast
// SET_CC_CAST(#CC_HIGH(20),#CC_LOW(21)) Orange color cast
// ---------------------------------------- END


_________________
W810i Black with W800 back cover, modded camdriver, Own mix acoustic driver, Unbranded phone, Adding new flash menu's. W810i It's Rock...!

[ This Message was edited by: pram_zx on 2008-05-30 08:17 ]

Posted by binhtop
@ Popek189 : OMG .popek 189 .can u tell me how can u shot like that ? plz show me your method ?

Posted by Popek189

On 2008-05-30 12:14:20, binhtop wrote:
@ Popek189 : OMG .popek 189 .can u tell me how can u shot like that ? plz show me your method ?


It's simple I use Strong's SuperFunction with ISO choice(I added a special code into the driver). But U can easily find another camdriver and modify it.
I set my camera to ISO1600 (Shutterspeed 1/5000 sec.) and simply take a shot

The only problem is, as you see in the pictures - the noise. Maybe in the near future, camdrivers will gain more quality in ISO1600 mode... i hope

Posted by unforgiven_sh
whats the best non-supermode (just point and shoot) driver for the K750/W800?

Posted by recl
petkoxray's live colors v2.3

Posted by deliriumxp
k750 cid49
Menu_Superdriver 6.7(Modded raider6.7.2, by leetiran) + my tuning for my phone









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

Posted by strong
Today is cleaning day, I hate dust

all shots superfunction 6.1 full auto colours

have a wonderful summer to all !!!!!!!!!!!!











Posted by pram_zx
oh....
come on....
down to page 2 ???

where's every body?

Posted by x.man
I'm here
@deliriumxp
is that snow?now?

Posted by deliriumxp

On 2008-06-03 11:08:31, x.man wrote:
I'm here
@deliriumxp
is that snow?now?


Yep, it was snow in the middle of may )

I have a little problem with sunny weather. WB is too yellowish with ANY camdrivers i tested. Tried to make my own profile in Raiderski configurator (great tool! thx Raiderski!), but results still not very good. Is this a problem with my camera module or is this a common problem of all k750?

Sorry for my English.



Posted by (zalman)
LiveColor™ 2.9
W810i

All Auto
Macro ON



Posted by DangeloGH
hi moders, what is (HDR) High Dynamic Range
is it possible in camdrivers?


Posted by milan91
http://en.wikipedia.org/wiki/High_dynamic_range_imaging


Posted by pram_zx
@zalman
Where I can download LiveColor 2.9 ? I want to test it.
Is this camdriver supermode?
Thanx B4


Posted by deliriumxp

On 2008-06-04 05:28:09, pram_zx wrote:
@zalman
Where I can download LiveColor 2.9 ? I want to test it.
Is this camdriver supermode?
Thanx B4



http://www.camdrivers.wz.cz/other.html
http://www.camdrivers.wz.cz/d[....]derski_MOD_v2.9_petkox_ray.zip

Posted by pram_zx
@^^
Thanx for the link.
Is this supermode camdriver ?

Posted by x.man
@strong
i have a problem with your latest driver-manual white balance don't reset to 1.0.i use color correction version

Posted by (zalman)
he isn't supermode camera driver.
the best for me

Posted by strong

On 2008-06-04 13:11:52, x.man wrote:
@strong
i have a problem with your latest driver-manual white balance don't reset to chek1.0.i use color correction version



oh! yes you right thanks I did not saw before I release the final version I find and I fixed this bug I will make new version soon to fix some bugs I hope.

if you dont like wait new version find this line and cut it

RESET_WB=$b6 03 6 2
$bb 00 3 1
$d0032
$u01;

and then paste it above of this lines

SET_CUSTOM_WB=$c0 0a
#RESET_WB
$cl
$c0 0b
#CMD(11,02)
$cl
$c0 0c
#CMD(11,01)
$cx
#CMD(11,02)
$cx;
_________________

k750@w800 R1BC002

http://www.4shared.com/dir/6197354/5c0a18d1/sharing.html
www.camdrivers.wz.cz/


[ This Message was edited by: strong on 2008-06-04 23:22 ]

Posted by pram_zx
up up up !!!

where's SPU?

Posted by x.man
TNX Strong.Done

Posted by strong
No prob friend

Posted by stingfler
Deam!! I need THiss..

Posted by DangeloGH
hi, i need a sugestion
nokia e65
i´m thinking about buy it
i hava a w810i


Posted by hillgx

Toshara 153.9 Megamax






************************************************

Kriomag W810i BETA (20080510)








Posted by Popek189

On 2008-06-06 21:20:09, DangeloGH wrote:
hi, i need a sugestion
nokia e65
i´m thinking about buy it
i hava a w810i



Hmm, If you still want to make pics with mobile phone, stay with W810. The camera is much better than nokia's.
On the other hand, it's so called "business phone" so You get symbian 9.1 with no service packs yet, that's why it might restart or work slowly. Also the mp3 player is kind of weird is usage.
It's a deal between good entertainment phone(SE W810i) and average buisness phone(nokia e65) I'd stay with W810i and wait until n82/n95 gets cheaper.

Posted by DangeloGH

On 2008-06-07 11:30:45, Popek189 wrote:

On 2008-06-06 21:20:09, DangeloGH wrote:
hi, i need a sugestion
nokia e65
i´m thinking about buy it
i hava a w810i



Hmm, If you still want to make pics with mobile phone, stay with W810. The camera is much better than nokia's.
On the other hand, it's so called "business phone" so You get symbian 9.1 with no service packs yet, that's why it might restart or work slowly. Also the mp3 player is kind of weird is usage.
It's a deal between good entertainment phone(SE W810i) and average buisness phone(nokia e65) I'd stay with W810i and wait until n82/n95 gets cheaper.




tnx
i saw a pic of e65... and result was (w810) 10 x 0 (e65)


Posted by Sombra
I have installed Kriomag's camdriver for test and i think a superb driver, very good and simple for use. Follow some shots:







The photos are balanced factor between quality and shutter speed in EM Mode, for shaked hands is perfect.

Photos taked using a K750i CID49 (R1CA021) - Kriomag's 21.93 Beta (20080510) camdriver.

[ This Message was edited by: Sombra on 2008-06-10 00:01 ]

Posted by pram_zx
UP

Posted by sotam

On 2008-06-10 00:58:17, Sombra wrote:
I have installed Kriomag's camdriver for test and i think a superb driver, very good and simple for use. Follow some shots:







The photos are balanced factor between quality and shutter speed in EM Mode, for shaked hands is perfect.

Photos taked using a K750i CID49 (R1CA021) - Kriomag's 21.93 Beta (20080510) camdriver.

[ This Message was edited by: Sombra on 2008-06-10 00:01 ]


I use the same camdriver, for me is the best, fast and quality, in the readme say only for w810i :S

Posted by aabg
where is 21.93B 20080510? i didn't find it in http://www.camdrivers.wz.cz/



Posted by [DK]Death

On 2008-06-12 21:19:51, aabg wrote:
where is 21.93B 20080510? i didn't find it in http://www.camdrivers.wz.cz/




here is Kriomag v21.93 BETA 20080510 http://www.4shared.com/file/4[....]iomag_v2193_BETA_20080510.html

Posted by strong
Hi to all where are you?
I realease the improved SuperFunction v6.2 Beta1

you can find here http://www.sendspace.com/file/nrmchb

and at my share folder
good luck and good summer to all

_________________

k750@w800 R1BC002

http://www.4shared.com/dir/6197354/5c0a18d1/sharing.html
www.camdrivers.wz.cz/

[ This Message was edited by: strong on 2008-06-14 10:31 ]

Posted by recl
can you post some sample pics?

Posted by przemo83
I noticed several pictures made for the help SuperFunction v6.2 Beta1:




full auto, profile daylight...
PS
one mistake, the inscription still in the version of the driver is visible "6.1" in the service menu

great thanks to Strong for new versions...

sorry for my poor English...

[ This Message was edited by: przemo83 on 2008-06-14 14:50 ]

Posted by recl
i don't have a magnifying glass at me now..can you please post the pics bigger? ty

Posted by strong
@przemo83
yes you are right I will fix it at final version thanks


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


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