Sony Ericsson / Sony : Software, Firmware and Drivers : supermode driver for C702/C510/C902/K850? FAILED
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> supermode driver for C702/C510/C902/K850? FAILED
Bookmark topic
On 2009-04-03 12:07:48, Raiderski wrote:
exposures longer than 2s are working?
No! Shutter both manual and automatic shutter doesn't work more than 2 seconds
--
Posted: 2009-04-04 00:54:20
Edit :
Quote
On 2009-03-31 16:34:47, code28h4p wrote:
Is there any development for C702 camdriver? (Base on R3EA037 please)
I want to konw,too.
--
Posted: 2009-04-05 03:11:14
Edit :
Quote
On 2009-04-03 12:07:48, Raiderski wrote:
exposures longer than 2s are working?
the phone only work with 2 sec. no more then that and also for fast speed shutter only go up to 1/6000 no more then that
i try that my self
--
Posted: 2009-04-07 11:15:15
Edit :
Quote
why i must buy an A2
--
Posted: 2009-05-23 16:00:12
Edit :
Quote
On 2009-05-23 16:00:12, Die wrote:
why i must buy an A2
What is the problem?
[ This Message was edited by: pohuman on 2009-05-26 12:02 ]
--
Posted: 2009-05-26 13:02:20
Edit :
Quote
there's no supermode
--
Posted: 2009-05-26 16:49:38
Edit :
Quote
On 2009-04-07 11:15:15, ta_power wrote:
On 2009-04-03 12:07:48, Raiderski wrote:
exposures longer than 2s are working?
the phone only work with 2 sec. no more then that and also for fast speed shutter only go up to 1/6000 no more then that
i try that my self
why it was just up to 1/5000s on my phone..how did u do that? changed the fps value?
--
Posted: 2009-06-02 03:57:17
Edit :
Quote
who can tell me the function of $c1~$c8 and $p1~$p8 reg for K850 camdriver??? help~~
the start of manual focus code in HS video mode:
$c8 01 //if in HS videi mode?
$p1 07
$c1 01
I can't understand the mode code $c8 01,if we want to change it to sence mode(for example:normal mode),how can we write this code?
thanks~
[ This Message was edited by: fpxf on 2009-06-15 12:37 ]
--
Posted: 2009-06-15 13:31:40
Edit :
Quote
On 2009-06-15 13:31:40, fpxf wrote:
who can tell me the function of $c1~$c8 and $p1~$p8 reg for K850 camdriver??? help~~
the start of manual focus code in HS video mode:
$c8 01 //if in HS videi mode?
$p1 07
$c1 01
I can't understand the mode code $c8 01,if we want to change it to sence mode(for example:normal mode),how can we write this code?
thanks~
[ This Message was edited by: fpxf on 2009-06-15 12:37 ]
$c8 01 checks if camera is currently running in video camera or still camera mode, 01 stands for video camrea mode
If camera is in video mode, we then put the current value of property 7 (night mode ) into register 1 for comparison.
$c1 01 checks if night mode is turned on (01 stands for night mode turned on)
To find out which scene is currently selected, use:
$p1 10
$c1 00 //If Auto scene (use 01 for portrait scene, 02 for landscape, etc.)
//your code goes here for the auto scene
$cl //else
//your code goes here if any other scene is selected
$cx //end if
--
Posted: 2009-06-15 13:55:17
Edit :
Quote
who can tell me how to limit on ISO64?? The value of ISO64.
--
Posted: 2009-06-18 04:54:01
Edit :
Quote
New Topic
Reply