Author |
All about camdriver modding (for modders) |
SonarikK510 Joined: Oct 15, 2007 Posts: 156 From: Saratov, Russia Federation PM |
This topic is for camdriver modding discussion
I think it is better for us to discuss in one topic different refinements of camdriver modding (best params and settings, share experence and so on).
I'll hope that cammodding guys (Number1, Kriomag, Raiderski and others) agree with me.
W610 + M2 512Mb + HBH-DS970 + Patches + Flash menus + Language edit + Most High Quality camdriver ( by me  ) + many other...... |
|
strong Joined: May 18, 2007 Posts: > 500 From: Greece PM |
Good idea ''the modders corner'' well done my fried
Samsung GT-i8910 Omnia HD K850 R1FA035 modded camdriver modded acoustic drivers www.camdrivers.wz. |
number1 Joined: Sep 12, 2007 Posts: > 500 From: UK,kent,Sittingbourne PM |
a place to share our ideas yes a good idea |
SonarikK510 Joined: Oct 15, 2007 Posts: 156 From: Saratov, Russia Federation PM |
This software are for editing language files http://www.filehoster.ru/files/m5848
You understand that a have in view?
Now we can fully rename menu of camera! And called scenes and etc correct names!
For example, i can change in my camdriver name of Effect Solarize to LiveColours! That's brilliant!
And with help of other soft (for changing gfx of db2020) we can draw new icons and many others!!!!
The camdriver modding step to next stage of evolution!
I am congratulate heartily all you, my colleague!
W610 + M2 512Mb + HBH-DS970 + Patches + Flash menus + Language edit + Most High Quality camdriver ( by me  ) + many other...... |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
ok, i'm in. my posts about code will be here
|
DarkEternity Joined: Jan 27, 2008 Posts: 1 PM |
Hi, i'm new to this and i was wondering if this was possible. I have a k750 and a k550 and the camera on my k750 is much better. Is it possible to take my k750 camera driver and put it on my k550? or is there anyway i could mod my k750 camera driver to work with my k550?
Thanks |
strong Joined: May 18, 2007 Posts: > 500 From: Greece PM |
I think this is not possible
_________________
k750@w800 R1BC002 www.camdrivers.wz.cz/
[ This Message was edited by: strong on 2008-01-27 22:06 ] |
jomateixa Joined: Dec 09, 2007 Posts: > 500 From: PM |
Hey Pros, there's a little bug when using the force flash code:
seq_set_prop_e_2 = $sb 04 // Forced ON, for service menu and production tests
$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;
When switching to doc mode, #SET_REG(40,01) in doc macro is overrided, being AE_XENON_ISO 320 or wherever but only the first pic. If we semi-press the camera button for take another pic ISO is 100, but not in any other case. I putted a macro to force xenon ISO 100 if doc mode selected but it does nothing.
In two or three days I can spend time on it, but now I don't have the time. It should be very easy to force flash changing some register values in property 23, and it will be more elegant.
I just want to inform about that bug.
Cheers
[ This Message was edited by: jomateixa on 2008-01-27 22:48 ] |
alvink83 Joined: Nov 27, 2007 Posts: 20 PM |
On 2008-01-27 21:01:03, SonarikK510 wrote:
This software are for editing language files http://www.filehoster.ru/files/m5848
You understand that a have in view?
Now we can fully rename menu of camera! And called scenes and etc correct names!
For example, i can change in my camdriver name of Effect Solarize to LiveColours! That's brilliant!
And with help of other soft (for changing gfx of db2020) we can draw new icons and many others!!!!
The camdriver modding step to next stage of evolution!
I am congratulate heartily all you, my colleague!
How to use the software? Thank you
|
SonarikK510 Joined: Oct 15, 2007 Posts: 156 From: Saratov, Russia Federation PM |
$s5 %0 $-5 08 #COM_EVENT(56,$w5);
Anybody can explain to me that code? ( i know, that is a sharpness param)
I don't know this codes (with $s5, $-5 and so on), only macroses such as #COM_EVENT(56,$w5), #SET_REG, and others....
So, anybody can explain what does mean
$s5 - ?
%0 - ?
$-5 - ?
08 - ?
Where i can get manual about this commands?
@ alvink83
Open main programm, open the *lng file, search a necessary text, change it, click apply, save as..... and upload to your phone, to a hidden FS
W610 + M2 512Mb + HBH-DS970 + Patches + Flash menus + Language edit + Most High Quality camdriver ( by me  ) + many other...... |
pietropizzi Joined: Nov 16, 2007 Posts: 130 From: Vienna PM |
On 2008-01-28 18:17:31, SonarikK510 wrote:
$s5 %0 $-5 08 #COM_EVENT(56,$w5);
Anybody can explain to me that code? ( i know, that is a sharpness param)
I don't know this codes (with $s5, $-5 and so on), only macroses such as #COM_EVENT(56,$w5), #SET_REG, and others....
So, anybody can explain what does mean
$s5 - ?
%0 - ?
$-5 - ?
08 - ?
Where i can get manual about this commands?
@ alvink83
Open main programm, open the *lng file, search a necessary text, change it, click apply, save as..... and upload to your phone, to a hidden FS
$s5 %0 $-5 08 #COM_EVENT(56,$w5);
can also write as
$s5 %0
$-5 08
#COM_EVENT(56,$w5);
$s5 %0 --> put the selected param into local Reg 5 (set)
$-5 08 --> then subtract 08 from Reg 5
#COM_EVENT(56,$w5); ---> the result will be the sharpness parameter ($w5 reads it from Reg 5) |
SonarikK510 Joined: Oct 15, 2007 Posts: 156 From: Saratov, Russia Federation PM |
pietropizzi, Ok, thanks, but what does mean Reg5? Where i can see it in a camdriver?
W610 + M2 512Mb + HBH-DS970 + Patches + Flash menus + Language edit + Most High Quality camdriver ( by me  ) + many other...... |
number1 Joined: Sep 12, 2007 Posts: > 500 From: UK,kent,Sittingbourne PM |
if you mean
seq_set_prop_15 = $s5 %0
$-5 08
#COM_EVENT(56,$w5);
it's digital postprocessing settings this is the main value that can be changed 08, 08 is off
|
pietropizzi Joined: Nov 16, 2007 Posts: 130 From: Vienna PM |
On 2008-01-28 18:44:45, SonarikK510 wrote:
pietropizzi, Ok, thanks, but what does mean Reg5? Where i can see it in a camdriver?
From what I think is
that Reg 5 is a LOCAL Reg which is just used in that property to help calculation... So Reg 5 can be used more often
What I learned from Raidersky is that there are Regs that are stored GLOBAL like he used RegE in his protoptype. But I' not sure about that.....Raidersky help me ! |
jomateixa Joined: Dec 09, 2007 Posts: > 500 From: PM |
On 2008-01-28 18:44:45, SonarikK510 wrote:
pietropizzi, Ok, thanks, but what does mean Reg5? Where i can see it in a camdriver?
These regs (all from 00 to 0f I think) are used for store temp values 4 make math operations or check conditions or wherever...
If there's any stored globally I don't know.
$sX ----> 's' from 'Set'
$cX ----> 'c' from 'Check'
$dXXXX -----> 'd' from 'Delay'
...
...
etc...
$-a XX ----> Substract 'a' from XX
$+a XX ----> Add 'a' to XX
...
...
etc...
With some conditional operators and these regs you can do a lot of things
[ This Message was edited by: jomateixa on 2008-01-28 20:33 ] |
|