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
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.
--
Posted: 2007-09-06 05:32:13
Edit :
Quote
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 ]
--
Posted: 2007-09-06 07:26:54
Edit :
Quote
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.
--
Posted: 2007-09-06 09:52:49
Edit :
Quote
@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!
--
Posted: 2007-09-06 10:06:42
Edit :
Quote
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....
--
Posted: 2007-09-06 12:10:38
Edit :
Quote
@opexblue: can u find out for me how to disable the AF-LED (the red one) all the time ?
--
Posted: 2007-09-06 12:24:43
Edit :
Quote
I'll try.
wish me luck...!!
--
Posted: 2007-09-06 12:37:38
Edit :
Quote
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 ]
--
Posted: 2007-09-06 12:38:12
Edit :
Quote
@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 ]
--
Posted: 2007-09-06 12:52:56
Edit :
Quote
yay. that worked. thx for the info
thats great
--
Posted: 2007-09-06 13:01:22
Edit :
Quote
New Topic
Reply