Esato

Forum > Sony Ericsson / Sony > Software, Firmware and Drivers > Modded Camera Driver for Sony Ericsson k850

Previous  123 ... 293031 ... 373839  Next
Author Modded Camera Driver for Sony Ericsson k850
Kato
K850 Blue
Joined: Nov 28, 2008
Posts: 21
PM
Posted: 2009-02-17 14:04
Reply with quoteEdit/Delete This PostPrint this post

On 2009-02-16 23:36:16, Duran wrote:
I'm currently using Brazuka's 6.0, and its great..but like the older versions, i keep getting "The camera is in use by another application, please close it and try again". I get this 50% of the time when i try to make a picture.. and it's rendered my k850 useless. I have to reboot to be able to make pictures.. (or wait for some time)

Any help?

Thanks

edit: it says in the main post "restart camera" but this does not resolve the problem

[ This Message was edited by: Duran on 2009-02-16 22:40 ]

I think if you reduce the size of the buffer this problem gone
try shots with 3mpx or in quality "normal"
sale987
Elm Black
Joined: May 27, 2008
Posts: 372
From: Bosnia, Zivinice
PM, WWW
Posted: 2009-02-17 21:06
Reply with quoteEdit/Delete This PostPrint this post

On 2009-02-17 14:04:30, Kato wrote:
I think if you reduce the size of the buffer this problem gone
try shots with 3mpx or in quality "normal"

Will he well make it changing on the 3 mpix, but thats not solution, than i'll the rather go for someone else driver. But again good notice
rodrigoc_p
C901 Black
Joined: Nov 06, 2007
Posts: 37
PM
Posted: 2009-02-18 01:44
Reply with quoteEdit/Delete This PostPrint this post
6.0 edited:

Ruxxx
K850 Blue
Joined: Sep 13, 2008
Posts: 105
PM
Posted: 2009-02-18 03:45
Reply with quoteEdit/Delete This PostPrint this post
not the best i've seen... :S
kay188
K850 Blue
Joined: Oct 09, 2008
Posts: 31
PM
Posted: 2009-02-18 07:05
Reply with quoteEdit/Delete This PostPrint this post

On 2009-02-14 07:31:07, nnr3 wrote:

On 2009-02-13 23:06:23, kay188 wrote:
In the camdriver 6.0, the option of changing the shutter speed is given.
For those who want to modify the shutter speed but dont know what hex value reperesents what, I've taken the liberty to create a table of the shutter speed values of each hex value

In the camdriver, it was stated that FPS value needs to be in conjunction with the shutter speed. I personally do not know what effect the FPS has on the shutter speed.

*Note*
Tested values data were drawn from picture's EXIF data.
Values that are predicted are not labeled tested. Predictions are based on rules of photography's value increments.

0A is the FPS value

01 -> 1 + 0A = 1/6400 shutter speed
02 -> 2 + 0A = 1/5000 shutter speed tested
03 -> 3 + 0A = 1/4000 shutter speed
04 -> 4 + 0A = 1/3200 shutter speed
05 -> 5 + 0A = 1/2500 shutter speed
06 -> 6 + 0A = 1/2000 shutter speed
07 -> 7 + 0A = 1/1600 shutter speed
08 -> 8 + 0A = 1/1000 shutter speed
09 -> 9 + 0A = 1/800 shutter speed
0A -> 10 + 0A = 1/640 shutter speed
0B -> 11 + 0A = 1/500 shutter speed
0C -> 12 + 0A = 1/400 shutter speed tested
0D -> 13 + 0A = 1/320 shutter speed
0E -> 14 + 0A = 1/250 shutter speed
0F -> 15 + 0A = 1/200 shutter speed tested
10 -> 16 + 0A = 1/160 shutter speed
11 -> 17 + 0A = 1/125 shutter speed
12 -> 18 + 0A = 1/100 shutter speed
13 -> 19 + 0A = 1/80 shutter speed
14 -> 20 + 0A = 1/60 shutter speed
15 -> 21 + 0A = 1/50 shutter speed
16 -> 22 + 0A = 1/40 shutter speed
17 -> 23 + 0A = 1/30 shutter speed
18 -> 24 + 0A = 1/25 shutter speed
19 -> 25 + 0A = 1/20 shutter speed tested
1A -> 26 + 0A = 1/15 shutter speed tested
1B -> 27 + 0A = 1/13 shutter speed tested
1C -> 28 + 0A = 1/10 shutter speed
1D -> 29 + 0A = 1/8 shutter speed tested
1E -> 30 + 0A = 1/4 shutter speed
1F -> 31 + 0A = 1/2 shutter speed
20 -> 32 + 0A = 1 second shutter speed

