Author |
navar k850 v9.2 x3 FINAL camdrive |
Navar Joined: May 02, 2008 Posts: > 500 From: Jordan PM |
On 2009-12-23 17:02:22, zokowmali wrote:
cool pics navar! I', still not used to manual settings...
thanks.yea its all full auto
http://en.islamway.net/ |
|
bluechip Joined: Jun 09, 2009 Posts: 477 PM |
On 2009-12-23 17:45:14, Navar wrote:
On 2009-12-23 17:02:22, zokowmali wrote:
cool pics navar! I', still not used to manual settings...
thanks.yea its all full auto
wow man ur drivers are great... today i clicked a few shots..
i couldnt post it cos im busy patching my phone....
|
Navar Joined: May 02, 2008 Posts: > 500 From: Jordan PM |
On 2009-12-23 18:03:33, bluechip wrote:
On 2009-12-23 17:45:14, Navar wrote:
On 2009-12-23 17:02:22, zokowmali wrote:
cool pics navar! I', still not used to manual settings...
thanks.yea its all full auto
wow man ur drivers are great... today i clicked a few shots..
i couldnt post it cos im busy patching my phone....
thanks i am glad to hear that
http://en.islamway.net/ |
Navar Joined: May 02, 2008 Posts: > 500 From: Jordan PM |
with love v5.0 final-macro mod full auto mod
http://en.islamway.net/ |
zokowmali Joined: May 02, 2009 Posts: 139 PM |
man,it really works good with full auto mod!
 |
