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
just try ur self by replacing the line 11-24 in size configuration (near the end) by the code from cam driver which has 35fps setting.
--
Posted: 2008-03-26 12:36:28
Edit :
Quote
DeKosta , thanks. I downloaded the driver on my PC.
But how do we install the driver in the phone?
EDIT: I started a new thread on that topic here:
http://www.esato.com/board/viewtopic.php?topic=167485#post2301456
[ This Message was edited by: Nace on 2008-03-26 15:02 ]
--
Posted: 2008-03-26 13:29:51
Edit :
Quote
On 2008-03-26 12:36:28, ikang wrote:
just try ur self by replacing the line 11-24 in size configuration (near the end) by the code from cam driver which has 35fps setting.
Can someone do it for me? I don't understand anything of this :S
--
Posted: 2008-03-26 19:31:13
Edit :
Quote
naveedaziz83 Posts: > 500
hello ppl
well i dnt wanna b off topic but i have a question tht i needed to ask
so if sum1 will answer me or guide me to the rite thread i would appreciate tht
i have read in many threads abt the term "patches" and dnt have any clue wht it means or does to a phone
would sum1 elaborate on tht plz
ty in advance
--
Posted: 2008-03-26 22:08:44
Edit :
Quote
@nabhatti:
read
this.
--
Posted: 2008-03-26 22:16:05
Edit :
Quote
@ the13thing
open the driver (camdriver0.dat) with notepad. find this code (near the bottom) :
//===============================================
seq_vf_config_11 = $s6 11
#SET_REG(07,03) // Draft 320x240
#SET_REG(08,02) // IS Movie 320x240
#SET_REG(09,3c) // 30 fps DRAFT_RATE
$cc 04 // Twilight landscape scene?
#COM_EVENT(03,04) // AE_SLOW_SHUTTER = 2 fps
$cl
#COM_EVENT(03,24) // 7,5 fps AE_SLOW_SHUTTER
$cx;
seq_vf_config_12 = $s6 12
#SET_REG(07,03) // Draft 320x240
#SET_REG(08,02) // IS Movie 320x240
#SET_REG(09,24) // 12 fps DRAFT_RATE
#COM_EVENT(03,24); // 7,5 fps AE_SLOW_SHUTTER
seq_vf_config_19 = $s6 19
#SET_REG(07,03) // Draft 128x96
#SET_REG(08,02) // IS Movie 128x96
#SET_REG(09,24) // 15 fps DRAFT_RATE
#COM_EVENT(03,24); // 15 fps AE_SLOW_SHUTTER
seq_vf_config_20 = $s6 20
#SET_REG(07,03) // Draft 176x144
#SET_REG(08,02) // IS Movie 176x144
#SET_REG(09,24) // 15 fps DRAFT_RATE
#COM_EVENT(03,24); // 15 fps AE_SLOW_SHUTTER
seq_vf_config_21 = $s6 21
#SET_REG(07,07) // Draft 128x96
#SET_REG(08,06) // IS Movie 128x96
#SET_REG(09,24) // 10 fps DRAFT_RATE
#COM_EVENT(03,24); // 10 fps AE_SLOW_SHUTTER
seq_vf_config_22 = $s6 22
#SET_REG(07,07) // Draft 128x96
#SET_REG(08,06) // IS Movie 128x96
#SET_REG(09,24) // 7,5 fps DRAFT_RATE
#COM_EVENT(03,24); // 7,5 fps AE_SLOW_SHUTTER
seq_vf_config_23 = $s6 23
#COM_EVENT(34,01) // Draft mode
#SET_REG(07,05) // Draft 176x144
#SET_REG(08,04) // IS Movie 176x144
#SET_REG(09,24) // 10 fps DRAFT_RATE
#COM_EVENT(03,24); // 10 fps AE_SLOW_SHUTTER
seq_vf_config_24 = $s6 24
#COM_EVENT(34,01) // Draft mode
#SET_REG(07,05) // Draft 176x144
#SET_REG(08,04) // IS Movie 176x144
#SET_REG(09,24) // 7,5 fps DRAFT_RATE
#COM_EVENT(03,24); // 7,5 fps AE_SLOW_SHUTTER
//===============================================
replaced these with the same code from other camdriver which has 35fps (if any) or (if am not wrong) try urself by increasing all the "24" value on every #SET_REG and #COM_EVENT with 26,28,30 (+4 = + 2fps) etc. and find the max u can (i think no change to pass 30 with normal operation) . TRY ON UR OWN RISK.
don't forget to save the changes u have made bfore uploaded it to ur phone.
soryy 4 my englsh lang.
[ This Message was edited by: ikang on 2008-03-27 13:27 ]
--
Posted: 2008-03-27 14:19:28
Edit :
Quote
I copied from a 35 FPS camera driver and i applied on Kopritis 3.7 and it works but the bestpix now has got some bugs...But im gonna try this for some more time...
--
Posted: 2008-03-28 00:04:58
Edit :
Quote
On 2008-03-28 00:04:58, the13thing wrote:
I copied from a 35 FPS camera driver and i applied on Kopritis 3.7 and it works but the bestpix now has got some bugs...But im gonna try this for some more time...
Yes that is exactly what i wrote, you are going to expect
Best Pic bugs if you raise the FPS over a certain level.
But if you never use best pic (like me) it doesnt matter, it only affects that particular mode and nothing else with the camera.
_________________

K800i
http://youtube.com/watch?v=Jn50KDPp9oI (...)
http://www.flickr.com/photos/22818470@N05/ (NEW PHOTOS ADDED)
[ This Message was edited by: DeKosta on 2008-03-28 00:16 ]
--
Posted: 2008-03-28 01:15:45
Edit :
Quote
there is 35fps camdriver exists....i see it at 0kti's site...pls see here
Camdriver 3.5
--
Posted: 2008-03-28 05:43:52
Edit :
Quote
I'm going to change the camdriver file again because i think the bestpic mode is great and i like using it...But there's a good difference in the video recording...It is possible to someone fix that bug?
--
Posted: 2008-03-28 13:09:58
Edit :
Quote
New Topic
Reply