Author |
All about camdriver modding (for modders) |
jjokeris Joined: Mar 08, 2008 Posts: 54 From: Athens-Greece PM |
ok,I managed to have high shutter speed....a second question...how can I decrease saturation in flash pics.I think we can make a disaturated (b&w) pic.I placed low values in event 58 in Prop. 23 and lower color temperature but still too much color.
K8001-R8BF003-cam No1 drv v3-disp drv No1 v2.5-My menu-font:Monotype Corsiva-Patch:Bat-rad-sig-bt-jav etc-techmode-bat mode...and still alive |
|
jjokeris Joined: Mar 08, 2008 Posts: 54 From: Athens-Greece PM |
Does anyone has any ideas about my question?
K8001-R8BF003-cam No1 drv v3-disp drv No1 v2.5-My menu-font:Monotype Corsiva-Patch:Bat-rad-sig-bt-jav etc-techmode-bat mode...and still alive |
SonarikK510 Joined: Oct 15, 2007 Posts: 156 From: Saratov, Russia Federation PM |
CMD(5B,00) are working only on K750? If this, where i can see examples of her work?
W610 + M2 512Mb + HBH-DS970 + Patches + Flash menus + Language edit + Most High Quality camdriver ( by me  ) + many other...... |
number1 Joined: Sep 12, 2007 Posts: > 500 From: UK,kent,Sittingbourne PM |
On 2008-07-01 20:29:55, SonarikK510 wrote:
CMD(5B,00) are working only on K750? If this, where i can see examples of her work?
should also work in the k550i there cams arent that much different, it turns the bilnear filter off which results in sharper pictures. |
SonarikK510 Joined: Oct 15, 2007 Posts: 156 From: Saratov, Russia Federation PM |
So, where i can see examples of his work? On K750?
W610 + M2 512Mb + HBH-DS970 + Patches + Flash menus + Language edit + Most High Quality camdriver ( by me  ) + many other...... |
avril988 Joined: Mar 08, 2008 Posts: 43 From: Earth PM |
@ number1
could u help us go through a supermode camdriver on k770?
-Peace- |
killem Joined: Dec 12, 2007 Posts: 58 From: Kyiv, Ukraine PM, WWW
|
Why K550 camera module not using night property mode?
Code:
| //******************************************
// Night mode, property 7 *****
//******************************************
seq_set_prop_7_0=
$\"Arthur_property_7_0\"
// #COM_EVENT(03,28) // Slowshutter locked at min 20 fps => 10 fps draft mode
#SET_REG(08,3C) // 30fps => Normal mode
#CHANGE_MODE(34,81); // Transition to draft mode, use each 2 frame
seq_set_prop_7_1=
$\"Arthur_property_7_1\"
// #COM_EVENT(03,0A) // Slowshutter locked at 5 fps draft mode
#SET_REG(08,1E) // 15fps, Dark mode
#CHANGE_MODE(34,01); // Transition to draft mode, use every frame |
|
It using only seq_set_prop_7_0, not seq_set_prop_7_1.
I tested it with macros (only for K550):
Code:
| TEST = $go 31 1 $d03e8 $go 31 0; |
|
|
se.kuttan Joined: Nov 27, 2008 Posts: 23 PM |
can somebody please teach the code for editing camdrivers?
like conditional statements, set, read commands, etc.?
I have some knowledge of assembly lang programming, etc
thanks in advance |
jaskooo Joined: Oct 27, 2003 Posts: 34 PM |
It's original camdriver V2.6, nothing special |
Mr.Kája Joined: Mar 22, 2007 Posts: 180 PM |
Good evening,
I would like to ask about flash in c702. With longer exp., flash is after almost 1s turned off, and in a moment again turns on...how to keep the flash for a longer time, like we saw it in latest k750 moded drivers?
This situation is only in night modes (portrait and lanscape) in N1. Linked file is original driver, its easier to understand it. This driver could be quite similar to c902 ones (maybe k850 and 905).
http://preview.tinyurl.com/88yxcj
I would like just to know, how it could be done:o) Thx for answers.
Nowadays, I'm enjoying Elm, fw R7BA076. And here camdriver database for k750/w800/w810: www.camdrivers.wz.cz  |
3_nity Joined: Jul 25, 2008 Posts: 187 PM |
Hi... All
I have K550, but every take picture, result of image is out of focus. What's wrong with my driver? Thx  |
lingweiz Joined: Feb 06, 2009 Posts: 3 PM |
it would probley take about 200kb to notice a small difference, i prefer having bigger file sizes.
[ This Message was edited by: lingweiz on 2009-02-06 08:14 ] |
semo Joined: Sep 20, 2004 Posts: 182 From: Groningen -> Leuven -> Caen PM |
Can anyone of you here tell me about the longest possible (manual) exposure time setting for new SE phones, e.g. C905?
Is there a limit? like only up to 1/2 s?
I want to buy a new SE camera phone but long exposure (15 s) is a must for me.
Thanks |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
2s is all we have. I don't think that C905 can bring something new is this matter. if you want more than 4s you should go out of cameraphones range
|
semo Joined: Sep 20, 2004 Posts: 182 From: Groningen -> Leuven -> Caen PM |
On 2009-02-06 11:39:11, Raiderski wrote:
2s is all we have. I don't think that C905 can bring something new is this matter. if you want more than 4s you should go out of cameraphones range
Thanks for your reply!
2 seconds is not very bad, is the limitation coming from processing power/memory issues or is it just a lower-level software limit?
If it is the former then I would expect the limit to be increased with newer phones.
[ This Message was edited by: semo on 2009-02-06 10:51 ] |
|