Esato Mobile
Sony Ericsson / Sony : Software, Firmware and Drivers : Modded Camera Driver for k800i/k810i
> New Topic
> Reply
< Esato Forum Index > Sony Ericsson / Sony > Software, Firmware and Drivers > Modded Camera Driver for k800i/k810i Bookmark topic
Page <  123 ... 293294295 ... 345346347>

LaurensB Posts: 35


On 2008-01-17 14:35:18, killerPK wrote:
Anyone tried changing the 13Mhz(32C8) clockspeed to 15(3A98) or 20Mhz(4E20) ?


Just tried that Didn't work.


On 2008-01-17 14:41:46, pietropizzi wrote:

On 2008-01-17 14:29:51, LaurensB wrote:
Hacked Number12.95 with manual focus and the other WIP code :

Credit's go to the authors, not me.

An example with manual focus :

Yes, yes it's not the best picture so go out and make some better We do now have the tools!


Good to use it ! But iI took Standard driver because there arent any colorgain or sharpness setiings hidden.

But if you mod already modded drivers, take care if the 55,56,58 parameters aren't used somewhere else again, so your manaul stick setting will be overwritten then ! Do a search for thhem first!

I think MF could be used for mybe take spider on water surface, how would you AF that


It's not ment to be used as a serious improvement, just a quick way for those that love to try out new features! I'm sure number1 and the other great camera coders are following your developments with an eager want to use it! And they can implent it way better than I can

Just tested your new code btw! Works great, the 32x zoom works as far as I can tell (no way to say for sure if it's really 32x ) and I can get a really nice out of focus picture so I think the settings are saved

[ This Message was edited by: LaurensB on 2008-01-17 13:52 ]

[ This Message was edited by: LaurensB on 2008-01-17 13:56 ]
--
Posted: 2008-01-17 14:45:20
Edit : Quote

killerPK Posts: 252


On 2008-01-17 14:41:30, number1 wrote:
over clocking the MHZ will allow for higher fps bugless video recording but will also heat up the phone, the phone will get very hot.


So how much do you think we can increase the clockspeed so that it doesnt get too hot? 15 or 16Mhz fine?
--
Posted: 2008-01-17 14:56:46
Edit : Quote

Raiderski Posts: > 500

#COM_EVENT(11,00) is realtime WB update (that's why it's called auto)
#COM_EVENT(11,01)
#COM_EVENT(11,80) both are WB lock (can be used as permanent auto WB off)

ok, i know that auto WB isn't ideal but locking it permanently? i don't know... for now i will not touch WB settings

--
Posted: 2008-01-17 14:59:53
Edit : Quote

jomateixa Posts: > 500


On 2008-01-17 14:59:53, Raiderski wrote:
#COM_EVENT(11,00) is realtime WB update (that's why it's called auto)
#COM_EVENT(11,01)
#COM_EVENT(11,80) both are WB lock (can be used as permanent auto WB off)

ok, i know that auto WB isn't ideal but locking it permanently? i don't know... for now i will not touch WB settings




I agree, for me the only good solution is the ability to put it off/on on the fly
--
Posted: 2008-01-17 15:04:00
Edit : Quote

number1 Posts: > 500

#COM_EVENT(11,80) is OFF not lock or anything, i got it from the t650 camdriver, loads of things are turned off, this is from the t650i driver
sharpness off #WR_REG(21, 80), whitebalance off #WR_REG(14, 80),
see
//**************************************************
// Digital Sharpening, property 21
//
// 0 => Off +1 2 =>+2 3 => +3
// 4 => +4 5 => +5 6 => Auto
//**************************************************
seq_set_prop_15_0 = #WR_REG(21, 80); seq_set_prop_15_1 = #WR_REG(21, 00);
seq_set_prop_15_2 = #WR_REG(21, 01);
seq_set_prop_15_3 = #WR_REG(21, 02);
seq_set_prop_15_4 = #WR_REG(21, 03);
seq_set_prop_15_5 = #WR_REG(21, 04);
seq_set_prop_15_6 = #WR_REG(21, 40);



--
Posted: 2008-01-17 15:04:49
Edit : Quote

Mike2 Posts: 322


On 2008-01-17 14:29:51, LaurensB wrote:
Hacked Number12.95 with manual focus and the other WIP code :

http://files.myopera.com/LaurensB/files/camdriver0.dat

Credit's go to the authors, not me.

An example with manual focus :
[img]
http://files.myopera.com/LaurensB/files/DSC00597.jpg
[/img]

Yes, yes it's not the best picture so go out and make some better We do now have the tools!



I can't take a colour pic with this driver.
How did you take a colour picture?
Enabling B&W allows me to MF, but the resulting pics are always B&W
--
Posted: 2008-01-17 15:14:35
Edit : Quote

pietropizzi Posts: 130


Works great, the 32x zoom works as far as I can tell (no way to say for sure if it's really 32x ) and I can get a really nice out of focus picture so I think the settings are saved


Take care its in fact 3,2x (look at the code)

EDIT: Enabling B&W allows me to MF, but the resulting pics are always B&W

Of course ! The BW Effect itself isn't disabled (easy to do that if you want). You have to switch back to Normal (no effect) after setting !

[ This Message was edited by: pietropizzi on 2008-01-17 14:51 ]

[ This Message was edited by: pietropizzi on 2008-01-17 14:52 ]
--
Posted: 2008-01-17 15:22:25
Edit : Quote

Raiderski Posts: > 500

T650 sensor is Foxconn. most of registers and values are different thus they cannot be applied in Sony sensor with the hope that they'll work for sure exactly as in Foxconn. this is very simple thing for me and there is no reason to discuss about this. if you permanently set 01/80 no matter of value result will be the same - auto WB doesn't work after camera open. so "lock" or "off" naming conventions are unimportant in this case
--
Posted: 2008-01-17 15:46:19
Edit : Quote

Mike2 Posts: 322


On 2008-01-17 15:22:25, pietropizzi wrote:

Take care its in fact 3,2x (look at the code)

EDIT: Enabling B&W allows me to MF, but the resulting pics are always B&W

Of course ! The BW Effect itself isn't disabled (easy to do that if you want). You have to switch back to Normal (no effect) after setting !


Aha, thanks for the information
Would it be possible to disable the B&W effect only on document mode?
--
Posted: 2008-01-17 16:39:12
Edit : Quote

Kriomag Posts: > 500

im just curious: what is the buffer limit in k800? in k750i its ~616kB
--
Posted: 2008-01-17 16:51:26
Edit : Quote
Page <  123 ... 293294295 ... 345346347>

New Topic   Reply
Forum Index

Esato home