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
thx
that's all in control matter. from now no more prototypes
--
Posted: 2008-01-31 14:04:32
Edit :
Quote
is the latest prototype stable?, have you solved all the problems i don't really know much about supermode drivers.
--
Posted: 2008-01-31 14:09:04
Edit :
Quote
every version is stable. the only thing which can be fixed is zoom function - i didn't matched correct values
--
Posted: 2008-01-31 14:26:42
Edit :
Quote
Thanks for V2 ! Great ! - I like the Slider, even that the code is more complicated now (for me

)
I implemented in supermode controls:
// FORCING ISO (when flash OFF or not needed)
SET_ISO=
$c0 00
$s8 00 #CMD(02,00) #UPDATE_WB
$cl
$c0 01
$s8 01 #SET(2a,01) #CMD(02,04) #UPDATE_WB
$cl
$c0 02
$s8 04 #SET(2a,04) #CMD(02,04) #UPDATE_WB
$cl
$c0 03
$s8 07 #SET(2a,07) #CMD(02,04) #UPDATE_WB
$cl
$c0 04
$s8 0a #SET(2a,0a) #CMD(02,04) #UPDATE_WB
$cl
$cx $cx $cx $cx $cx;
and call it in "CUSTOMIZE FUNCTIONS" with
$c1 0c #SET_ISO $cl
at EV +1
Works ! ISO is forced to 100,200,400 or 800 and shutter is adapted accordingly !
[ This Message was edited by: pietropizzi on 2008-01-31 20:50 ]
--
Posted: 2008-01-31 19:30:57
Edit :
Quote
Can we really force exposure with this driver?
I haven't tried this driver yet, that's why I'm asking...
--
Posted: 2008-02-01 01:18:23
Edit :
Quote
u pietropizzi really is a master of design,and Raiderski reviews comments without a gentleman of the functions each step is renew refreshing, good job to all of you who develop and try to correct the limitation of the drivers of sony.
Good job for all of you developers and to do things for pleasure for happiness.
All modders are in congratulations
--
Posted: 2008-02-01 02:46:29
Edit :
Quote
what about having a few more iso's to choose from
SET_ISO=
$c0 00
#CMD(02,00) #UPDATE_WB
$cl
$c0 01
#SET(2a,01) #CMD(02,04) #UPDATE_WB //iso 100
$cl
$c0 02
#SET(2a,02) #CMD(02,04) #UPDATE_WB //iso 125
$cl
$c0 03
#SET(2a,03) #CMD(02,04) #UPDATE_WB //iso 160
$cl
$c0 04
#SET(2a,04) #CMD(02,04) #UPDATE_WB //iso 200
$cl
$c0 05
#SET(2a,05) #CMD(02,04) #UPDATE_WB // iso 250
$cl
$c0 06
#SET(2a,06) #CMD(02,04) #UPDATE_WB // iso 320
$cl
$c0 07
#SET(2a,07) #CMD(02,04) #UPDATE_WB // iso 400
$cl
$c0 08
#SET(2a,08) #CMD(02,04) #UPDATE_WB // iso ????
$cl
$c0 09
#SET(2a,09) #CMD(02,04) #UPDATE_WB // iso 640 (i think)
$cx $cx $cx $cx $cx $cx $cx $cx $cx $cx;
--
Posted: 2008-02-01 10:13:20
Edit :
Quote
On 2008-02-01 01:18:23, Mike2 wrote:
Can we really force exposure with this driver?
I haven't tried this driver yet, that's why I'm asking...
Just try it !
If you want ISO forcing you have to put my or number1's code (thx for inbetween steps!) into the driver.
ISO forcing works, EXIF Data shows it and the different ISO settings are clearly visible in less noise but darker pictures.
With first setting MF accordingly you can set EV selectior to ISO, set ISO 100
and press "right zoom" - "Shot" - "right zoom" - "Shot" sequence for ISO row !
--
Posted: 2008-02-01 11:01:10
Edit :
Quote
one word to both.. WOW! so now that it is almost done, where can i get it to do some tests. also the patch for the OSD (latest or the one before that) ?
--
Posted: 2008-02-01 11:47:04
Edit :
Quote
On 2008-02-01 11:47:04, norbi_nw wrote:
one word to both.. WOW! so now that it is almost done, where can i get it to do some tests. also the patch for the OSD (latest or the one before that) ?
The camdriver02.dat (Prototype V2) you can find the download link in first post !
Actual OSD-vkp I will upload when I'm home cause I'll do some changes concerning ISO values first.
On 2008-02-01 10:13:20, number1 wrote:
what about having a few more iso's to choose from
I think we should not forget $s8 xx in the code because 1) it is also in default code and 2) we maybe can use it later for marker remembering it's last position (last ISO value)
But maybe Raider also needs that Reg for his further improvements then we can't use it
[ This Message was edited by: pietropizzi on 2008-02-01 11:32 ]
--
Posted: 2008-02-01 12:16:19
Edit :
Quote
New Topic
Reply