Esato Mobile
Sony Ericsson / Sony : Software, Firmware and Drivers : Hybrid Camera Driver for W800i/K750
> New Topic
> Topic Locked
Esato Forum Index > Sony Ericsson / Sony > Software, Firmware and Drivers > Hybrid Camera Driver for W800i/K750 Bookmark topic
Page <  123, ... 462463464>

aksd Posts: > 500

Dexx these are the lines pertaining to those settings in a "Normal" K750 driver

SET_JPEG_QUALITY= $p1 0e
$c1 01
$s2 32

@ Max thanks mate ....hope this is an improvement though
--
Posted: 2006-06-25 14:15:36
Edit : Quote

QuickShare Posts: > 500

try it out already, just notice that saving captured photo are way faster than before.. other.. need pro to comment
--
Posted: 2006-06-25 14:15:45
Edit : Quote

dekson Posts: 90

@ aksd

I m understand but, in k750/w800 driver,these commands ( #SET_JPEG_ERROR(0F,01) #SET_JPEG_CONTINUE(01) ) doesn't exist.
And if these values doesn't exist, they are not useful. The only one who is being able to guide us is the R1A044's FIRMWARE with his Camdriver0.dat.

Your work is (VERY) good and the photos are light but for the best quality, the (real) parameters are in MAIN FIRMWARE.

Thanks for all Man i'm working like you for this project
--
Posted: 2006-06-25 14:25:37
Edit : Quote

aksd Posts: > 500

Theres an error in the algorithm...will correct it...test if cam works and then post up the new driver.....give me 5 mins.

Continue is valid else it will give you an error while opening cam ir cam will shut down:
SET_JPEG_MAX=05 02 00 0D !1 $f 05 02 00 0E !0 $f;
SET_JPEG_MIN=05 02 00 0F !1 $f 05 02 00 10 !0 $f;
SET_JPEG_AVG=05 02 00 11 !1 $f 05 02 00 12 !0 $f;
SET_JPEG_QUALITY=05 02 00 13 !0 $f 05 02 00 14 !1 $f 05 02 00 15 !2 $f; // INIT, AVE, LAST
SET_JPEG_ERROR=05 02 00 16 !0 $f 05 02 00 17 !1 $f;
SET_JPEG_CONTINUE=05 02 00 18 !0 $f;

seq_set_prop_5_0=$z0 $p1 0e
$c1 00
$c0 0F #SET_JPEG_MIN(00,01) #SET_JPEG_MAX(00,02) #SET_JPEG_AVG(00,01) #SET_JPEG_QUALITY(55,50,32) #SET_JPEG_ERROR(0F,01) #SET_JPEG_CONTINUE(01) $cl
$c0 0E #SET_JPEG_MIN(00,03) #SET_JPEG_MAX(00,05) #SET_JPEG_AVG(00,04) #SET_JPEG_QUALITY(55,50,32) #SET_JPEG_ERROR(0F,01) #SET_JPEG_CONTINUE(01) $cl
$c0 0C #SET_JPEG_MIN(00,32) #SET_JPEG_MAX(00,50) #SET_JPEG_AVG(00,3C) #SET_JPEG_QUALITY(55,50,32) #SET_JPEG_ERROR(0F,19) #SET_JPEG_CONTINUE(01) $cl
$c0 0A #SET_JPEG_MIN(01,2C) #SET_JPEG_MAX(01,90) #SET_JPEG_AVG(01,5E) #SET_JPEG_QUALITY(52,4B,32) #SET_JPEG_ERROR(0F,96) #SET_JPEG_CONTINUE(01)
$cx $cx $cx $cx
$cl
$c0 0F #SET_JPEG_MIN(00,01) #SET_JPEG_MAX(03,20) #SET_JPEG_AVG(00,01) #SET_JPEG_QUALITY(50,50,32) #SET_JPEG_ERROR(0F,01) #SET_JPEG_CONTINUE(01) $cl
$c0 0E #SET_JPEG_MIN(00,01) #SET_JPEG_MAX(03,20) #SET_JPEG_AVG(00,04) #SET_JPEG_QUALITY(50,50,32) #SET_JPEG_ERROR(0F,01) #SET_JPEG_CONTINUE(01) $cl
$c0 0C #SET_JPEG_MIN(00,01) #SET_JPEG_MAX(03,20) #SET_JPEG_AVG(00,3C) #SET_JPEG_QUALITY(50,50,32) #SET_JPEG_ERROR(0F,19) #SET_JPEG_CONTINUE(01) $cl
$c0 0A #SET_JPEG_MIN(00,01) #SET_JPEG_MAX(03,20) #SET_JPEG_AVG(01,5E) #SET_JPEG_QUALITY(41,41,32) #SET_JPEG_ERROR(0F,96) #SET_JPEG_CONTINUE(01)
$cx $cx $cx $cx
$cx;


[ This Message was edited by: aksd on 2006-06-25 13:38 ]
--
Posted: 2006-06-25 14:27:07
Edit : Quote

QuickShare Posts: > 500

just my curiousity, the Cam Version for W900i was 5.7?
--
Posted: 2006-06-25 14:33:58
Edit : Quote

jasond Posts: 408

I haven't put this on my phone yet, but I'm not sure about your framerate settings:

VR_NORMAL_MODE_FR=3C;
VR_NIGHT_MODE_FR=1E;

Is this not below the maximum achievable setting that has been decided upon in other forums? Or am I reading this wrong?

As already mentioned, I also am unsure of how to read:

seq_set_prop_5_1=$z0 $p1 0e
$c1 00

My understanding was that we were tweaking the quality of the jpeg, not amount of compression applied. Therefore the above value is equating to 00% quality? Again, just wanted to throw that out there.

I see your referrenced compression settings, but wonder how effective these are if the above value are perhaps not as spot on as has previously been experimented with. Good on you for jumping on the mod, however. Cheers!
--
Posted: 2006-06-25 14:34:30
Edit : Quote

dekson Posts: 90

Sorry but i don't know.
--
Posted: 2006-06-25 14:37:30
Edit : Quote

Glaekith Posts: 4

is it possible to host the files at other servers like megaupload.com or uploading.com?

haven been able to download from rapidshare, always get the error Download session expired...

thanks.
--
Posted: 2006-06-25 14:37:40
Edit : Quote

aksd Posts: > 500

Quote:
On 2006-06-25 14:33:58, QuickShare™ wrote:
just my curiousity, the Cam Version for W900i was 5.7?


Nope it was 2.9 the original was 5.3....I made cahnges and advanced to 5.5...5.6....etc....lol
--
Posted: 2006-06-25 14:40:01
Edit : Quote

aksd Posts: > 500

Quote:
On 2006-06-25 14:40:01, aksd wrote:
Quote:
On 2006-06-25 14:33:58, QuickShare™ wrote:
just my curiousity, the Cam Version for W900i was 5.7?


Nope it was 2.9 the original was 5.3....I made cahnges and advanced to 5.5...5.6....etc....lol


@ jason its different for the W900...that does not control qualtiy qualioty is controlled by the lines I have marked "clearly" in my previous post.....
@dekson dowload 1.1 version and tell me if you have any queries

--
Posted: 2006-06-25 14:43:16
Edit : Quote
Page <  123, ... 462463464>

New Topic   Topic Locked
Forum Index

Esato home