Values above 1F are not tested.

My personal recommendation is 1B, of 1/13 of a second. Less camera shake than if you use 1/8 of a second.

Do you know how to change the flash shutterspeed? I want to change because it's insanely fast.
Thanks in advance.



I figured it out


//===============================XENON FLASH
seq_set_prop_e_0 = $sd 00 #SET_REG(91,00) #RET;
seq_set_prop_e_1 = $sd 01;
seq_set_prop_e_2 = $sd 02 #FLASH_SETTINGS;
seq_set_prop_e_3 = $sd 03 #FLASH_SETTINGS;
seq_set_prop_e_4 = $sd 04 #SET_REG(91,03);
seq_get_prop_17 =
#READ_REG(93)
$-4 02 $m0 4
$sf.06 0
$cd 02
$c0 01
#FL_A
$sf.06 1
$p5 10
$c5 04
#SET_REG(9E,1A)
#SET_REG(91,22)
$cl
#SET_REG(9E,0E)
#SET_REG(91,03)
$cx
$cl
$p5 10
$c5 04
$sf.06 0
#WB_CC
#SET_REG(91,00)
$cl
#WB_CC
#SET_REG(91,#FN)
$cx
$cx
$cl
$cx
$cd 03
$c0 01
#FL_R
$sf.06 1
$p5 10
$c5 04
#SET_REG(9E,1A)
#SET_REG(91,13)
$cl
#SET_REG(9E,0E)
#SET_REG(91,13)
$cx
$cl
$p5 10
$c5 04
$sf.06 0
#WB_CC
#SET_REG(91,00)
$cl
#FL_R
$sf.06 1
// #SET_REG(9E,#FS)
#SET_REG(91,#FC)
$cx
$cx
$cl
$cx
$s1 00 $s2 00 $s3 00;
//===============================XENON FLASH


If you want to modify the mechanical shutter speed, you need to change the 0E in the bolded line above.

The first bolded line is for Auto Flash mode.
The second bolded line is for R.E.R Flash mode.

Change the 0E to the corresponding shutter speed and hex values on my table above.

So if you change 0E to 11, then the shutter speed will be 1/125 of a second.

After taking a picture, the EXIF data shows that the shutter speed is indeed 1/125.


Edit to your liking

Thanks to strong for listing EVERY SINGLE line, on what values does what in his camdrivers

[ This Message was edited by: kay188 on 2009-02-18 06:13 ]
ceaser2008
Aino White
Joined: Jul 14, 2008
Posts: > 500
From: Surat, India
PM
Posted: 2009-02-18 07:20
Reply with quoteEdit/Delete This PostPrint this post
@duran and to all who are getting running another application error

This solution was mentioned previously, i dont know by whom, but i thank him for his help.
The solution is that you should install other camdrive and run the camera. Then reinstall the brazuka 6.0 drive. That's it. Now i am not getting this error. I got it once, but at that time actually other application was running.
Try this, it should work.

One complaint=>

After making this drive, has brazuka really cared to solve the problems which we have faced? He even didnt care to answer the posts. I think he has lost interest in K850i. When his drive was launched, he didnt tell how to record video from front cam, despite of so many queries about it. Thanks to other guy who has revealed this. Are you guys agree with me?
Sorry brazuka, but we need your attention here.
ESATO Most Loved & Best Asian Member MMX & MMIX
February : Shoot The MUSIC
kay188
K850 Blue
Joined: Oct 09, 2008
Posts: 31
PM
Posted: 2009-02-18 08:25
Reply with quoteEdit/Delete This PostPrint this post

