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
djsquare
C902 don't have synchro problems. LED as always is weak, that's all
you can increase ISO sensitivity when LED is enabled
seq_get_prop_a -> #SET_REG(95,01) [macro on] and #SET_REG(95,04) [macro off]
I don't know nothing about control of LED intensity or power
longer shutter speed of course can help
tolyo
sorry but I don't want to touch colors in K850. I don't have the phone, Strong have, Brazuka too, they can do much more than me
--
Posted: 2009-03-19 15:25:53
Edit :
Quote
On 2009-03-19 15:25:53, Raiderski wrote:
djsquare
C902 don't have synchro problems. LED as always is weak, that's all
you can increase ISO sensitivity when LED is enabled
seq_get_prop_a -> #SET_REG(95,01) [macro on] and #SET_REG(95,04) [macro off]
I don't know nothing about control of LED intensity or power
longer shutter speed of course can help
tolyo
sorry but I don't want to touch colors in K850. I don't have the phone, Strong have, Brazuka too, they can do much more than me
Ohhh really appreciate for ur help..Plz keep on posting about the commands which controls the respective functions.....
I am trying the new frimware cam drive which is R3E. The nise is been decreased to good limit but still looking to decrease more noise in daylight...
Any suggestion to avoid noise
--
Posted: 2009-03-19 15:32:49
Edit :
Quote
How bout enhanced mode in C702?
And how bout to change shutter speed become more longer (night landscape and night portrait).
Number1 has succesfully change night landscape to 1 sec and change EV to manual ISO (started from 100 at 0.0), but it's not enough for me, i always love (and so...missed it) a combination of 2 sec shutter speed with ISO100.
--
Posted: 2009-03-19 18:25:00
Edit :
Quote
number1
didn't we tried to implement EM in C702? I'm not sure, do you have any idea in which thread our discussion can be?
--
Posted: 2009-03-19 19:39:31
Edit :
Quote
On 2009-03-18 13:47:17, brazuka wrote:
Yes . look and read Table Color Correction WB and Color Correction Xenon Flash
http://www.esato.com/board/viewtopic.php?topic=169423&start=105
All functions are working and with their features 100% functional, respecting their limitations by firmware or by hardware (sensor).
Functions Seetings for this sensors:
->Manual Shutter Speed Slow ok avaliable
->Manual Shutter Speed Xenon Flash ok avaliable
->FPS ONLY VIDEO RECORDING! ok avaliable
->Contrast ok avaliable
->Exposure ok avaliable
->Focus (works only for infinite) ok avaliable
->Brightness ok avaliable
->Sharpness ok avaliable
->Colors Saturation ok avaliable
->Hue ok avaliable
->Manual ISO ok
->Manual ISO Xenon Flash ok avaliable
->Manual Color Correction WB ok avaliable
->Manual Color Correction Xenon Flash ok avaliable
->Gamma ???
ok. But I am not able to approve correct codes! Do you help us?[ This Message was edited by: tolyo on 2009-03-19 19:14 ]
--
Posted: 2009-03-19 20:13:03
Edit :
Quote
raider
We must wait for number1 to give feedback or would u make it on your own? Maybe we have start any discussion bout c702 camdriver on its own thread.
--
Posted: 2009-03-20 04:30:25
Edit :
Quote
code28h4p
I remembered that we had tried to do EM some months ago didn't worked. no good reason to try again. instead of EM it's better to try hybrid EM from my K800 driver which is also good. let's stay in this topic, hybrid can be used in C902 and K850 too
--
Posted: 2009-03-20 13:13:10
Edit :
Quote
Ok...i'll wait for hybrid mode then...still can't forget how my K810i work with hybrid EM.
Normal is Fine and Fine become enhanced mode, did it? And then...did more slow shutter speed in night landscape could be done?
--
Posted: 2009-03-20 14:58:22
Edit :
Quote
code28h4p
try this and let me know if anything will happen
1. find seq_set_prop_5 lines and change to:
Code:seq_set_prop_5_0 = $sf.05 0 $sf.0e 0;
seq_set_prop_5_1 = $sf.05 0 $sf.0e 1;
from now:
- quality 'normal' = EM
disabled, fine jpeg compression settings used
- quality 'fine' = EM
enabled
2. find seq_vf_start, insert empty line above and paste:
Code:EM_SET=
$cf.0e 1
$cf.0f 0
$sf.0f 1
#READ_REG(2a,$r2 1 1)
$m0 1 $/0 28
$c0 00
$m0 1 $/0 03
$c0 00
$cl
$s5 40
$-5 r1
$sf.02 1
#CHANGE_MODE(34,01)
#COMMAND(04,$w5)
$cx
$cx
$cx
$cx;
EM_UNSET= #COMMAND(04,00);
3. find seq_vf_start again, below find line $s6 00, insert empty line above this command and paste:
Code:$sf.0f 0
#EM_UNSET
4. find seq_ss_start, insert empty line below and paste:
Code:#EM_SET
[ This Message was edited by: Raiderski on 2009-03-24 20:56 ]
--
Posted: 2009-03-24 21:54:26
Edit :
Quote
Thanx raider, i will try it later, as soon as possible i got to home due i'm in office now
--
Posted: 2009-03-25 02:05:58
Edit :
Quote
New Topic
Reply