Navar Joined: May 02, 2008 Posts: > 500 From: Jordan PM |
On 2009-12-25 18:30:31, zokowmali wrote:
man,it really works good with full auto mod!
thank you . Yea that what i was want always to have good shot in normal mod
http://en.islamway.net/ |
Navar Joined: May 02, 2008 Posts: > 500 From: Jordan PM |
with love v5.0 FINAL WITHOUT manual setting in the first post!!
http://en.islamway.net/ |
bahraini Joined: Nov 27, 2001 Posts: 361 PM |
thanx mate
really great job
but can someone plz tell me how to upload those pics to my phone
am not good in these stuff
|
Navar Joined: May 02, 2008 Posts: > 500 From: Jordan PM |
On 2009-12-31 09:49:36, bahraini wrote:
thanx mate
really great job
but can someone plz tell me how to upload those pics to my phone
am not good in these stuff
right click on the pictuer then save image as
http://en.islamway.net/ |
Navar Joined: May 02, 2008 Posts: > 500 From: Jordan PM |
v5.4 in the first post.test the diffrent 
[ This Message was edited by: Navar on 2010-01-05 11:08 ] http://en.islamway.net/ |
Navar Joined: May 02, 2008 Posts: > 500 From: Jordan PM |
sorry guys iam buzy .just try it and tell me the result
[ This Message was edited by: Navar on 2010-01-07 13:43 ] http://en.islamway.net/ |
Navar Joined: May 02, 2008 Posts: > 500 From: Jordan PM |
[ This Message was edited by: Navar on 2010-03-23 09:08 ] http://en.islamway.net/ |
witchking Joined: Feb 07, 2009 Posts: 231 PM |
There are MANY errors in this camdriver...
e.g. these in lines which you copied from Brazzuka's v 6.0 driver have missing macros. The values i have made bold are not specified in the drive at all.
Code:
|
INIT_SAT_CC =
$p5 10
$c5 00
#COM_EVENT(58,#ST)
$cl
#COM_EVENT(58,03)
$cx;
|
|
Code:
| WB_CC =
#SET_REG(65,F8)
#SET_REG(66,04)
#COM_EVENT(13,01)
#INIT_SAT_CC; |
|
Code:
| FL_R =
#COM_EVENT(58,#SR)
#COM_EVENT(55,#CR)
#COM_EVENT(13,00);
|
|
Code:
|
FL_A =
#COM_EVENT(58,#SA)
#COM_EVENT(55,#CA)
#COM_EVENT(13,00);
|
|
Many codes are conflicting, e.g.
These lines for flash mode copied from Bz 6.0 :
Code:
| FL_R =
#COM_EVENT(58,#SR)
#COM_EVENT(55,#CR)
#COM_EVENT(13,00);
|
|
Code:
|
FL_A =
#COM_EVENT(58,#SA)
#COM_EVENT(55,#CA)
#COM_EVENT(13,00);
|
|
they conflict with the lines of flash code that you copied from my driver, look at the values i made bold, i meant my driver to have CC on in flash whereas in bz 6.0, CC was off, so again that's a conflict:
Code:
|
RERFLASH = // Additional RER Flash settings
#COM_EVENT(58,06) //Saturation
#COM_EVENT(55,01) //Contrast
$p1 01
$c1 02
#COM_EVENT(13,01)
$cl
$c1 04
#COM_EVENT(13,01)
$cl
$p1 11
$c1 01
#COM_EVENT(13,01)
$cl
$p1 08
$c1 03
#COM_EVENT(13,01)
$cl
$p1 08
$c1 01
#COM_EVENT(13,01)
$cl
#COM_EVENT(13,00)
$cx $cx $cx $cx $cx;
|
|
Code:
|
AUTOFLASH = // Additional Auto Flash settings
#COM_EVENT(58,06) //Saturation
#COM_EVENT(55,01) //Contrast
$p1 01
$c1 02
#COM_EVENT(13,01)
$cl
$c1 04
#COM_EVENT(13,01)
$cl
$p1 11
$c1 01
#COM_EVENT(13,01)
$cl
$p1 08
$c1 03
#COM_EVENT(13,01)
$cl
$p1 08
$c1 01
#COM_EVENT(13,01)
$cl
#COM_EVENT(13,00)
$cx $cx $cx $cx $cx
;
|
|
In the same way, These lines below from Bz 6.0:
Code:
|
INIT_SAT_CC =
$p5 10
$c5 00
#COM_EVENT(58,#ST)
$cl
#COM_EVENT(58,03)
$cx;
WB_CC =
#SET_REG(65,F8)
#SET_REG(66,04)
#COM_EVENT(13,01)
#INIT_SAT_CC;
RET =
#COM_EVENT(13,00)
$p5 10
$c5 00
#COM_EVENT(58,08)
#COM_EVENT(55,FF)
$cl
$cx
$p5 10
$c5 01
#COM_EVENT(58,04)
#COM_EVENT(55,FF)
$cl
$cx
$p5 10
$c5 02
#COM_EVENT(58,08)
#COM_EVENT(55,FF)
$cl
$cx
$p5 10
$c5 03
#COM_EVENT(58,04)
#COM_EVENT(55,FF)
$cl
$cx
$p5 10
$c5 04
#COM_EVENT(58,05)
#COM_EVENT(55,FF)
$cl
$cx
$p5 10
$c5 05
#COM_EVENT(58,07)
#COM_EVENT(55,FF)
$cl
$cx
$p5 10
$c5 06
#COM_EVENT(58,04)
#COM_EVENT(55,FF)
$cl
$cx
$p5 10
$c5 07
#COM_EVENT(58,06)
#COM_EVENT(55,FF)
$cl
$cx; |
|
Conflict with:
Code:
|
COLOURGAIN =
$p5 10
$c5 00
#COM_EVENT(58,0A)
$cl
$c5 07
#COM_EVENT(58,01)
$cl
#COM_EVENT(58,07)
$cx
$cx
;
UPDATECOLOUR = // Improvement in colours
#SET_REG(65,FB) // 7f blue 00 - 7F = cyan, 80 - FF = red
#SET_REG(66,1A) // 7f green 00 - 7F = yellow, 80 - FF = magenta
#COM_EVENT(13,01)
#COLOURGAIN
;
CCOFF =
#COM_EVENT(13,00)
$p5 10
$c5 00
#COM_EVENT(58,0A)
#COM_EVENT(55,00)
$cl $cx
$p5 10
$c5 01
#COM_EVENT(58,04)
#COM_EVENT(55,00)
$cl
$cx
$p5 10
$c5 02
#COM_EVENT(58,06)
#COM_EVENT(55,00)
$cl
$cx
$p5 10
$c5 03
#COM_EVENT(58,02)
#COM_EVENT(55,00)
$cl
$cx
$p5 10
$c5 04
#COM_EVENT(58,02)
#COM_EVENT(55,00)
$cl
$cx
$p5 10
$c5 05
#COM_EVENT(58,0A)
#COM_EVENT(55,00)
$cl
$cx
$p5 10
$c5 06
#COM_EVENT(58,09)
#COM_EVENT(55,00)
$cl
$cx
$p5 10
$c5 07
#COM_EVENT(58,04)
#COM_EVENT(55,00)
$cl
$cx;
|
|
Some values are repeated, e.g. from Brazzuka's v 6.0 and v 8.0
From v 6.0:
Code:
|
INIT_SAT_CC =
$p5 10
$c5 00
#COM_EVENT(58,#ST)
$cl
#COM_EVENT(58,03)
$cx;
WB_CC =
#SET_REG(65,F8)
#SET_REG(66,04)
#COM_EVENT(13,01)
#INIT_SAT_CC;
RET =
#COM_EVENT(13,00)
$p5 10
$c5 00
#COM_EVENT(58,08)
#COM_EVENT(55,FF)
$cl
$cx
$p5 10
$c5 01
#COM_EVENT(58,04)
#COM_EVENT(55,FF)
$cl
$cx
$p5 10
$c5 02
#COM_EVENT(58,08)
#COM_EVENT(55,FF)
$cl
$cx
$p5 10
$c5 03
#COM_EVENT(58,04)
#COM_EVENT(55,FF)
$cl
$cx
$p5 10
$c5 04
#COM_EVENT(58,05)
#COM_EVENT(55,FF)
$cl
$cx
$p5 10
$c5 05
#COM_EVENT(58,07)
#COM_EVENT(55,FF)
$cl
$cx
$p5 10
$c5 06
#COM_EVENT(58,04)
#COM_EVENT(55,FF)
$cl
$cx
$p5 10
$c5 07
#COM_EVENT(58,06)
#COM_EVENT(55,FF)
$cl
$cx;
FL_R =
#COM_EVENT(58,#SR)
#COM_EVENT(55,#CR)
#COM_EVENT(13,00);
FL_A =
#COM_EVENT(58,#SA)
#COM_EVENT(55,#CA)
#COM_EVENT(13,00);
|
|
From v 8.0:
Code:
|
INIT_SAT_CC =
$p6 10
$c6 00
#COM_EVENT(58,0A)
$cl
$p5 10
$c5 07
#COM_EVENT(58,00)
$cl
#COM_EVENT(58,05)
$cx
$cx;
WB_CC =
$ph 09
$ch 01
#COM_EVENT(58,04)
#SET_REG(65,00)
#SET_REG(66,10)
#COM_EVENT(13,01)
$cl
#SET_REG(65,00)
#SET_REG(66,07)
#INIT_SAT_CC
$pi 01
$ci 00
#COM_EVENT(13,01)
$cl
#COM_EVENT(13,00)
$cx
$cx;
RET =
#COM_EVENT(13,00)
$p5 10 $c5 00 #COM_EVENT(58,0A) #COM_EVENT(55,00) $cl $cx
$p5 10 $c5 01 #COM_EVENT(58,05) #COM_EVENT(55,00) $cl $cx
$p5 10 $c5 02 #COM_EVENT(58,06) #COM_EVENT(55,00) $cl $cx
$p5 10 $c5 03 #COM_EVENT(58,02) #COM_EVENT(55,00) $cl $cx
$p5 10 $c5 04 #COM_EVENT(58,02) #COM_EVENT(55,00) $cl $cx
$p5 10 $c5 05 #COM_EVENT(58,08) #COM_EVENT(55,00) $cl $cx
$p5 10 $c5 06 #COM_EVENT(58,09) #COM_EVENT(55,00) $cl $cx
$p5 10 $c5 07 #COM_EVENT(58,04) #COM_EVENT(55,00) $cl $cx;
FL_R =
#COM_EVENT(58,01)
#COM_EVENT(55,00)
#COM_EVENT(13,00);
FL_A =
#COM_EVENT(58,01)
#COM_EVENT(55,00)
#COM_EVENT(13,00);
|
|
UPDATE_MIN_FRMRATE = // Updates minimum framerate
$p5 10
$c5 03
#SET_REG(22,01) // DRAFT_MIN_FRMRATE 2 fps
$cl
#SET_REG(22,01) // DRAFT_MIN_FRMRATE 5 fps
$cx;
has also been written twice in the driver.
And the biggest mistake of all, ALL these macros are present in the driver but you have not added any in the driver code body, so none of them will be implemented... |
Navar Joined: May 02, 2008 Posts: > 500 From: Jordan PM |
thank you witchking.i say already that my camdrive bassed on the orginal v3.7 and barazzuka v8.0 final.then iam not a moder and every one know that.i just share what i do with my owen camdrive.thank you agine.i will try to fix that errors.greating
Edite: witchking.i chekd my camdrive v8.0 there is just 1 code rpeated by mistake that the UPDATE_MINI_FRAMRATE .and i think i dont need to delet the rpeat 1.thank you to your notice any way.all the codes working
[ This Message was edited by: Navar on 2010-01-07 19:50 ] http://en.islamway.net/ |
bluechip Joined: Jun 09, 2009 Posts: 477 PM |
@NAVAR here's some macros from ur latest "k850 with love v5.4 updat with manual settings"
the results are extremely good, Congrats..
|
|
Access the forum with a mobile phone via esato.mobi
|