Sony Ericsson / Sony : Software, Firmware and Drivers : Modded Camera Driver For K850 By Strong v1.5 Beta2 NEW
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> Modded Camera Driver For K850 By Strong v1.5 Beta2 NEW
Bookmark topic
i put the codes for AF light in Document mode but it doesn't work!.. could someone help please?
--
Posted: 2009-03-12 16:39:44
Edit :
Quote
On 2009-03-12 16:39:44, mrscarrface wrote:
i put the codes for AF light in Document mode but it doesn't work!.. could someone help please?
Me too, I tried it but it doesn't work.
--
Posted: 2009-03-12 18:05:15
Edit :
Quote
why works for me but i dont need it
--
Posted: 2009-03-12 21:08:22
Edit :
Quote
Strong can you do something to improve the bibrate and the fps of the video normal and night mode 352x288 because i think needs more bitrate and color than 320x240
--
Posted: 2009-03-12 23:23:48
Edit :
Quote
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 ]
--
Posted: 2009-03-12 23:25:37
Edit :
Quote
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)
--
Posted: 2009-03-13 03:27:12
Edit :
Quote
@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
--
Posted: 2009-03-13 05:48:08
Edit :
Quote
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?
--
Posted: 2009-03-13 06:26:46
Edit :
Quote
@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 ]
--
Posted: 2009-03-13 13:14:47
Edit :
Quote
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)
--
Posted: 2009-03-14 09:27:41
Edit :
Quote
New Topic
Reply