Esato

Forum > Sony Ericsson / Sony > Software, Firmware and Drivers > Modded Camera Driver For K850 By Strong v1.5 Beta2 NEW

Previous  123 ... 131415 ... 222324  Next
Author Modded Camera Driver For K850 By Strong v1.5 Beta2 NEW
chadiwrx
K850 Blue
Joined: Sep 25, 2005
Posts: 336
PM
Posted: 2009-03-13 03:27
Reply with quoteEdit/Delete This PostPrint this post

On 2009-03-12 23:25:37, mrscarrface wrote:
strong could you show us where exactly we place the code for the AF light in Document mode so it could work for us.. thanks for your support
[ This Message was edited by: mrscarrface on 2009-03-12 22:27 ]




under here // Macros for camera
past this code in DOC_MODE =

Code:
#SET_REG (AD,FF)



& under here // Property 16, Scenes
past this code in seq_set_prop_10_7 = // Document

Code:
#SET_REG (6B,06)

#SET_REG (6C,01)

mibaksh
C902 Black
Joined: Jul 25, 2007
Posts: 30
PM
Posted: 2009-03-13 05:48
Reply with quoteEdit/Delete This PostPrint this post
@strong
bro how are you! i didnt even realize you released up to v1.4beta!

wow... i am testing out this camera driver:
http://forums.se-nse.net/index.php?showtopic=39126&st=0

seems as tho my phone likes this one. I feel soo bad i am not using yours but this one works well with my phone.

i hope all is well with you bro! take care
mrscarrface
C901 Black
Joined: Jan 01, 2006
Posts: 64
PM
Posted: 2009-03-13 06:26
Reply with quoteEdit/Delete This PostPrint this post

On 2009-03-13 03:27:12, chadiwrx wrote:

On 2009-03-12 23:25:37, mrscarrface wrote:
strong could you show us where exactly we place the code for the AF light in Document mode so it could work for us.. thanks for your support
[ This Message was edited by: mrscarrface on 2009-03-12 22:27 ]




under here // Macros for camera
past this code in DOC_MODE =

Code:
#SET_REG (AD,FF)



& under here // Property 16, Scenes
past this code in seq_set_prop_10_7 = // Document

Code:
#SET_REG (6B,06)

#SET_REG (6C,01)




chadiwrx i tried it but it doesnt work!.. could you upload a camdriver with the code of AF light in Document Mode?
strong
K850 Blue
Joined: May 18, 2007
Posts: > 500
From: Greece
PM
Posted: 2009-03-13 13:14
Reply with quoteEdit/Delete This PostPrint this post
@mibaksh
hi my old friend iam fine and i believe to you too
no problem my friend fell free to use anythink you like
you are always my old friend

@gpuente82
i will see what can i do

@mrscarrface
look my codes at dock mode
and dont forget to add to no dock mode the reset

DOC_MODE = // Updates special doc scene settings
#CMD(55,FF)
#CMD(56,08) // Increase sharpness to max (8)
#CMD(06,FD) // Decrease exposure by 2/3
#SET(AD,FF0) //enable af light at dock mode
#CC(00,15)
#SET(95,01) // Set flash ISO to 100
#WB_ISO100
#FLASH_ISO100;

NOT_DOC_MODE = // Reverses special doc scene settings
#CMD(06,00) // Reset exposure
#CMD(55,#CONTRAST) // Reset contrast
#CMD(56,#SHARPNESS) // Reset sharpness
#CC(#CC_RED,#CC_BLUE)
#SET(AD,00) // Reset flash pulse width
#SET(95,04) // Set flash ISO to default 200
#WB_ISOAUTO
#FLASH_AUTO;
[ This Message was edited by: strong on 2009-03-13 13:03 ]
Samsung GT-i8910 Omnia HD
K850 R1FA035 modded camdriver
modded acoustic drivers
www.camdrivers.wz.
mrscarrface
C901 Black
Joined: Jan 01, 2006
Posts: 64
PM
Posted: 2009-03-14 09:27
Reply with quoteEdit/Delete This PostPrint this post
thanks strong for the reply, ok what about those codes should i add them as well? &

// Property 16, Scenes
and
seq_set_prop_10_7 = // Document

Code:

#SET_REG (6B,06)

#SET_REG (6C,01)
strong
K850 Blue
Joined: May 18, 2007
Posts: > 500
From: Greece
PM
Posted: 2009-03-14 09:49
Reply with quoteEdit/Delete This PostPrint this post
in my drive dont need those codes there are in
seq_init =
#SET(6B,06) // SCANAF_MODE_1
#SET(6C,01) // SCANAF_AF_ILLUMI
mrscarrface
C901 Black
Joined: Jan 01, 2006
Posts: 64
PM
Posted: 2009-03-14 11:23
Reply with quoteEdit/Delete This PostPrint this post
strong i put the codes where you told me too but it doesnt work!.. could you upload the camdriver so i can download it? appreciate it
chadiwrx
K850 Blue
Joined: Sep 25, 2005
Posts: 336
PM
Posted: 2009-03-14 14:12
Reply with quoteEdit/Delete This PostPrint this post

On 2009-03-14 11:23:34, mrscarrface wrote:
strong i put the codes where you told me too but it doesnt work!.. could you upload the camdriver so i can download it? appreciate it


Here you go i added it to the default K850i camdriver v3.7
If you want me to add it to a modded camdriver let me know
which one & i'll do it for you.

Download Here
mrscarrface
C901 Black
Joined: Jan 01, 2006
Posts: 64
PM
Posted: 2009-03-14 23:57
Reply with quoteEdit/Delete This PostPrint this post

On 2009-03-14 14:12:20, chadiwrx wrote:

On 2009-03-14 11:23:34, mrscarrface wrote:
strong i put the codes where you told me too but it doesnt work!.. could you upload the camdriver so i can download it? appreciate it


Here you go i added it to the default K850i camdriver v3.7
If you want me to add it to a modded camdriver let me know
which one & i'll do it for you.

Download Here


thank you so much i appreciate your help
Sombra
K850 Blue
Joined: Mar 28, 2007
Posts: 165
From: Brazil
PM
Posted: 2009-03-15 03:36
Reply with quoteEdit/Delete This PostPrint this post
Strong,

Here have a new tester for your camdriver.

Up till now i as using Brazuka's 6.0 camdriver, but problem with "aplication running" in 5MP resolution (ramdon bug of brazuka's camdriver) cause me disturb on event where i need much of camera function.

Later i give feedback to you.

Sorry for my poor english.
[ This Message was edited by: Sombra on 2009-03-15 02:47 ]
K850i R1FA035 - Testing Strong's Camdriver 1.4 Beta2
strong
K850 Blue
Joined: May 18, 2007
Posts: > 500
From: Greece
PM
Posted: 2009-03-15 17:20
Reply with quoteEdit/Delete This PostPrint this post
@Sombra
hey! old friend thanks

@mrscarrface
here is my last unofficial beta with af light anable at dock mode
http://www.sendspace.com/file/avkvqo
[ This Message was edited by: strong on 2009-03-15 16:48 ]
Samsung GT-i8910 Omnia HD
K850 R1FA035 modded camdriver
modded acoustic drivers
www.camdrivers.wz.
Sombra
K850 Blue
Joined: Mar 28, 2007
Posts: 165
From: Brazil
PM
Posted: 2009-03-15 19:30
Reply with quoteEdit/Delete This PostPrint this post
Ok Strong,

I make some tests in photoswith flash and results is really very good.

Today i try take daylight (very sunny day), but unfortunatelly in Auto Mode (manual adjusts appear be necessary on this type of situation), but photos taked are much brighter.
K850i R1FA035 - Testing Strong's Camdriver 1.4 Beta2
edenpunyo
Model not set
Joined: Feb 12, 2009
Posts: 12
PM
Posted: 2009-03-17 11:24
Reply with quoteEdit/Delete This PostPrint this post
Hi guys,

can anybody teach me how to increase the colour of the picture we taken by doing it in the camdriver?

i need to increase the colour so the picture will be more attractive...don't you all agree??

you can see the sample of our frens attached in this forum....we can see the samsung pictures colour are more rather than SE........

Please teach me......TQVM
sowbran
C905 Black
Joined: Jun 11, 2006
Posts: 158
From: Mexico
PM
Posted: 2009-03-17 11:56
Reply with quoteEdit/Delete This PostPrint this post

On 2009-03-17 11:24:22, edenpunyo wrote:
Hi guys,

can anybody teach me how to increase the colour of the picture we taken by doing it in the camdriver?

i need to increase the colour so the picture will be more attractive...don't you all agree??

you can see the sample of our frens attached in this forum....we can see the samsung pictures colour are more rather than SE........

Please teach me......TQVM


i remember that is

#CMD(58,#SATURATION); // Adjust Saturation

greetings.
strong
K850 Blue
Joined: May 18, 2007
Posts: > 500
From: Greece
PM
Posted: 2009-03-17 12:29
Reply with quoteEdit/Delete This PostPrint this post
@edenpunyo
open the camdriver0.dat with notepad and find the lines below
there are at the begining
the bold value is your request
change the 00 to 01 or 02,03,04 etc


// CUSTOMIZATION ZONE BY USER//

//===================NORMAL======================//

SHOT_SPEED= 1D; // 1D is default Normal shot speed

EXPOSURE=$-5 09; // Adjust exposure

BRIGHTNESS= 00; // Adjust brightness
CONTRAST= 00; // FF to 08 adjust contrast
SHARPNESS= 02; // 00 to 08 adjust sharpness
SATURATION= 00; // 00 to 08 adjust saturation
[ This Message was edited by: strong on 2009-03-17 11:31 ]
Samsung GT-i8910 Omnia HD
K850 R1FA035 modded camdriver
modded acoustic drivers
www.camdrivers.wz.
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 131415 ... 222324  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic