Esato Mobile
Sony Ericsson / Sony : Software, Firmware and Drivers : C901 Mini Manual Mode [M3] Camdriver
> New Topic
> Reply
< Esato Forum Index > Sony Ericsson / Sony > Software, Firmware and Drivers > C901 Mini Manual Mode [M3] Camdriver Bookmark topic
Page <  123 ... 8910 ... 131415>

mochuothp Posts: 414

thanks for your answer Jigonx
i don't know if this is helpful
i found it in my driver of c902
ISO

ISO_AUTO =
#TO_DRAFT
$s6 00
#COM_EVENT(08,00)
#SET_REG(95,03)
#COM_EVENT(02,00)
#COM_EVENT(5A,01);

ISO100 =
#TO_DRAFT
$s6 01
#SET_REG(61,01)
#SET_REG(95,01)
#COM_EVENT(02,04)
#COM_EVENT(5A,01);

ISO125 =
#TO_DRAFT
$s6 02
#SET_REG(61,02)
#SET_REG(95,02)
#COM_EVENT(02,04)
#COM_EVENT(5A,01);

ISO160 =
#TO_DRAFT
$s6 03
#SET_REG(61,03)
#SET_REG(95,03)
#COM_EVENT(02,04)
#COM_EVENT(5A,01);

ISO200 =
#TO_DRAFT
$s6 04
#SET_REG(61,04)
#SET_REG(95,04)
#COM_EVENT(02,04)
#COM_EVENT(5A,01);

ISO250 =
#TO_DRAFT
$s6 05
#SET_REG(61,05)
#SET_REG(95,05)
#COM_EVENT(02,04)
#COM_EVENT(5A,01);

ISO320 =
#TO_DRAFT
$s6 06
#SET_REG(61,06)
#SET_REG(95,06)
#COM_EVENT(02,04)
#COM_EVENT(5A,01);

ISO400 =
#TO_DRAFT
$s6 07
#SET_REG(61,07)
#SET_REG(95,07)
#COM_EVENT(02,04)
#COM_EVENT(5A,01);

ISO500 =
#TO_DRAFT
$s6 08
#SET_REG(61,08)
#SET_REG(95,08)
#COM_EVENT(02,04)
#COM_EVENT(5A,01);

ISO640 =
#TO_DRAFT
$s6 09
#SET_REG(61,09)
#SET_REG(95,09)
#COM_EVENT(02,04)
#COM_EVENT(5A,01);

ISO800 =
#TO_DRAFT
$s6 0a
#SET_REG(61,0A)
#SET_REG(95,0A)
#COM_EVENT(02,04)
#COM_EVENT(5A,01);

ISO1000 =
#TO_DRAFT
$s6 0b
#SET_REG(61,0B)
#SET_REG(95,0B)
#COM_EVENT(02,04)
#COM_EVENT(5A,01);



night mode (2s)

seq_set_prop_10_3 = // Night
$sa 09
#TO_DRAFT
#SET_REG(64,2C) // SCENE_SLOW_SHUTTER = 35, 1/2
#SET_REG(22,01) // DRAFT_MIN_FRMRATE 1 fps
#SET_REG(02,02)
#SET_REG(60,2C)
#SET_REG(64,2C)
#SET_REG(77,2C)
#SET_REG(79,12)
#SET_REG(7A,0F)
#SET_REG(7C,12)
#COM_EVENT(06,00)
#COM_EVENT(54,00)
#COM_EVENT(55,FF)
#COM_EVENT(51,04) // Night scene
#UPDATE_WB
#NOT_DOC_MODE
#CHANGE_MODE(34,00)
$cf.00 1 // If imst mode
#CHANGE_MODE(35,00) // IS_DRAFT mode
$cl // Not in IS
$cx
;



--
Posted: 2009-12-19 03:08:12
Edit : Quote

jigonx Posts: 327


On 2009-12-19 03:08:12, chuotiutho wrote:
thanks for your answer Jigonx
i don't know if this is helpful
i found it in my driver of c902


thanks..
but sorry, syntax in C902/K850 camdriver is different with that in C901 camdriver. so can't use all that parameters in C901 driver ~_~

we must re-find all the value and register..
--
Posted: 2009-12-19 03:32:54
Edit : Quote

Goldmen Posts: > 500


On 2009-12-19 03:32:54, jigonx wrote:
we must re-find all the value and register..

And I hope there are no important commands in MAIN, I mean no_flash ISO, shutter speed etc.
As Raiderski wrote important actions are:
from driver - to hardware
from hardware - to driver - to hardware

and we don`t need something like:
from MAIN - to hardware
from hardware - to MAIN - to hardware
or something different.
[ This Message was edited by: Goldmen on 2009-12-19 09:22 ]

--
Posted: 2009-12-19 10:19:39
Edit : Quote

Raiderski Posts: > 500

hi,

registers in C901 driver are very similar to registers from K750. with #WRITE_REG(CATEGORY,..) they are even easier to read. I wouldn't be surprised if shutter speed = #WRITE_REG(03,04,xx)
--
Posted: 2009-12-19 11:52:37
Edit : Quote

imaticx Posts: 107

Can be switched off the light sensor on C901?
--
Posted: 2009-12-19 14:50:21
Edit : Quote

mriley Posts: > 500

The light sensor?? I think you mean the AF light this can be turned off in the camera menu
--
Posted: 2009-12-19 15:40:07
Edit : Quote

Junz Posts: > 500

@imaticx
If Light sensor that u mean for display brightness control, yes it can be turn off with patching.

@jigonx
didn't know if this real or just my feel that autofocus in lowlight become more slower than original camdriver.
--
Posted: 2009-12-19 15:49:10
Edit : Quote

Raiderski Posts: > 500

mriley
what about combination of manual ISO100 with +EV2.0, is this extending exposure time?
--
Posted: 2009-12-19 16:51:52
Edit : Quote

imaticx Posts: 107

@Junz
Yes, that display brightness control. Can you get me a link for patch?
--
Posted: 2009-12-19 18:29:23
Edit : Quote

Junz Posts: > 500

Im tried ISO100+EV2.0 give 1/2s, same with ISO100+EV0.0

@imaticx
You need to convert ur phone to brown first, and it not free.
With jjpatcher that pacth not work..
Sory i can give the tutorial link, but try search in se-nse.net for that.
[ This Message was edited by: Junz on 2009-12-19 17:33 ]

--
Posted: 2009-12-19 18:30:40
Edit : Quote
Page <  123 ... 8910 ... 131415>

New Topic   Reply
Forum Index

Esato home