Esato Mobile
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
Page <  123 ... 789 ... 171819>

number1 Posts: > 500

SET_ISO=
$c0 00
$s8 00 #COM_EVENT(02,00) #UPDATE_WB
$cl
$c0 01
$s8 01 #SET_REG(2a,01) #COM_EVENT(02,04) #UPDATE_WB #SET_REG(40,01) #WB_ISO100 //iso 100
$cl
$c0 02
$s8 02 #SET_REG(2a,02) #COM_EVENT(02,04) #UPDATE_WB #SET_REG(40,02) #WB_ISO100 //iso 125
$cl
$c0 03
$s8 03 #SET_REG(2a,03) #COM_EVENT(02,04) #UPDATE_WB #SET_REG(40,03) #WB_ISO100 //iso 160
$cl
$c0 04
$s8 04 #SET_REG(2a,04) #COM_EVENT(02,04) #UPDATE_WB #SET_REG(40,04) #WB_ISO200 //iso 200
$cl
$c0 05
$s8 05 #SET_REG(2a,05) #COM_EVENT(02,04) #UPDATE_WB #SET_REG(40,05) #WB_ISO200 // iso 250
$cl
$c0 06
$s8 06 #SET_REG(2a,06) #COM_EVENT(02,04) #UPDATE_WB #SET_REG(40,06) #WB_ISO200 // iso 320
$cl
$c0 07
$s8 07 #SET_REG(2a,07) #COM_EVENT(02,04) #UPDATE_WB #SET_REG(40,07) #WB_ISO400 // iso 400
$cl
$c0 08
$s8 08 #SET_REG(2a,08) #COM_EVENT(02,04) #UPDATE_WB #SET_REG(40,08) #WB_ISO400 // iso 500
$cl
$c0 09
$s8 09 #SET_REG(2a,09) #COM_EVENT(02,04) #UPDATE_WB #SET_REG(40,09) #WB_ISO400 // iso 640
$cx $cx $cx $cx $cx $cx $cx $cx $cx $cx;

the flash still refuses to fire, i'm using my own code i'm used to#COM_EVENT & #SET_REG so i didn't change them ,

super mode is quite bugged don't know it's just my poor attempt but
exposure controls don't work properly,
manual iso setting isn't saved,
saturation control goes black & white for a bit then saturation is controled,
zoom is fine
manual focus is fine
and my own full muiltple windows autofocus is fine.
--
Posted: 2008-02-02 16:25:20
Edit : Quote

Raiderski Posts: > 500

supermode code is good
remember that my prototype code is pure conception - it won't do anything for you. you must programme everything around seq_set_prop_19_x and #SET_FUNCTION. it wasn't my intention to give everything on hand but to show you how we can use zoom keys in different way

if something doesn't work as you want - fix you code. if still doesn't work - try to understand how exactly driver works. some things aren't so obvious as you think. patience and a lot of tests - priceless
--
Posted: 2008-02-02 17:07:58
Edit : Quote

pietropizzi Posts: 130


the flash still refuses to fire, i'm using my own code i'm used to#COM_EVENT & #SET_REG so i didn't change them ,

super mode is quite bugged don't know it's just my poor attempt but
exposure controls don't work properly,
manual iso setting isn't saved,
saturation control goes black & white for a bit then saturation is controled,
zoom is fine
manual focus is fine
and my own full muiltple windows autofocus is fine.


PLease check if you really defined the macros for #COM_EVENT & #SET_REG. They aren't defined in the prototype, they are replaced (not copied !) by CMD and SET.
The code works for me, Flash fires and ISO is set.

ISO is not remembered because NOTHING is rememberd at the moment. There's no storage REG for any parameter. All has to set one after another.

The settings for saturation and exposure are OK.
They just start at STEP 1 with their most negative value,
so EXP is -2 and Color is B/W.
When we're able to store settings, it would be possible to put 0 or the default value in the middle of the slider to get a more "tv-remote-control" - feeling.


On 2008-02-02 10:09:00, a_amirfarzam wrote:
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

You can use it with Prototype V2, just ISO features will be missing.
This patch was also made to show 1) whats possible and 2) because I like painting
But as Raider told you can also wait for 6.1 and I'll adapt my patch accordingly. I'm excited what he's cooking !

[ This Message was edited by: pietropizzi on 2008-02-02 17:08 ]
--
Posted: 2008-02-02 17:57:34
Edit : Quote

number1 Posts: > 500

i finally fixed manual iso bug by editing property 17, still a couple bugs remain
exposure controls don't work properly,
saturation control goes black & white for a bit then saturation is controled,
no setting is correctly saved and reset.
--
Posted: 2008-02-02 18:28:20
Edit : Quote

pietropizzi Posts: 130

This is my idea of Zoom Preview on HalfPressed:

// half release
// =====================================================
// 0 = go to infinity, 1 = AE lock, no AF, ACC unlock

seq_set_prop_1c_0=
$p5 00
$c5 09 #CMD(61,40) // Zoom out again
$cl
#CHANGE_MODE(34,01)
#MF_GET
$c0 00 // if AF
#CMD(43,00)
$cx $cx;

seq_set_prop_1c_1=

$p5 00
$c5 09 #CMD(61,0a) // 6.4x Zoom for closer view
$cl
#CHANGE_MODE(31,02)
#CAPTURE_EVENT
$cx;

Works, but following Problems:

- it' just preview, you have to release to set next focus step and then HalfPress again to check result
- Shooting is not recommended, it's better to switch stick to other function first

--
Posted: 2008-02-03 13:04:43
Edit : Quote

Raiderski Posts: > 500

half release is not good idea. i'm using AF (prop_a) like in 2MP camdriver

BTW.
BestPic with focus infinity -> AE lock is working
auto scene with focus infinity -> AE lock doesn't work

half release isn't called? someone did something with this?
--
Posted: 2008-02-03 23:01:08
Edit : Quote

pietropizzi Posts: 130


On 2008-02-02 18:28:20, number1 wrote:
i finally fixed manual iso bug by editing property 17.....

Now I also have problem that flash doesn't fire when setting manual ISO 100.
No matter if AUTO, Portrait or TW-Portrait.
The pricture is almost black.....
At other ISO steps (200...) flash fires !
I checked the settings in my ISO-Function, I don't see errors....
But I have pictures before weekend where ISO100+Flash worked, I re-checked EXIF.
Strange...... I don't want to misuse DOC for getting my desired ISO100....
--
Posted: 2008-02-08 07:22:18
Edit : Quote

sacirxposed Posts: 168

pleasse send me a link where can I downlaod this cam driver for my K800i
--
Posted: 2008-02-08 15:30:05
Edit : Quote

Raiderski Posts: > 500

sacirxposed
are you modder?
--
Posted: 2008-02-08 15:37:31
Edit : Quote

sacirxposed Posts: 168

no Im not moder, why?
--
Posted: 2008-02-09 00:21:54
Edit : Quote
Page <  123 ... 789 ... 171819>

New Topic   Reply
Forum Index

Esato home