Author |
Modded Camera Driver for k800i/k810i |
skylineR35 Joined: May 03, 2006 Posts: 279 PM |
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 Joined: Jan 30, 2007 Posts: 181 PM |
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 Joined: Sep 05, 2007 Posts: 1 PM |
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 Joined: Jan 30, 2007 Posts: 181 PM |
@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 Joined: Jan 18, 2006 Posts: 226 From: Manado, North Celebes, INA. PM |
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 Joined: Aug 27, 2007 Posts: 20 PM |
@opexblue: can u find out for me how to disable the AF-LED (the red one) all the time ?  |
opexblue Joined: Jan 18, 2006 Posts: 226 From: Manado, North Celebes, INA. PM |
I'll try.
wish me luck...!! |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
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 Joined: Jan 18, 2006 Posts: 226 From: Manado, North Celebes, INA. PM |
@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 Joined: Aug 27, 2007 Posts: 20 PM |
yay. that worked. thx for the info
thats great  |
MEGAGHOST Joined: Sep 05, 2007 Posts: 48 From: SaudiArabia PM |
thanx guys
i try but force off 100%
can you give me the file drive
|
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
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 Joined: Jan 18, 2006 Posts: 226 From: Manado, North Celebes, INA. PM |
@raiderski
OK I'll check it. I'll inform you later.
thanks.... |
[c3] Joined: Aug 18, 2004 Posts: 181 From: Kuwait PM |
Here is a night picture I took with Kop's 3.0 driver
Night mode
Default:
|
kimot01 Joined: Jul 06, 2007 Posts: > 500 From: PM |
hopefully you can put manual setting on ISO
you can always find one if you know where to look i  myself |
|