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
@dark: the pics look superb, but arent you using any other software to reduce noise? i mean, they look very sharp

and the sky's color is awesome(2 last pics)
--
Posted: 2007-06-08 22:21:32
Edit :
Quote
DarKMaGiCiaN Posts: > 500
@tranced
no I just used photo software to resize the pic
the pic is charp because I put the camera in a stand to destroy the movement while taking it pic
and the color because of K 21.9 camera driver which has the option to make the pic more colorfull - it is caled vivd or something like that - ^_^
--
Posted: 2007-06-08 22:44:07
Edit :
Quote
yeah yeah,
vividm i remember that. anyways, your pics are great. i'll give you high scores in the photo gallery
--
Posted: 2007-06-08 22:46:47
Edit :
Quote
Pics with Professional Camera Driver v8.64:
K750@W800 CID 49
--
Posted: 2007-06-08 22:50:42
Edit :
Quote
...the pics:
http://i205.photobucket.com/albums/bb220/eudesgfa256/DSC09438.jpg
http://i205.photobucket.com/albums/bb220/eudesgfa256/DSC09512.jpg
http://i205.photobucket.com/albums/bb220/eudesgfa256/DSC09502.jpg
http://i205.photobucket.com/albums/bb220/eudesgfa256/DSC09401.jpg
http://i205.photobucket.com/albums/bb220/eudesgfa256/DSC09532.jpg
http://i205.photobucket.com/albums/bb220/eudesgfa256/DSC09529.jpg
http://i205.photobucket.com/albums/bb220/eudesgfa256/DSC09504.jpg
http://i205.photobucket.com/albums/bb220/eudesgfa256/DSC09525.jpg
--
Posted: 2007-06-08 22:55:30
Edit :
Quote
@DarKMaGiCiaN
what driver did you use when you took those pics? could you post it here?
--
Posted: 2007-06-08 23:34:12
Edit :
Quote
@DarKMaGiCiaN
Great pics man!
You'll share your drive for download?
ps. sorry my bad english!
--
Posted: 2007-06-09 00:11:56
Edit :
Quote
And I`d like to see some normal shots, macro/dayshots etc ...
Gubrin
--
Posted: 2007-06-09 01:01:46
Edit :
Quote
On 2007-06-09 01:01:46, gubrin wrote:
And I`d like to see some normal shots, macro/dayshots etc ...
Gubrin
it's very odd to see normal pics here
--
Posted: 2007-06-09 01:04:02
Edit :
Quote
Hi there!
I have been following this topic since the day it started, but it is the first time I post because I didn't have anything to add to the discussion. But now I want to translate Paparazy's post, because it seems he found something interesting.
Original post at:
http://www.esato.com/board/viewtopic.php?topic=135737&start=3675
Begin of translation:
Good evening. The text is in Portuguese and is a brief description about my discoveries on correct camdriver0.dat codes.
After many tests, I´m sure that these codes fixes a lot of problems in Sony mobiles with CMOS cameras, because K800 models with CCD are perfects at day and night, but not everyone has more money to spend.
This code fixed noise, time and brightness problems in night shots, including "green shots" problem:
EM=$s0 39 $-0 r1
06 02 00 01 $w0 04 $f $d00c8
And this codes fixed sensor color and sharpness problems:
seq_init=06 02 00 01 00 56 #CMD_END
06 02 00 01 00 55 #CMD_END
05 02 00 20 fd #CMD_END
05 02 00 21 f6 #CMD_END
06 02 00 01 06 58 #CMD_END
06 02 00 01 01 13 #CMD_END
With the noise reduction as mentioned above, we can raise the exposition time, that is, the brightness of the shots with this code:
seq_set_prop_0=$s0 %0 $-0 07 06 02 00 01 $w0 06 #CMD_END;
The minimum and maximum compression is achieved here correcting noise problems at nigh and in sharpness:
seq_set_prop_5_0=$z0
$s2 4b
$c0 01 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,0F) #SET_JPEG_AVG(00,05) #SET_JPEG_QUALITY $cl
$c0 02 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,19) #SET_JPEG_AVG(00,08) #SET_JPEG_QUALITY $cl
$c0 03 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,28) #SET_JPEG_AVG(00,0F) #SET_JPEG_QUALITY $cl
$c0 04 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,96) #SET_JPEG_AVG(00,37) #SET_JPEG_QUALITY $cl
$c0 05 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,40) #SET_JPEG_AVG(00,96) #SET_JPEG_QUALITY $cl
$c0 06 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(02,08) #SET_JPEG_AVG(01,72) #SET_JPEG_QUALITY $cl
$c0 07 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,e0) #SET_JPEG_AVG(01,5e) #SET_JPEG_QUALITY $cl
$c0 08 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(02,1c) #SET_JPEG_AVG(01,90) #SET_JPEG_QUALITY
$cx $cx $cx $cx $cx $cx $cx $cx;
seq_set_prop_5_1=$z0
$s2 58
$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;
The conclusion is that is worth to buy a K800 with CCD sensor, but if you already have a k750/w800 use the correct modified drivers for your mobile.
Sunset shot:
End of translation.
Well, I´m not a modder but I wanted to help in someway.
Sorry about my English. I´m Brazilian too.
Talking about that:
Bom trabalho Paparazy!
"Good job Paparazy!"
Cheers.
--
Posted: 2007-06-09 01:08:13
Edit :
Quote
New Topic
Reply