Esato

Forum > Sony Ericsson / Sony > Software, Firmware and Drivers > Super camera driver for k750/w800/w810

Previous  123 ... 398399400 ... 664665666  Next
Author Super camera driver for k750/w800/w810
inter4ever
K750
Joined: Jul 09, 2007
Posts: 18
From: Craiova, Romania
PM
Posted: 2007-08-22 09:59
Reply with quoteEdit/Delete This PostPrint this post
i have k750@w800 R1BC002 cid36:)

the first works, the second no
My mother never found it ironic when she called me a son of a bitch :|
Power_VANO
K800 Black
Joined: Jun 02, 2007
Posts: 144
From: Georgia
PM, WWW
Posted: 2007-08-22 10:01
Reply with quoteEdit/Delete This PostPrint this post
thanks So CID 36 K750 has the same buffer size as CID 49 one
I do it from behind...

Permanent CamDriver Download Location:
http://downloads.wow-info.net/se/drivers/camera/
mursay
T68 gold
Joined: Jun 08, 2007
Posts: 18
PM
Posted: 2007-08-22 10:04
Reply with quoteEdit/Delete This PostPrint this post
Hi frnds.Which driver advice for my w810i R4DB005 CID49. thnx
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2007-08-22 10:05
Reply with quoteEdit/Delete This PostPrint this post
hi

lpachuong
yes, you can use profiles code

Power_VANO
image buffer size theory isn't so easy. cam_ss_jpeg_buf_size values are ONLY for information because they do NOTHING in code (editing is useless). besides, camera crash happens because not very well work of jpeg encoder (not always can do .jpg file size which will fit into buffer limit). we can avoid this by using smaller buffer limits as standard and special limits for specific scenes (ENM, flash, etc.)

inter4ever
why not to use no-supermode driver? there are plenty of them


_________________
W800 CID36 R1BD001
www.flickr.com/photos/8469432@N06/

[ This Message was edited by: Raiderski on 2007-08-22 09:11 ]
lpachuong
K850 Green
Joined: Jun 06, 2007
Posts: > 500
From: Vietnam
PM
Posted: 2007-08-22 10:15
Reply with quoteEdit/Delete This PostPrint this post

On 2007-08-22 10:05:11, Raiderski wrote:
hi

lpachuong
yes, you can use profiles code
_________________
W800 CID36 R1BD001
http://www.flickr.com/photos/8469432@N06/


Thank you Raiderski. [addsig]
Power_VANO
K800 Black
Joined: Jun 02, 2007
Posts: 144
From: Georgia
PM, WWW
Posted: 2007-08-22 10:23
Reply with quoteEdit/Delete This PostPrint this post
Raiderski
image buffer size theory isn't so easy. cam_ss_jpeg_buf_size values are ONLY for information because they do NOTHING in code (editing is useless). besides, camera crash happens because not very well work of jpeg encoder (not always can do .jpg file size which will fit into buffer limit). we can avoid this by using smaller buffer limits as standard and special limits for specific scenes (ENM, flash, etc.)


If it is useless to edit it, then why camera crashes if we increase the buffer limit even at 601.7 KB? on k750/w800 601.6 KB is max.
I do it from behind...

Permanent CamDriver Download Location:
http://downloads.wow-info.net/se/drivers/camera/
tommymar
T68 gold
Joined: Aug 10, 2007
Posts: 76
PM
Posted: 2007-08-22 10:31
Reply with quoteEdit/Delete This PostPrint this post
While you guys are talking about the buffer, I have tested A4A-6.4. Good work, lpachuong. I can get nice clear picture as I got from A4A-5.6 However, the colours and details are better now and 1 suggestion: You haven't fixed EM on/off . But that is not a big problem, I enjoy it. Cheer.

Raiderski: here you are. Do you have a new driver for me
Vipera ammodytes
Sony Xperia Z1
Joined: Sep 22, 2004
Posts: > 500
From: Serbia
PM
Posted: 2007-08-22 10:45
Reply with quoteEdit/Delete This PostPrint this post
Hi,

is there EM and ENM in SPU drivers??

Thanks
OnePlus 8
whatsucka
X1 Silver
Joined: Feb 17, 2007
Posts: > 500
PM, WWW
Posted: 2007-08-22 11:30
Reply with quoteEdit/Delete This PostPrint this post
it will b simple but it still slow while taking a pic in a restaurant with people in it. the shutter speed is way too slow, n the restaurant is dim too
no way with w800 to take a pic in those condition
Randolph
K750
Joined: May 21, 2007
Posts: 115
PM
Posted: 2007-08-22 11:46
Reply with quoteEdit/Delete This PostPrint this post
my first pic with sarmad 5.8:



looks great with macro on and focus infinite - NO night mode!

@ all: WHY appear on K750i CID49 more and stronger vertical lines in the pictures?? Although I changed my cam module to CID36, I can not get rid of that lines... is it the mainboard or den R1DB001 firmware??
strong
K850 Blue
Joined: May 18, 2007
Posts: > 500
From: Greece
PM
Posted: 2007-08-22 11:52
Reply with quoteEdit/Delete This PostPrint this post
1 shot with suermodmixBETA

my sons bunny

[URL=http://imageshack.us" TARGET="_blank">

By tsitsigalas
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2007-08-22 11:58
Reply with quoteEdit/Delete This PostPrint this post

On 2007-08-22 10:23:26, Power_VANO wrote:
Raiderski
image buffer size theory isn't so easy. cam_ss_jpeg_buf_size values are ONLY for information because they do NOTHING in code (editing is useless). besides, camera crash happens because not very well work of jpeg encoder (not always can do .jpg file size which will fit into buffer limit). we can avoid this by using smaller buffer limits as standard and special limits for specific scenes (ENM, flash, etc.)


If it is useless to edit it, then why camera crashes if we increase the buffer limit even at 601.7 KB? on k750/w800 601.6 KB is max.


because on opposite side is firmware with "most priority values". if something is wrong between driver and firmware value: OS can close application to avoid unexpected behaviours, to protect memory, etc.

jpeg encoder sometimes can break max file size limit - this isn't ideal algorithm. that's why camera can crash. the only way to avoid crash is to set compression (quality and file size) parameters to lower values than max possible

ideal jpeg encoder algorithm which can set the best quality and always stay in min-max file size limit (known as "variable quantization") belongs to Microsoft and it's patented (US Patent 6614942)
strong
K850 Blue
Joined: May 18, 2007
Posts: > 500
From: Greece
PM
Posted: 2007-08-22 12:18
Reply with quoteEdit/Delete This PostPrint this post
@Raiderski
Thanks always we learn from you!!!!
Power_VANO
K800 Black
Joined: Jun 02, 2007
Posts: 144
From: Georgia
PM, WWW
Posted: 2007-08-22 12:51
Reply with quoteEdit/Delete This PostPrint this post
Raiderski
Thanks for info, Raider.

And so, those parameters don't define the buffer size for a pic? even if we change the buffer value to for example 10 KB for 1632x1244 snap, we can still click for example 500 KB pic? I am not at home now to test this.
I do it from behind...

Permanent CamDriver Download Location:
http://downloads.wow-info.net/se/drivers/camera/
anhhp2005
T68 gold
Joined: Apr 08, 2007
Posts: 3
PM
Posted: 2007-08-22 12:52
Reply with quoteEdit/Delete This PostPrint this post
Some pics from kriomag 21.92 modded by Raiderski.
Although Raiderski published this camdriver long time ago, I still love it so much. Very simple but effective.
Many thanks to Raider.






Access the forum with a mobile phone via esato.mobi
Previous  123 ... 398399400 ... 664665666  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic