Sony Ericsson / Sony : Software, Firmware and Drivers : All about camdriver modding (for modders)
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> All about camdriver modding (for modders)
Bookmark topic
On 2008-03-25 16:01:03, killem wrote:
easy use #COM_EVENT(51,04) iso will be limited to 250
It will be less or more than 250?
it will be anything up to iso 250 no more than 250.
--
Posted: 2008-03-25 16:07:25
Edit :
Quote
Number1
Please stop
You do not have a basement stop inventing things and cam copies of other drivers modders there is nothing new functionality in your drivers you can not explain anything... Camonn little child will go to watch some cartoon , or disney channel whatever
Come back to the school
Your drivers is so terrible
[ This Message was edited by: argento on 2008-03-25 15:50 ]
--
Posted: 2008-03-25 16:28:50
Edit :
Quote
Will this code work properly on K550?
Code:EM_IN_QUALITY= $-1 01;
EM_RATIO_NORMAL= $s0 40;
EM_RATIO_NIGHT= $s0 3d;
EM_UNSET=#COM_EVENT(04,00);
EM_SET=$p1 05
#EM_IN_QUALITY
$c1 00
#READ_REG(28,$r2 1 1)
$m0 1 $/0 28
$c0 00
$m0 1 $/0 03
$c0 00
$cl
$p0 07
$c0 01 #EM_RATIO_NIGHT
$cl #EM_RATIO_NORMAL
$cx
$-0 r1
#COMMAND(04,$w0)
$cx
$cx
$cx;
--
Posted: 2008-03-28 08:28:12
Edit :
Quote
EM code was used in K550 camdriver. search K550 camdriver thread for results
--
Posted: 2008-03-28 10:25:07
Edit :
Quote
Where can I find your drivers for K550? All links dead.
--
Posted: 2008-03-28 11:22:51
Edit :
Quote
i never did driver for K550
EM samples, results and disadvantages in K550:
http://www.esato.com/board/viewtopic.php?topic=155098
--
Posted: 2008-03-28 11:31:27
Edit :
Quote
Can max buffer size for K750 be change

Now maximum is 96699 and biggest pictures are about 613kb... Can be changed with patch or something else ?
--
Posted: 2008-03-28 18:25:45
Edit :
Quote
On 2008-03-28 18:25:45, petkoxray wrote:
Can max buffer size for K750 be change

Now maximum is 96699 and biggest pictures are about 613kb... Can be changed with patch or something else ?
i think the cam module controls max file size anything over a certain value and it will crash, 613kb for a k750i is good be happy with that.
--
Posted: 2008-03-28 18:38:06
Edit :
Quote
Hey, i want to do something but I'm not pretty sure how...
Based on sadeghi54's K550 driver, I want to have manual focus:
MFOCUS = $c8 03 #COM_EVENT(43,20) $cl
$c8 04 #COM_EVENT(43,1E) $cl
$c8 05 #COM_EVENT(43,1C) $cl
$c8 06 #COM_EVENT(43,1A) $cl
$c8 07 #COM_EVENT(43,18) $cl
$c8 08 #COM_EVENT(43,16) $cl
$c8 09 #COM_EVENT(43,14) $cl
$c8 0A #COM_EVENT(43,12) $cl
$c8 0B #COM_EVENT(43,10) $cl
$c8 0C #COM_EVENT(43,0C) $cl
$c8 0D #COM_EVENT(43,08) $cl
$c8 0E #COM_EVENT(43,04) $cl
$c8 0F #COM_EVENT(43,00)
$cx $cx $cx $cx $cx $cx $cx $cx $cx $cx $cx $cx $cx
;
the point is, that he triggers the manual focus using the scenes, in this case the Landscape scene (in the en.lng changed to "Focus").
My point is to trigger manual focus through "Infinity" focus setting.
Anyone know how to do that?
--
Posted: 2008-04-12 08:20:43
Edit :
Quote
I try to set ISO speed less than 320. Will this code work properly?
Code:SET_ISO=#READ_REG(26,$r2 1 1)
$m0 1
$c0 06 #COM_EVENT(05,05) $cl
$c0 07 #COM_EVENT(05,05) $cl
$c0 08 #COM_EVENT(05,05) $cl
$c0 09 #COM_EVENT(05,05) $cl
$c0 0A #COM_EVENT(05,05) $cl
#COM_EVENT(05,01)
$cx $cx $cx $cx $cx;
Any other ideas?
--
Posted: 2008-04-17 15:00:21
Edit :
Quote
New Topic
Reply