Sony Ericsson / Sony : Software, Firmware and Drivers : All about camdriver modding (for modders)
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> All about camdriver modding (for modders)
Bookmark topic
@ number1
could u help us go through a supermode camdriver on k770?
--
Posted: 2008-07-04 04:53:59
Edit :
Quote
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;
--
Posted: 2008-08-07 15:09:43
Edit :
Quote
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
--
Posted: 2008-12-17 14:21:25
Edit :
Quote
It's original camdriver V2.6, nothing special
--
Posted: 2008-12-17 19:57:56
Edit :
Quote
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.
--
Posted: 2009-01-02 17:30:47
Edit :
Quote
Hi... All
I have K550, but every take picture, result of image is out of focus. What's wrong with my driver? Thx
--
Posted: 2009-02-06 08:42:14
Edit :
Quote
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 ]
--
Posted: 2009-02-06 09:12:51
Edit :
Quote
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
--
Posted: 2009-02-06 11:33:02
Edit :
Quote
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
--
Posted: 2009-02-06 11:39:11
Edit :
Quote
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 ]
--
Posted: 2009-02-06 11:50:25
Edit :
Quote
New Topic
Reply