Author |
Super camera driver for k750/w800/w810 |
takeokun Joined: Jul 08, 2006 Posts: 4 PM |
@ lengstreet
Hehe. You´re welcome.
@ drdeepankar
I´m sorry, but as I said I am not a modder. Sorry. |
|
mario06 Joined: Apr 16, 2007 Posts: 73 PM |
takekun. Can u help by posting a driver based on these changes? |
takeokun Joined: Jul 08, 2006 Posts: 4 PM |
@ mario06
Sorry I can't. |
ukaszek Joined: Jan 30, 2007 Posts: 29 PM |
5.7
 |
shouhei Joined: Apr 28, 2007 Posts: 66 PM |
On 2007-06-09 10:04:38, Raiderski wrote:
@Randolph
city pictures were done without additional settings - no EV change, auto white balance, only focus was set to infinity
@radicalgel
hehe, nice beast  i will show him to my fiancee - fear in her eyes is priceless
@shouhei
you say - you have  you find everything in driver code
i did small changes in NEW VERSION:
1. at top of the driver code is list of most changed values. if you want to change something feel free. there is macro zoom preview value also so you can change it
2. small bug in focus infinity mode fixed
http://www.sendspace.com/file/j5adwr
i don't know how this version behave on CID49 phones but i will prepare suitable version in case of any problems
Cheers Raider!
I also added the variable for shutter speed for people that want to change it
// shutter speed: Kriomag = 3C Raider = 40
SHUTTER= 40;
HQ=$p1 0d
$c1 00
$p1 0e
$c1 00
05 01 00 23 01 $f $r2 1 1
$m0 1 $/0 28
$c0 00
$m0 1 $/0 03
$c0 00
$cl
$s0 #SHUTTER $-0 r1
#CMD(04,$w0)
$cx
$cx
$cx
$cx;
EDIT: Hmm it seems to make the picture darker after its been taken if I use the variable...ignore this post unless anyone knows another way.
[ This Message was edited by: shouhei on 2007-06-09 12:43 ] |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
@shouhei
this doesn't work because you can't split one command using #VALUE:
SHUTTER= 40;
$s0 #SHUTTER $-0 r1
should be:
SHUTTER= $s0 40;
#SHUTTER $-0 r1
|
strong Joined: May 18, 2007 Posts: > 500 From: Greece PM |
Can somone upload the Professional Camera Driver v8.64
Thanks |
mario06 Joined: Apr 16, 2007 Posts: 73 PM |
On 2007-06-09 13:11:35, takeokun wrote:
@ mario06
Sorry I can't.
to be honest these fotos are fakes thats why you can't  |
F-Lexx Joined: May 09, 2007 Posts: 163 From: Romania PM |
it wasn't mario06 who took those pictures, it was DarKMaGiCiaN.
and they're not fake. I downloaded them and used an EXIF reader.. they were really taken with a k750i phone, with most settings on auto.
however, I don't think it was really the driver's fault for those pictures looking so good. I think the guy was just at the right place, at the right time. I mean, you don't see sunsets like that every day.
[ This Message was edited by: f-lexx on 2007-06-10 08:06 ] |
massgeorge Joined: Mar 15, 2007 Posts: 25 PM |
I was looking back through my pictures and I've gotten great pictures from the first day. Most of my pics use various Sarmad drivers but I use SPU's now because of the flash functionality.
This is with the stock driver third day with the phone. I had go idea that you can mod phone at this time! It's my fault it overexposed
And today with 1.3 beta 3 in supermode with saturation set to 1.1(black and white)
_________________
Rogers network black w810i
[ This Message was edited by: massgeorge on 2007-06-10 02:40 ] |
takeokun Joined: Jul 08, 2006 Posts: 4 PM |
@ mario06
Photos? What are you talking about? I didn't post any photos! o_0
I just translated Paparazy's post. |
italmeida Joined: Apr 16, 2007 Posts: 32 PM |
Pictures in the daytime, until the original drive he photographs with perfection, I want to see pictures with low light and artificial light, I want to see the pictures in those light conditions exit without noise. |
lengstreet Joined: Apr 18, 2007 Posts: 92 From: Thailand PM |
@modded
anyone share, how to modded camdriver? pls.
http://www.flickr.com/photos/lengstreet |
Izlude99 Joined: Mar 01, 2007 Posts: 16 PM |
Ok, perhaps this has been asked before so I apologize if that is the case. It's damn hard to search pages upon pages of this topic just to find the instructions. This is regarding Sarmad's 5.7 driver.
1. For the Spot Photometry version, how do you activate this function? Or is this function turned on all the time?
2. Is there an picture mode setting for this driver like Beach, Sport, etc.?
3. How do you adjust the manual shutter?
Thanks in advance for the helps. |
pakraider Joined: Jul 25, 2003 Posts: 313 PM |
On 2007-06-10 09:20:36, Izlude99 wrote:
Ok, perhaps this has been asked before so I apologize if that is the case. It's damn hard to search pages upon pages of this topic just to find the instructions. This is regarding Sarmad's 5.7 driver.
1. For the Spot Photometry version, how do you activate this function? Or is this function turned on all the time?
2. Is there an picture mode setting for this driver like Beach, Sport, etc.?
3. How do you adjust the manual shutter?
Thanks in advance for the helps.
1. Using Fine quality mode switches on Spot Photometry.. if you go to Normal mode, it's back to Center-weighted as usual.
2. no, there are no profiles to keep the driver simple and easy to use for everyone, although you can always adjust settings for any particular shot. for instance for most sports you would want to just set the manual focus to infinity (1.1) to take a quick shot without waiting for autofocus.
3. There is no manual shutter option, however there is manual focus.. when macro mode is on, the zoom keys change the focus.. 1.0 is autofocus, 1.1 is infinity, and 4.0 (the maximum) is the closest possible range.
my driver isn't intended to have zillions of different options, but to be a high quality simple camera driver with the enhanced mode functionality that everyone can use.
moved on to the Nexus One..  needs a better Android  |
|