On 2009-02-15 06:19:54, rodrigoc_p wrote:
@kay188:
the shutter flash (is manual (or mechanical)) be found in property 23 (if flash needed).

REMEMBER: slow flash sync with slow shutter and fast flash sync with fast shutter.


I have just tested.

Changing values for the Xenon flash shutter speed does jack. Nothing.

It only changes the values IN the EXIF data that is recorded in the picture itself.

As I TOLD you, the shutter is mechanical. It's fixed at the speed of 1/250 of a second.

Unless someone does extensive modding, the mechanical shutter can be slowed down... maybe.

Using an electronic shutter with flash is possible as seen by using Twilight Portrait.

It uses an electronic shutter of 1/10th of a second in this camdriver, and 1/8th of a second in strong's driver.

nnr3
K850 Green
Joined: Mar 23, 2008
Posts: 357
From: Philippines
PM, WWW
Posted: 2009-02-18 12:52
Reply with quoteEdit/Delete This PostPrint this post
Thanks for that, kay188
I LOVE my iPhone 3G S
IK850i -R1FA035- Modded camdriver + Modded Display Driver
Modded Acoustic + Creative EP630 + 8GB M2
http://nnr3.deviantart.com
peabody624
T68 gold
Joined: Apr 12, 2004
Posts: 22
PM
Posted: 2009-02-20 18:49
Reply with quoteEdit/Delete This PostPrint this post
I realize you increased the video recording resolution and it got me thinking, is there a limit to video resolution? I mean, couldn't you just enable 640x480 videos, or does the phone simply not support it?

[ This Message was edited by: peabody624 on 2009-02-20 17:50 ]
tolyo
K850 Blue
Joined: Mar 19, 2008
Posts: 120
From: Turkey
PM
Posted: 2009-02-21 11:53
Reply with quoteEdit/Delete This PostPrint this post
camdrivers small test

samsung S760




brazuka-cybershot 6.0 edited by tolyo



strong v1.3



strong v1.3 edited by tolyo



samsung S760



brazuka-cybershot 6.0 edited by tolyo



strong v1.3



strong v1.3 edited by tolyo



fountainhead adress

http://resim.donanimhaber.com[....]mpage_43/key_//tm.htm#29917217
ace1025
K850 Green
Joined: Dec 13, 2008
Posts: 47
From: Malaysia
PM, WWW
Posted: 2009-02-21 13:11
Reply with quoteEdit/Delete This PostPrint this post
nice comparison u got there
can u add 1 more camdriver to the comparison?
Cybershot™ v7.25 BestPicColor™ by adolf vicious.. i think he edit brazzuka 6.0.. someguy in my forum said its better than 6.0
Duran
K850 Blue
Joined: Aug 25, 2006
Posts: > 500
From: Netherlands
PM
Posted: 2009-02-24 01:19
Reply with quoteEdit/Delete This PostPrint this post
I still get the 'another application' error even on 3MP mode..
ace1025
K850 Green
Joined: Dec 13, 2008
Posts: 47
From: Malaysia
PM, WWW
Posted: 2009-03-04 07:22
Reply with quoteEdit/Delete This PostPrint this post
How to disable auto iso in scene mode =(
I tried to edit 6.0 driver and change the Night Portrait Mode ISO value to 200 constant. But it still on Auto ISO.
lipe
W995 Red
Joined: Jun 19, 2008
Posts: 87
PM
Posted: 2009-03-06 03:41
Reply with quoteEdit/Delete This PostPrint this post
guys guys we expect the supermode k850 strong!!!
strong said will do supermode k850 all us wait for this

Navar
Vivaz Black
Joined: May 02, 2008
Posts: > 500
From: Jordan
PM
Posted: 2009-03-06 04:56
Reply with quoteEdit/Delete This PostPrint this post
What supermod mean?
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 293031 ... 373839  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic