Author |
Hybrid Camera Driver for W800i/K750 |
QuickShare Joined: May 06, 2006 Posts: > 500 From: MYR PM |
well i don't mean to be cranky though but after reading your statement.. it does make sense.. will try it out hopefully it'll appear big noticable difference from that
_________________
My K750i Flickr Site..
Flickr.com
Most Popular Newbie 2006 
[ This Message was edited by: QuickShare on 2006-10-04 13:19 ] |
|
gxg Joined: Nov 11, 2005 Posts: 270 From: Romania PM |
E man... i notice something in your latest driver posted here. Toghether with my fellow romanian Torixx ( GIRL not MATE ) i tested your driver.
I notice something strange. Maybe it's me.. but i remember that this effect wasn't in your previous camdrivers.
take a look in the red circle.. notice that there is some pixelated blue and white in the sky???
original
marked zone
and another .. with some pixelated blue dots in the sky
[ This Message was edited by: gxg on 2006-10-04 13:40 ] |
max_wedge Joined: Aug 29, 2004 Posts: > 500 From: Australia PM, WWW
|
Quote:
|
On 2006-10-04 14:13:41, Andeo wrote:
Quote:
|
and why are this become necessary?
[ This Message was edited by: QuickShare on 2006-10-04 12:42 ]
|
|
Because some values don't update without restart.
Thanks for your explanation, gxg
[ This Message was edited by: Andeo on 2006-10-04 13:15 ]
|
|
shit, that's handy to know. At the start of the drv folder patch I did some basic comparisons and pictures were different from one driver to the next, so I assumed it was working! Which variables have you found don't update without a restart?
_________________
File System Tweaks for the K750 K750 Tricks
[ This Message was edited by: max_wedge on 2006-10-04 13:55 ] |
QuickShare Joined: May 06, 2006 Posts: > 500 From: MYR PM |
Quote:
|
On 2006-10-04 14:45:25, max_wedge wrote:
Which variables have you found don't update without a restart?
|
|
lol that would be my next question for Andeo or gxg.. thanks for that mate
My Flickr Site.. Flickr.comMost Popular Newbie 2006  |
gxg Joined: Nov 11, 2005 Posts: 270 From: Romania PM |
I gues that all the values initiated first, or some values wich are connected with the main values.
For examle:
sup_properties= ex: 0[0,15,9], // Exposure time (0 to 15), default 9
if the new driver have 0[0,16,12](as erezan) i think 16 and 12 will not be loaded in the buffer.
seq_get_prop_0 = $s1 05 $s0 05; // Store major version. This ones have to be written somewhere... without restart... i don't know ???
seq_set_prop_0=$s0 %0 // Place value in reg 0 - if this line have to initialized..naturaly needs one restart.
$-0 09 // Subtract 9 from reg 0 - reg 0 have the value from where?
06 02 00 01
$w0 06 // Write the byte stored in register 0x00 to the I2C bus. - maybe it's volatile memory... maybe not.
SET_JPEG_MAX=06 02 00 0D !1 !0 #CMD_END; // Take two parameters in reg 0x0D,00x0E holding the data to be written (holding where and written where)..
but some values are written in nonvolatile memory, i gave some examples.. maybe not the happy ones but in order to everybody to understand...
anyway... in order to have some values you have to initialize some parameters or variables, or matrixes...
as windows have some dll's and *.inf to write and restart is needed in order to initialize and work whith those values and bytes... the main software of the phone have to read some values from the drivers and set some parameters to camera bus.
Without restart cannot do that, because the program is like any other basic or pascal or C program and it's in cycles. Without interupting those cycles.. it will never refresh the parameters, because of his closed cicle.
Hard to explain.. for me makes perfect sense... but with the explanaition is hard... moreover... my wood english doesn't help me at all.
It's like an inventory checked and double checked.. but never to have some interest to look if somethings is changed. 1 piece missing or 1 pieces added meanwile.
I am redundant? did i make u to understand something?
Explained camdriver0 from andeo have all the explanations need.
[ This Message was edited by: gxg on 2006-10-04 14:25 ] |
phoeny Joined: Sep 09, 2006 Posts: 33 PM |
Any news from the people who are working on the ESATO ultimate camdriver?
SE K750i R1DB001 and 2GB Sony MSPD - no1EOW patch, PHF_2_play.apf LOUDV2 by mongoose3800, SMS slim font, no scrollbars, AMR patch, Flightmode patch, no status indication, 2.441 camdriver by aksd |
QuickShare Joined: May 06, 2006 Posts: > 500 From: MYR PM |
@gxg
thanks for that mate..
@phoeny
well im still waiting for their results though..
My Flickr Site.. Flickr.comMost Popular Newbie 2006  |
Maclaren Joined: Oct 04, 2006 Posts: 1 PM |
Where can i get Camdrive 2.441 METAFIX? |
gxg Joined: Nov 11, 2005 Posts: 270 From: Romania PM |
Quote:
|
On 2006-10-04 15:51:47, Maclaren wrote:
Where can i get Camdrive 2.441 METAFIX?
|
|
Few pages back... please read the thread.... and it;s not metafix.. it's only fixed
|
QuickShare Joined: May 06, 2006 Posts: > 500 From: MYR PM |
2.441 Fixed MetaData
My Flickr Site.. Flickr.comMost Popular Newbie 2006  |
smuko Joined: Mar 30, 2006 Posts: 127 From: Sofia, Bulgaria PM |
@gxg:
So, you are saying that some of the values from the cam driver are written in the memory at phone startup.
Then if we delete the driver and restart the phone, this routine will not work, because there will be no driver to take the values from, right?
But then if we put the driver back in the /other/drv folder, the camera works perfectly without restart. Why? I'm missing the point. |
chrisdaemz Joined: Jan 06, 2006 Posts: 58 PM |
Is this driver for everyone? I for one don't have the MXE-60 so should I stick with 5.5ua?
Grtz |
Andeo Joined: Sep 14, 2006 Posts: 52 From: Russia, Ekaterinodar PM, WWW
|
Quote:
|
On 2006-10-04 16:20:38, chrisdaemz wrote:
Is this driver for everyone? I for one don't have the MXE-60 so should I stick with 5.5ua?
Grtz
|
|
Yes, it's for everyone.
It's the last version with corrected exposure settings. |
gxg Joined: Nov 11, 2005 Posts: 270 From: Romania PM |
Quote:
|
On 2006-10-04 16:20:25, smuko wrote:
@gxg:
So, you are saying that some of the values from the cam driver are written in the memory at phone startup.
Then if we delete the driver and restart the phone, this routine will not work, because there will be no driver to take the values from, right?
But then if we put the driver back in the /other/drv folder, the camera works perfectly without restart. Why? I'm missing the point.
|
|
IF you remove video drivers from windows.. it doesn't mean that your hardware is not working. Right?! If you remode the camdriver.dat from phone.. that doesn't mean that your phone doesn't work... Wright...
But to have the FULL potential for the hardware (Windows or phone) you have to have some driver wich instruct the main software.. the OS ow to react @ some parameters and what to do in order to give you the FUll potential of your hardware.
If you instal one NVIDIA 6680GE 256Mb 1000Mhz, 16X Xpci... onto your computer and use the old smoked drivers who keeps you screen in 600x400@ 16 bit colors.... it is called that you use the hardware @ full potential?
What's happens when you install the drivers, but without restarting your computer... you'll have the same resolution... even if you have the corect and good drivers into the OS.
What if you give restart after that? New world before your eyes?!
as in the matrix. Morpheus wise line: "You take the blue pill. the story ends and you'll wake up as nothing matters. you take the red pill.... "
- translation - IT's UP TO U! |
QuickShare Joined: May 06, 2006 Posts: > 500 From: MYR PM |
@gxg
Question.. what are your occupation related with?
My Flickr Site.. Flickr.comMost Popular Newbie 2006  |
|