Author |
C901 Mini Manual Mode [M3] Camdriver |
mochuothp Joined: Oct 11, 2008 Posts: 414 PM |
Mr Jigonx, can you edit your camdriver like this
|
|
Goldmen Joined: Oct 07, 2007 Posts: > 500 From: Bulgaria PM, WWW
|
On 2009-12-17 02:10:05, mriley wrote:
where is the xenon contrast settings? 
Would be more correct to say contrast property.
It`s not contrast correction, but just a bit increased
contrast in flash photos.
|
gedas5 Joined: Mar 10, 2007 Posts: 380 PM |
@ Jigonx
just wanted to thank you for the great camdriver! it's excellent and the photos in c901 photos thread speak for themselves thanx again for your work  |
mriley Joined: Oct 03, 2009 Posts: > 500 From: UK PM |
@Jigonx
Which feature would be easiest to have in next driver out of these?
Mix Color Menu (where you select a color and choose the saturation of it out of many colors)
Macro Only Focus
Non-xenon ISO
Longer shutter speeds
Hue Settings
Manual Contrast Settings
Brightness
Esato's Newbie of the year and Most Helpful Member 2010!  ------------------- Life is just a ride, enjoy it while you can |
jigonx Joined: Oct 16, 2007 Posts: 327 PM |
mriley wrote:
if its manual contrast settings you can change when taking a picture i can find it in the menus
sorry, i can't understand your words
it's not manual setting. i add the parameter contrast in xenon flash parameter (thank's to Goldmen for the idea )
if you want to change the value, you can change it directly inside the camdriver (using notepad):
under "seq_get_prop_17 =" find this parameter :
#WRITE_REG(02,25,XX). change XX with desired value from 00 - 05 (i think the max value is 03).
chuotiutho wrote:
Mr Jigonx, can you edit your camdriver like this
night (2s) --> still can't find the shutter speed parameter. so can't do this know.
Hue --> i think C901 don't need this.
cyan-red/yellow-purple --> already do this in K850 camdriver. it's not necessary in C901 because C901 color is accurate already, not like in K850. this parameter is not different as hue.
ISO --> this is important, but i still can't find the parameters.
mriley wrote:
@Jigonx
Which feature would be easiest to have in next driver out of these?
Mix Color Menu (where you select a color and choose the saturation of it out of many colors) --> i think this is not too different in function as white balance..
Macro Only Focus --> may be i can add this.
Non-xenon ISO --> important, but still can't find the parameters.
Longer shutter speeds --> important, but still can't find the parameters.
Hue Settings --> not need. the color is accurate enough.
Manual Contrast Settings --> not need. the contrast range is very little, from 00 to 03. so it will not make much different.
Brightness --> not need. same as increase EV.
so, now i try to concentrate in finding the ISO and shutter speed parameters.. others is not my priority because i don't have lots time. i really appreciate if other modder can help me
|
mochuothp Joined: Oct 11, 2008 Posts: 414 PM |
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
;
|
jigonx Joined: Oct 16, 2007 Posts: 327 PM |
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.. |
Goldmen Joined: Oct 07, 2007 Posts: > 500 From: Bulgaria PM, WWW
|
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 ] |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
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)
|
imaticx Joined: Nov 09, 2006 Posts: 107 From: Croatia PM |
Can be switched off the light sensor on C901?
|
mriley Joined: Oct 03, 2009 Posts: > 500 From: UK PM |
The light sensor?? I think you mean the AF light this can be turned off in the camera menu
Esato's Newbie of the year and Most Helpful Member 2010!  ------------------- Life is just a ride, enjoy it while you can |
Junz Joined: Jul 31, 2008 Posts: > 500 From: INA PM |
@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.
Nexus 4 + C901 |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
mriley
what about combination of manual ISO100 with +EV2.0, is this extending exposure time?
|
imaticx Joined: Nov 09, 2006 Posts: 107 From: Croatia PM |
@Junz
Yes, that display brightness control. Can you get me a link for patch?
|
Junz Joined: Jul 31, 2008 Posts: > 500 From: INA PM |
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 ] Nexus 4 + C901 |
|
Access the forum with a mobile phone via esato.mobi
|