Author |
Modded Camera Driver for k800i/k810i |
petrutms Joined: Nov 17, 2002 Posts: > 500 From: Cluj Napoca, Romania PM |
@hyperion, that isn`t RM Valcea? i can tell from last pic... god i miss my hometown...
|
|
grafyman Joined: Feb 16, 2007 Posts: > 500 From: Moca..Dominican Republic PM |
Please , what is the last camdriver of number1...i need the link...thanks.
Unlock, Hack, Root, Mod, FRP, Celular PRO. Google Pixel User. |
genus Joined: Apr 13, 2007 Posts: 385 From: Malaysia PM |
Number1, can k800i have the matrix focusing? |
SEKseries Joined: Sep 06, 2007 Posts: 46 From: Malaysia PM |
On 2007-11-03 16:35:18, number1 wrote:
we just need to find the k800i's shutter speed command
and replace
#COMMAND(04,$w0)
#COM_EVENT(04,00);
with the correct values then it should work
in the k850 shutter speed is #SET_REG(64,
so try
#SET_REG(64,$w0)
#SET_REG(64,00):
Anyone tried the K850's shutter speed(#SET_REG(64,$w0))on K800???
Is it working??? |
SEKseries Joined: Sep 06, 2007 Posts: 46 From: Malaysia PM |
On 2007-11-09 07:04:23, genus wrote:
Number1, can k800i have the matrix focusing?
@genus
can u tell me what is matrix focusing???
|
rockygali Joined: Nov 21, 2005 Posts: > 500 From: PM, WWW
|
AFAIK, matrix focusing is the ability of the cam to focus on certain areas of the composition...
some have 5 sectors, some have 9 sectors that can be seen on the electronic viewfinder...
the usual green box we see on all SE phones... in this case.. we see 5 boxes, 9 boxes...
you know what... ASUS V80 has 3 & 5 focus locations... and its only a 2MP.. you can also adjust FREQUENCY... well i dunno wots that for...
"Darkness is the absence of light.. and not the opposite..." |
genus Joined: Apr 13, 2007 Posts: 385 From: Malaysia PM |
Matrix focusing or also called multi zone metering will give more better exposure to the photo.
Here is the reference: http://en.wikipedia.org/wiki/Metering_mode |
number1 Joined: Sep 12, 2007 Posts: > 500 From: UK,kent,Sittingbourne PM |
i dno what u mean by matrix focusing but it is possible to mod the autofocus |
rockygali Joined: Nov 21, 2005 Posts: > 500 From: PM, WWW
|
really?
can you make the focus, focus not only on one section but for example 3 sections of the viewfinder?
you see the green box? can you make 3 of them? simultaneously focus at the same time?!
"Darkness is the absence of light.. and not the opposite..." |
number1 Joined: Sep 12, 2007 Posts: > 500 From: UK,kent,Sittingbourne PM |
it's impossible to make more green boxes, but it is possible to modify the autofocus
[ This Message was edited by: number1 on 2007-11-09 10:26 ] |
rockygali Joined: Nov 21, 2005 Posts: > 500 From: PM, WWW
|
like broaden the area it captures... a bigger box perhaps... or just relocating the focus?!
"Darkness is the absence of light.. and not the opposite..." |
number1 Joined: Sep 12, 2007 Posts: > 500 From: UK,kent,Sittingbourne PM |
all that the green box etc. is controlled by the firmware not the driver so it's impossibe |
rockygali Joined: Nov 21, 2005 Posts: > 500 From: PM, WWW
|
so the manner can be controlled.. but not the location?! can you explain further...
ill post pics tomorrow of the ASUS V80 phone having 5 sector focus on the viewfinder...
"Darkness is the absence of light.. and not the opposite..." |
number1 Joined: Sep 12, 2007 Posts: > 500 From: UK,kent,Sittingbourne PM |
yes the manner can be controlled, but not the location |
number1 Joined: Sep 12, 2007 Posts: > 500 From: UK,kent,Sittingbourne PM |
u can try it add
#SET_REG(32,01) //full range Af scanning
#COM_EVENT(43,20) // fixed focus
add it under macros under // Normal mode settings |
|