Esato

Forum > Sony Ericsson / Sony > Software, Firmware and Drivers > Modded Camera Driver for k800i/k810i

Previous  123 ... 303132 ... 229230231  Next
Author Modded Camera Driver for k800i/k810i
skylineR35
K800 Brown
Joined: May 03, 2006
Posts: 279
PM
Posted: 2007-09-06 05:32
Reply with quoteEdit/Delete This PostPrint this post
yeah. they indeed said that they took alot of pictures on their studio...
well you know, se is always famous of its bad indoor pic...

no wonder, there's no proper sunlight and UV.
picture produced may be less accurate than N95.
refer to Mobile-review will cool you down i think...

however K850 is still "beta", hence its not fairly comparable to N95 cause even N95 itself has overcome some f/w update...

so far im neutral. not telling either one win. but when the phone goes officially released. from that day i may start to conclude the picture capabilities...
except the video recording.
pedrops
K800 Black
Joined: Jan 30, 2007
Posts: 181
PM
Posted: 2007-09-06 07:26
Reply with quoteEdit/Delete This PostPrint this post
I agree with you!
About the indoor pics, and K850 still being a beta

But I'm disappointed with SE new phones, k850 and w960.
They are still using the same processor... =\
and why not a 7megapixel cmos? maybe k900 =]
and a bigger screen, like a 2.8" VGA

yeah, in my dreams!


[ This Message was edited by: pedrops on 2007-09-06 09:01 ]
art12345
T68 gold
Joined: Sep 05, 2007
Posts: 1
PM
Posted: 2007-09-06 09:52
Reply with quoteEdit/Delete This PostPrint this post
Anyboby can tell me what value i must change with generic camdriver for 35 fps and no zoom bug? I really don't want change any other parameters in my camdriver and i need only this. Anybody can help me?

Best regards.
Sory for my english.
pedrops
K800 Black
Joined: Jan 30, 2007
Posts: 181
PM
Posted: 2007-09-06 10:06
Reply with quoteEdit/Delete This PostPrint this post
@art
there's no 35fps without bug camdriver, neither a way to tweak the camdriver to get 35fps without zoom bug and stop delay
=\\

but Kop, Number1 and Juming made some real good mods =]
try them!
opexblue
Xperia X8 White
Joined: Jan 18, 2006
Posts: 226
From: Manado, North Celebes, INA.
PM
Posted: 2007-09-06 12:10
Reply with quoteEdit/Delete This PostPrint this post
I've manage to force flash on. I don't know how to add new menu option, so I change the "Red Eye" option to "Forced ON".
You just have to change in the “Internal/External xenon flash support, property 14” section, line :

seq_set_prop_e_3 = $sb 03; // Auto, red-eye


To something like this :


seq_set_prop_e_3 = $sb 04 // Auto, red-eye
$c9 08 // R5 camera version?
#COM_EVENT(5a,83) // Forced xenon 0b10000011, slow sync at beginning
$cl
#COM_EVENT(51,00) // Sensor scene "Auto 00"
#COM_EVENT(5a,9b) // FLASH_MODE 0b10001011: Flash on, RER off, sync on beginning.
$cx;


It works. I’ve tried it.
But I have to sacrifice Red Eye option....
testuser9
K800 Black
Joined: Aug 27, 2007
Posts: 20
PM
Posted: 2007-09-06 12:24
Reply with quoteEdit/Delete This PostPrint this post
@opexblue: can u find out for me how to disable the AF-LED (the red one) all the time ?
opexblue
Xperia X8 White
Joined: Jan 18, 2006
Posts: 226
From: Manado, North Celebes, INA.
PM
Posted: 2007-09-06 12:37
Reply with quoteEdit/Delete This PostPrint this post
I'll try.

wish me luck...!!
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2007-09-06 12:38
Reply with quoteEdit/Delete This PostPrint this post
or... flash all the time after camera open

add this before seq_init=

FORCE_XENON=$sb 04
$c9 08
#COM_EVENT(5a,83)
$cl
#COM_EVENT(51,00)
#COM_EVENT(5a,9b)
$cx;

find this line in code:
$sb 00 // Default flash off

replace above line to:
#FORCE_XENON

testuser9
find in code all occurrences:
$go 37 1

replace all of them to:
$go 37 0


[ This Message was edited by: Raiderski on 2007-09-06 11:43 ]
opexblue
Xperia X8 White
Joined: Jan 18, 2006
Posts: 226
From: Manado, North Celebes, INA.
PM
Posted: 2007-09-06 12:52
Reply with quoteEdit/Delete This PostPrint this post
@raiderski
Thanks for the suggestions. I'll try it. Hope it doesn't have collision with seq_set_prop_e_

[ This Message was edited by: opexblue on 2007-09-06 12:04 ]
testuser9
K800 Black
Joined: Aug 27, 2007
Posts: 20
PM
Posted: 2007-09-06 13:01
Reply with quoteEdit/Delete This PostPrint this post
yay. that worked. thx for the info

thats great
MEGAGHOST
K810 Blue
Joined: Sep 05, 2007
Posts: 48
From: SaudiArabia
PM
Posted: 2007-09-06 13:10
Reply with quoteEdit/Delete This PostPrint this post
thanx guys
i try but force off 100%
can you give me the file drive
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2007-09-06 13:50
Reply with quoteEdit/Delete This PostPrint this post
opexblue
collision can be possible... i can't check i don't have K800
it's not a big problem just change _e_0/2/3 content to $sb 04; and that's all

actually i don't see nothing usefull in forcing xenon in current standard camera driver form. this will be usefull function in supermode driver


_________________
W800 CID36 R1BD001
www.flickr.com/photos/8469432@N06/

[ This Message was edited by: Raiderski on 2007-09-06 12:51 ]
opexblue
Xperia X8 White
Joined: Jan 18, 2006
Posts: 226
From: Manado, North Celebes, INA.
PM
Posted: 2007-09-06 14:01
Reply with quoteEdit/Delete This PostPrint this post
@raiderski
OK I'll check it. I'll inform you later.
thanks....
[c3]
K800 Black
Joined: Aug 18, 2004
Posts: 181
From: Kuwait
PM
Posted: 2007-09-06 16:55
Reply with quoteEdit/Delete This PostPrint this post
Here is a night picture I took with Kop's 3.0 driver

Night mode
Default:


kimot01
K800 Black
Joined: Jul 06, 2007
Posts: > 500
From:
PM
Posted: 2007-09-06 18:03
Reply with quoteEdit/Delete This PostPrint this post
hopefully you can put manual setting on ISO
you can always find one if you know where to look

i myself
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 303132 ... 229230231  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic