Sony Ericsson / Sony : Software, Firmware and Drivers : first prototype (v2) of supermode camdriver for K790/K800/K810
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> first prototype (v2) of supermode camdriver for K790/K800/K810
Bookmark topic
On 2008-02-01 21:11:38, number1 wrote:
i don't want to force it, just so it fires on auto like normal and for some reason it's not.
Maybe it's Revenge of Reg8 !
No, joking....
Try this:
SET_ISO=
$c0 00
$s8 00 #CMD(02,00) #UPDATE_WB
$cl
$c0 01
$s8 01 #CMD(03,04) #SET(2a,01) #CMD(02,04) #UPDATE_WB #SET(40,01) #WB_ISO100 //iso 100
in Raiders code there is CMD and SET used, I think that's it
I used that code above and it worked in AUTO. (had to use MF because AF didn't get green)
I got ISO100 + FLASH + 1/250 Shutter
What I would like is something like Quick-Party-Shot-Mode
Means:
MF setting to fixed ~2m
FLASH forced
good ISO/shutter (noise) level
I hate blurry Party images because AF not working right.
With fixed MF I would know how to shoot out of pocket without care too much of settings....
--
Posted: 2008-02-01 22:37:30
Edit :
Quote
On 2008-02-01 20:38:35, pietropizzi wrote:
With the following code there are 4 ISO steps fitting to my code posted before so the marker acts as selection-tool
#SC_VALUE
$p5 00
$c5 0c
$*0 0f
$s1 40 // steps: 0f = 4 (ISO)
$-1 r0
$m0 1
$cl
$*0 02 $s1 40 $-1 r0 $m0 1 $cx
$s3 00 $s2 00 $s1 00;
Where exactly should this code go?
I couldn't figure it out
--
Posted: 2008-02-02 00:18:52
Edit :
Quote
so patch is complete.. now supercamdriver needs to be fine tuned.. right?
edit: macro and document mode shots get vay vay vay to overexposed. iven if iso is 100 :/
edit 2: a zoom preview of MF would be nice lets say 6-8x
[ This Message was edited by: norbi_nw on 2008-02-02 00:19 ]
--
Posted: 2008-02-02 01:13:18
Edit :
Quote
Could this be done for k550i/w610i?
--
Posted: 2008-02-02 07:24:56
Edit :
Quote
On 2008-02-01 21:25:16, Raiderski wrote:
30 steps (like in 2MP camdrv) is my final decision. previously 20 was only because of no continuous slider. fixed zoom and focus values:
Code:
ZOOM_X2= $s1 46 $-1 r0 $ZOOM_X4= $s1 0a $2 1 $+1 r2 $/1 r0;
ZOOM_X8= $s1 09 $
SET_ZOOM=
$+0 0a // start x1.0
#VIDEO_MODE
$c5 00 // if snapshot
#ZOOM_X4
$cl // else VR
#ZOOM_X4
$cx
$m5 1
#CMD(61,$w5);
// focus
SET_FOCUS=
$c0 00
$s5 00
#MF_UNSET
$cl
$m5 0 $+5 02
#MF_SET
$cx
#CMD(43,$w5);
now i will try to implement more features from 2MP camdriver
a_amirfarzam
i'm happy with my FW version

i don't use additional patches (only no simlock and camdrv to other). driver is one for all, so no matter of FW result should be this same
OK,

Can we use of this patch (zoombar_supermode_v8_trans_MarkV2.rar) for your driver ?
or
wich driver i must be use for this patch ?
thaaaaaaaanks
--
Posted: 2008-02-02 10:09:00
Edit :
Quote
On 2008-02-02 00:18:52, Mike2 wrote:
On 2008-02-01 20:38:35, pietropizzi wrote:
With the following code there are 4 ISO steps fitting to my code posted before so the marker acts as selection-tool
#SC_VALUE
$p5 00
$c5 0c
$*0 0f
$s1 40 // steps: 0f = 4 (ISO)
$-1 r0
$m0 1
$cl
$*0 02 $s1 40 $-1 r0 $m0 1 $cx
$s3 00 $s2 00 $s1 00;
Where exactly should this code go?
I couldn't figure it out
Open camdriver0.dat in notepad
Search for section:
// linear zoom -> continuous super control action
There replace:
#SC_VALUE
$*0 02 $s1 40 $-1 r0 $m0 1
$s3 00 $s2 00 $s1 00;
with
#SC_VALUE
$p5 00
$c5 0c
$*0 0f
$s1 40 // steps: 0f = 4 (ISO)
$-1 r0
$m0 1
$cl
$*0 02 $s1 40 $-1 r0 $m0 1 $cx
$s3 00 $s2 00 $s1 00;
--
Posted: 2008-02-02 10:17:36
Edit :
Quote
Thanks, works fine
--
Posted: 2008-02-02 13:32:03
Edit :
Quote
norbi_nw
right
1. because for me "document" scene are letters on plain background (high contrast). i do not link macro photography with document - those are 2 different things
2. x4 on/off on demand, done long time ago (not in prototype)
gunsnroses
yes, this is only in k550 modders hands
a_amirfarzam
i don't know

i don't use any slide bar patch (yet). you better wait for regular (v6.1) release
--
Posted: 2008-02-02 14:26:00
Edit :
Quote
half pressed shutter wont do anything (zoomed preview).. did u change the key for zoom preview when MF ?
--
Posted: 2008-02-02 15:03:27
Edit :
Quote
norbi read again... "(not in prototype)"

wait for regular release (v6.1)
--
Posted: 2008-02-02 15:30:23
Edit :
Quote
New Topic
Reply