Sony Ericsson / Sony : Software, Firmware and Drivers : Super camera driver for k750/w800/w810
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> Super camera driver for k750/w800/w810
Bookmark topic
@All
can anyone test my new mod on w810? Because i don't have a w810 and i don't know if it's work...
For k750 and w800 works ok!
--
Posted: 2007-04-28 12:12:55
Edit :
Quote
On 2007-04-28 08:12:30, Nirodha wrote:
P.S. I've got an idea to make Fine Quality pix use the stock compression and have Normal Quality pix use the automatic compression. What do you think Sarmad? And, if I were to do that, which seq_set_prop (5_0 or 5_1) would I change?
I thought about that too.. but then we're putting too many options on the quality mode selection.. but there's definitely no problem in doing it.. seq_set_prop_5_0 is Fine mode.. 5_1 is Normal mode.. so you could do something like
seq_set_prop_5_1 = $s8 00;
this way, normal quality mode will have the automatic compression and leave CC off.. and fine mode will have stock compression and CC on.. but really I don't think it's a great idea, but the option is there if you really want to do it.
--
Posted: 2007-04-28 13:59:08
Edit :
Quote
I put this:
seq_set_prop_5_0=$z0
$s2 59
$c0 01 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,0F) #SET_JPEG_AVG(00,08) #SET_JPEG_QUALITY $cl
$c0 02 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,19) #SET_JPEG_AVG(00,0F) #SET_JPEG_QUALITY $cl
$c0 03 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,28) #SET_JPEG_AVG(00,14) #SET_JPEG_QUALITY $cl
$c0 04 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,96) #SET_JPEG_AVG(00,50) #SET_JPEG_QUALITY $cl
$c0 05 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,54) #SET_JPEG_AVG(01,2C) #SET_JPEG_QUALITY $cl
$c0 06 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(02,1c) #SET_JPEG_AVG(01,cc) #SET_JPEG_QUALITY $cl
$c0 07 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,f4) #SET_JPEG_AVG(01,a4) #SET_JPEG_QUALITY $cl
$c0 08 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(02,30) #SET_JPEG_AVG(01,e0) #SET_JPEG_QUALITY
$cx $cx $cx $cx $cx $cx $cx $cx
$s8 00;
seq_set_prop_5_1=$z0
$s2 59
$c0 01 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,0F) #SET_JPEG_AVG(00,08) #SET_JPEG_QUALITY $cl
$c0 02 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,19) #SET_JPEG_AVG(00,0F) #SET_JPEG_QUALITY $cl
$c0 03 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,28) #SET_JPEG_AVG(00,14) #SET_JPEG_QUALITY $cl
$c0 04 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,96) #SET_JPEG_AVG(00,50) #SET_JPEG_QUALITY $cl
$c0 05 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,54) #SET_JPEG_AVG(01,2C) #SET_JPEG_QUALITY $cl
$c0 06 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(02,1c) #SET_JPEG_AVG(01,cc) #SET_JPEG_QUALITY $cl
$c0 07 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,f4) #SET_JPEG_AVG(01,a4) #SET_JPEG_QUALITY $cl
$c0 08 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(02,30) #SET_JPEG_AVG(01,e0) #SET_JPEG_QUALITY
$cx $cx $cx $cx $cx $cx $cx $cx
$s8 01;
instead of this:
seq_set_prop_5_0=$s2 59 $s8 01 06 02 00 01 01 08 #CMD_END;
seq_set_prop_5_1=$s2 59 $s8 00 06 02 00 01 00 08 #CMD_END;
is it correct? should work or is it wrong?
thanks guys!!!
--
Posted: 2007-04-28 15:16:14
Edit :
Quote
kopritis you will kill me, but I'm not sure, adding EM is great idea. Well I took quickly two photos....very fast em, but maybe more noisy (I havent tested long, so maybe I'm totaly out). I confess that I replaced it with your older version because fast non-focusing shooting.)))
--
Posted: 2007-04-28 16:27:36
Edit :
Quote
On 2007-04-28 15:16:14, AllanJacques wrote:
I put this:
seq_set_prop_5_0=$z0
$s2 59...
is it correct? should work or is it wrong?
thanks guys!!!
Hi Allan and Sarmad,
Here's a version of
4.81 Spot I just hacked to include
JPEG 75% on Normal Quality pix and JPEG 89% on Fine Quality pix. So far, it seems to work fine.
Sarmad 4.81 with Spot Photometry and Optimal JPEG
http://www.mediafire.com/?4iixddmmkke
And, here are a couple of example pix:
Enhanced, Night Mode, LED Flash, Autofocus,
Normal Quality (281 KB)
Enhanced, Night Mode, LED Flash, Autofocus,
Fine Quality (482 KB)
Peace,
Nirodha
_________________
Black W810i: Crystal Case, Samsonite black leather holster, 512MB + 2GB Memory Sticks, R4DB005 firmware, Pimped FM Megabass 7.0 Acoustic, Sarmad 4.81 w/Spot Camera, 20+ extra Flash menus, custom Startup and Shutdown screens. Luvin' it!
[ This Message was edited by: Nirodha on 2007-04-28 17:23 ]
--
Posted: 2007-04-28 16:41:12
Edit :
Quote
Kriomag v21.8
Sarmad's 4.81
I think that Sarmad's 4.81 is the best camdriver for making photos with makro.
--
Posted: 2007-04-28 16:51:22
Edit :
Quote
On 2007-04-28 16:51:22, pRo_lama wrote:
I think that Sarmad's 4.81 is the best camdriver for making photos with makro.
maybe your phone is broken?

on my k750 21.8 macro is working very good, maybe you turned 1.1 (infinity) while making thic pictures? :/ strange....
PS. on my 2 brothers k750's macro is working also v good.
--
Posted: 2007-04-28 17:24:45
Edit :
Quote
@ kiromag when you will release 21.9 ?
and by the way... in my
k750i@w800i 21.8?(fixed) works great!
especially macro mode...
[ This Message was edited by: 666cin on 2007-04-28 16:44 ]
[ This Message was edited by: 666cin on 2007-04-28 16:48 ]
--
Posted: 2007-04-28 17:39:26
Edit :
Quote
@pro_lama
Perhaps it has to do with your phone, not all camdrivers work well with a particular type of phone, as pointed out by Sarmad and the sharpness settings.
Or, you just plain stink at taking pics... haha, the pictures seem so one-sided for some reason. But I have still yet to try Sarmad's...
Do you mind posting up the link to 4.81 so I can give it a try myself?
--
Posted: 2007-04-28 17:52:20
Edit :
Quote
@Mr.Kája
35.5 is not my final version... so, every notice will be good for me!
--
Posted: 2007-04-28 18:10:56
Edit :
Quote
New Topic
Reply