Sony Ericsson / Sony : Software, Firmware and Drivers : All about camdriver modding (for modders)
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> All about camdriver modding (for modders)
Bookmark topic
Maybe it's totally foolish waht I say, but maybe it helps...
Raider can:
... put anything he wants to set on zoom keys
... do good calculations with bits and mask out bits - I think he can...
Raider wants:
... display values of unknown REG's to learn what these REG's are good for - I think...
Isn't it posible to put these ReadOut-Values on the Zoom-Keys and with a Slider-GUI (like mine) you just dont get the values but the slider position.
Just thinking of triggering the READREG on an Effect and the readout value=Zoom Value=Slider position ?
OK you get a max of 30 positions (maybe 60 by smallest step). I didn't say it would be easy, just an idea...
EDIT:
Sorry to hear that you'll not release public.
But I can't help much with REG's or coding. I'm just good at ideas....
Man, you're the first on world that made manual settings possible on Kxx!
And I made first alternative GUI - I also think worldwide (because patching was not available before)
I know that proto-v2 is at early stage for you - for me it's the greatest discovery since I got my K800
So I'll try to create my beloved PARTY mode(s) with v2.
Thank you for giving us control over K8xx !
[ This Message was edited by: pietropizzi on 2008-02-29 11:40 ]
--
Posted: 2008-02-29 12:30:24
Edit :
Quote
On 2008-02-29 12:25:25, Raiderski wrote:
i hope that some of you are going much deeper into modding than just simple code changes
it doesn't look like it lol
and that's why 3MP modding have no chances to evolve at very high level of old 2MP modding. there will be no chengrong2...
i did make a advance compression system
oh come one! you didn't created anything new! you did nothing more than increased file size rules and decreased compression level - it's not 'advanced'! by the way... your simple changes in compression are based on my prototype code template. sorry number1 but you aren't so 'big star' as you want to be
what your are saying is...
i wrote that as simple as possible, nevermind, forget about this
in one thing i must agree with you: i'm on my own, that's why all my work will stay my own only. it's time to close chapter 'do something for others' - it's useless
i have made a advance compression system it's not in any drivers i have posted up, i'm still making sure it doesn't crash and it hasn't done so far and thats it all i have done so far can't think of nothing else i'm not sony ericsson nor a computer programmer i'm a unemployed 17 year old mechanical enginner, you sound like some grumpy 60 year old pensioner, i am trying to do other things aswell like mod the display driver at the moment so far so good i have made a display driver thats clearer with deeper colour, i also modded the front vga camdriver not a big improvement but the colour is alot better.
--
Posted: 2008-02-29 13:00:14
Edit :
Quote
in between these pointless arguments, may i ask a question?
i touched the exposure section to use manual ISO, like this:
Code:
//************************************************
// Exposure property 0 *****
//************************************************
// 3 => -2 EV, 9 => -(0) EV .... f => 2 EV
//---------------------------------------------------
seq_set_prop_0_0 = ;
seq_set_prop_0_1 = ;
seq_set_prop_0_2 = ;
seq_set_prop_0_3 = #COM_EVENT(06,FA);
seq_set_prop_0_4 = #COM_EVENT(06,FB);
seq_set_prop_0_5 = #COM_EVENT(06,FC);
seq_set_prop_0_6 = #COM_EVENT(06,FD);
seq_set_prop_0_7 = #COM_EVENT(06,FE);
seq_set_prop_0_8 = #COM_EVENT(06,FF);
seq_set_prop_0_9 = #COM_EVENT(06,00);
seq_set_prop_0_a = #COM_EVENT(05,01);
seq_set_prop_0_b = #COM_EVENT(05,02);
seq_set_prop_0_c = #COM_EVENT(05,03);
seq_set_prop_0_d = #COM_EVENT(05,04);
seq_set_prop_0_e = #COM_EVENT(05,05);
seq_set_prop_0_f = #COM_EVENT(05,06);
now when i use EV0.3-2.0 (manual ISO) and then changing whitebalance e.g to cloudy, it won't work, i should select whitebalance two or three times to work properly. i didn't change other sections. what should i do now?
--
Posted: 2008-02-29 13:20:58
Edit :
Quote
You have not made any compression or record in resolution vga number1
Compression that u made? I think you should pass information safe correct for people and it is not enough only hypothesis or assumptions.
I really donīt understand its review and do not understand what you interpret number1.
Because time ago you said things wrong on overlock that work with high frequencies damage the phone, because in fact you say that each chip has its datsheet and each chip supports the limit.
Because we want to increase the speed of recording video without stimulating the electrical impulses?
You can not generalize to all mobile phones the functions it does not work does not work well and this proved that.
To generate a video recording of 30fps in order vga in high resolution full resolution at least the hardware has to work with the frequency of 18mhz to 27mhz is the maximum that supports the resolution vga.
How try applying changes in ownership purposes, if the property effect blocks or does not respond to any of the functions stimulis because if it were true it would have to do effects for all drivers and this is not true.
Even chip equals who will determine the final composition of the answers is the same hardware in cameras vga whose changes are small "minimus" in my opinion is so.
Off course that the sensor, lens and chip are very important and it is visible that we can not do miracles because each component such limits the actions.The registers will be answered by the ability of each set must interpret then not every record will respond to all driver .
As well Raider said still exists many register to be found and for which functions will serve.
I think that the idea here is that everyone is helping and with real information and not just say i did this or i did that.
You help everyone real consistent information based on fundamentals would be a great help to all... no offence number1 it is just a opinion nothing more.
I hope that with your information can help everyone to leave all winning
Good job to all and good luck need sometimes
--
Posted: 2008-02-29 13:32:04
Edit :
Quote
i don't start the arguments
and like this to have working whitebalance
Code:
//************************************************
// Exposure property 0 *****
//************************************************
// 3 => -2 EV, 9 => -(0) EV .... f => 2 EV
//---------------------------------------------------
seq_set_prop_0_0 = ;
seq_set_prop_0_1 = ;
seq_set_prop_0_2 = ;
seq_set_prop_0_3 = #COM_EVENT(06,FA);
seq_set_prop_0_4 = #COM_EVENT(06,FB);
seq_set_prop_0_5 = #COM_EVENT(06,FC);
seq_set_prop_0_6 = #COM_EVENT(06,FD);
seq_set_prop_0_7 = #COM_EVENT(06,FE);
seq_set_prop_0_8 = #COM_EVENT(06,FF);
seq_set_prop_0_9 = #COM_EVENT(06,00);
seq_set_prop_0_a = #COM_EVENT(05,01) #UPDATE_WB;
seq_set_prop_0_b = #COM_EVENT(05,02) #UPDATE_WB;
seq_set_prop_0_c = #COM_EVENT(05,03) #UPDATE_WB;
seq_set_prop_0_d = #COM_EVENT(05,04) #UPDATE_WB;
seq_set_prop_0_e = #COM_EVENT(05,05) #UPDATE_WB;
seq_set_prop_0_f = #COM_EVENT(05,06) #UPDATE_WB;
@brazuka
i can get uncompressed vga pictures from my k800i i'll prove it if you want, how can you comment on my new compression system when you havn't even seen it because it's not in any of my uploaded drivers, why are you telling me about overclocking i havn't overclocked any drivers or commented on overclocking you don't make much sense.
--
Posted: 2008-02-29 14:07:32
Edit :
Quote
number1 you don't have to say nothing more. your age doesn't interest me. i don't want to stress you but all i can see that you are more 'superstar' than 'modder', if you don't agree then maybe you can explain something for us. your flagship theory is saying:
"
whitebalance on the k800i is awful, it adds yellow to compersate for blue sky etc, also the picture is slighty over exposured, the whitebalance is in the main but it can be turned off in the driver
i turned the whitebalance off in the driver
"
so, i uploaded your 2.99 to my phone and then on all auto settings i did small test. my conclusion:
1. you or me have f****d up camera
2. you don't know what are you talking about or i don't know
3. in worst case you or me have problems with eyes
left: just after camera open, right: some seconds later
as you can see your 'turned off' WB is working fine as typical auto WB
my last post about number1 unless i'll have to answer on his post
_________________
K800 R1KG001 (camdriver 6.1)
raider.4shared.com
flickr.com/photos/raiderek
[ This Message was edited by: Raiderski on 2008-02-29 13:11 ]
--
Posted: 2008-02-29 14:09:38
Edit :
Quote
sadeghi85
from where was suggestion to use #COM_EVENT(05,..)? K750? as for me it doesn't work on K800 (at least not on mine). use this:
#SET_REG(2a,..)
#COM_EVENT(02,04)
--
Posted: 2008-02-29 14:20:30
Edit :
Quote
i fought you picked on me because i am alot younger than you maybe i am wrong???.
About the whitebalance no having the whitebalance off on indoor pics won't reallly make any difference it's outdoors in sunlight it makes a huge difference the sky will actually be a more natural shade of blue, the grass will green not a mix of yellow & green and the pictures won't be misty.
some1 comaparaed my camdriver with the oringal camdriver here a few posts down
http://www.esato.com/board/viewtopic.php?topic=161159&start=225, notice the first pic with oringal camdriver no colours,misty,unclear,
the second pic of the plant you have to look carefully but noticed how it's a more natural green colour with my driver.
--
Posted: 2008-02-29 14:29:07
Edit :
Quote
I found that that problem is also in original camdriver and not related to those changes. maybe i should live with it.
@Raiderski, #COM_EVENT(05,..) works fine on K550i/W610i.
--
Posted: 2008-02-29 16:15:20
Edit :
Quote
What does it mean to you overclock to mobile phone for u number1?
The model can work k800 with two schedules, one for chip high resolutions MCB881 Sony for the other Micron MT9V112 VGA resolutions that I think that everybody knows.But the key is the set-chip sensor-lens-hardware as I said many times, this system is the collection to all programming is answered by this collection.
More once you say you can not generalize the duties all models, each model will respond as i have described this collection.
Here we are not to prove anything but to improve and help the little we know in my opinion.
Good job and relaxes u walk a little stressed

joking
--
Posted: 2008-02-29 16:59:51
Edit :
Quote
New Topic
Reply