Author |
Simply Clever&MHQ Camdrivers for K550i/W610i (update 09.19.08)) |
one love Joined: Oct 18, 2007 Posts: 49 PM |
I wonder if you can modify the gui version o f the camera? To add possibilities like live color or svr....I sugest to reverse to the original compression of 85%. In rest 2.35 is good. Waiting for 2.36 |
|
one love Joined: Oct 18, 2007 Posts: 49 PM |
Plz revert to original compression of 85% in fine mode...in your 2.36. I wonder if you can modifiy the gui version of the camera...? |
SonarikK510 Joined: Oct 15, 2007 Posts: 156 From: Saratov, Russia Federation PM |
I can't modify GUI!!!
Why 85 percents of quality?
W610 + M2 512Mb + HBH-DS970 + Patches + Flash menus + Language edit + Most High Quality camdriver ( by me  ) + many other...... |
lovelybird Joined: Oct 02, 2007 Posts: 3 PM |
you can use original compression of 85% in normal mode, many people think 85% is good enough, and make photo size much small. |
SonarikK510 Joined: Oct 15, 2007 Posts: 156 From: Saratov, Russia Federation PM |
Ok, i'm set all parametrs from original camdriver FINE mode to my 2.36 in normal mode.
W610 + M2 512Mb + HBH-DS970 + Patches + Flash menus + Language edit + Most High Quality camdriver ( by me  ) + many other...... |
zungi Joined: Oct 01, 2007 Posts: 38 PM |
[ This Message was edited by: zungi on 2010-04-19 22:02 ] |
SonarikK510 Joined: Oct 15, 2007 Posts: 156 From: Saratov, Russia Federation PM |
SVR is normal VR.
W610 + M2 512Mb + HBH-DS970 + Patches + Flash menus + Language edit + Most High Quality camdriver ( by me  ) + many other...... |
zungi Joined: Oct 01, 2007 Posts: 38 PM |
[ This Message was edited by: zungi on 2010-04-19 22:02 ] [addsig] |
SonarikK510 Joined: Oct 15, 2007 Posts: 156 From: Saratov, Russia Federation PM |
Because there is a divergence with a sound. Well, it is possible to try
W610 + M2 512Mb + HBH-DS970 + Patches + Flash menus + Language edit + Most High Quality camdriver ( by me  ) + many other...... |
hj_therock Joined: Oct 08, 2007 Posts: 13 PM |
i have a problem after i use driver 2.35
when i open "Face Warp" and take a picture with it , it doesnt work and take zigzagi pics (kinda pics nothing viewable in it) , whats the problem ?
how can i fix it ?

[ This Message was edited by: hj_therock on 2007-11-24 21:53 ] |
hlchan84 Joined: Sep 26, 2007 Posts: 3 PM |
On 2007-11-24 22:48:35, hj_therock wrote:
i have a problem after i use driver 2.35
when i open "Face Warp" and take a picture with it , it doesnt work and take zigzagi pics (kinda pics nothing viewable in it) , whats the problem ?
how can i fix it ?
[ This Message was edited by: hj_therock on 2007-11-24 21:53 ]
I just tested it, I have the same problem too. I am using 2.35 as well. |
fisherman10 Joined: Nov 06, 2007 Posts: 47 PM |
me too
exactly the same problem
i'm also using 2.35
its only happens after u take the pic
when still framing there is nth wrong.
[ This Message was edited by: fisherman10 on 2007-11-25 06:03 ] |
-AK- Joined: Sep 23, 2007 Posts: 16 PM |
2 SonarikK510
Tested mod of 2.35 by pst and last number1's 2.9 and than compared with original 2.35. Noticed that 2.35 by pst and 2.9 obtain better quality pictures in Night mode (till now I believed Night mode of 2.35 is the best). They both used ISO100. So draw a conclusion...
Does anybody know how to attach original image to the post here? Without resizing (I saw someone did it) |
number1 Joined: Sep 12, 2007 Posts: > 500 From: UK,kent,Sittingbourne PM |
@SonarikK510
ur k800i autofocus is coded wrongly it should be
seq_set_prop_a_0 = $go 37 0; // Turn off AF-LED
seq_set_prop_a_1 =
$c9 08 // R5
#COM_EVENT(72,00) // Update the registers
#READ_REG(28,$r2 5 5) // Read AE-value (MSB)in camera reg 28
$>5 5
$p4 10 // Put value of scene property in reg 4
$c4 06 // Sports mode?
// AF-LED OFF in sports mode
$cl
$c5 00 // AF-LED ON?
$go 37 1 // Set gpio 3:7 (AF-LED) to high (one)
$cl $cx
$cx
$cx
$cl // else R6
$ce 01 // AF-LED for IS_MOVIE_MODE?
#COM_EVENT(72,00) // Update the registers
#READ_REG(28,$r2 5 5) // Read AE-value (MSB)in camera reg 28
$>5 5
$c5 00 // AF-LED ON?
$go 37 1 // Set gpio 3:7 (AF-LED) to high (one)
$cl $cx
$cl // Not IS_MOVIE_MODE
#COM_EVENT(72,00) // Update the registers
#READ_REG(3a,$r2 5 5) // Read AE_FLASHINFO_STATUS
$p4 10 // Put value of scene property in reg 4
$c4 07 // Document mode?
// AF-LED OFF in document mode
$cl
$c4 06 // Sports mode?
// AF-LED OFF in sports mode
$cl
$c5 03 // AF-LED ON?
$go 37 1 // Set gpio 3:7 (AF-LED) to high (one)
$cl $cx
$cx
$cx
$cx
$cx
#COM_EVENT(42,01);
seq_set_prop_a_2 = $go 37 0
#COM_EVENT(43,00); // Go to infinity
seq_get_prop_a = 05 01 00 03 03 $f $r4 0 012 // Read out reg. 345 from cam to platform reg 012
$c2 e6 // e6 = AF event
$c1 00
$s0 04 $go 37 0 // AF success, turn off AF-LED
$cl
$s0 05 $go 37 0 // AF failed, turn off AF-LED
$cx
$cl
$c2 e7 // e7 = MF event
// If we are not using manual focus, then this event should just be ignored
$p0 0a
$c0 01
$s0 03 // in progress
$cl
$c1 00
$s0 04 $go 37 0 // MF succes, turn off AF-LED
$cl
$s0 05 $go 37 0 // MF failed, turn off AF-LED
$cx
$cx
$cl
$s0 03 // in progress
$cx
$cx
$s1 00 // Set reg1 to zero
$s2 00 // Set reg2 to zero
$s3 00 // Set reg3 to zero
$"FOCUSOPERATION_%0_%1_%2_%3";
and u can use www.photobucket.com or www.imageshack.com to upload full size images |
hj_therock Joined: Oct 08, 2007 Posts: 13 PM |
no one have an answer for my face warp problem ????? |
|