Esato Mobile
Sony Ericsson / Sony : Software, Firmware and Drivers : Withan™ Camera Driver V3/S3 Rev.1 for SE k790/k800/k810 phones
> New Topic
> Reply
< Esato Forum Index > Sony Ericsson / Sony > Software, Firmware and Drivers > Withan™ Camera Driver V3/S3 Rev.1 for SE k790/k800/k810 phones Bookmark topic
Page <  123 ... 111213 ... 279280281>

BundyRRR Posts: 210

I have mixed feelings about number1 camdriver.
- not enough sharp for me,
- noises on the photos,
- good colours- PERFECT- genus 6.0 has too much colours, Ultimate Camera Driver has good colors in macro, but on landscape photos has lack of red colour (red is like a pink, or red with too much grey)



Red colour is red in this driver:)



jomateixa I will post this same pictures later, because this Santa and gift is in my girlfriend's house;)
_________________
http://www.flickr.com/photos/12005930@N07/

[ This Message was edited by: BundyRRR on 2007-12-29 14:04 ]

[ This Message was edited by: BundyRRR on 2007-12-29 14:09 ]
--
Posted: 2007-12-29 14:58:27
Edit : Quote

jomateixa Posts: > 500

OK thank you very much bundy!
--
Posted: 2007-12-29 16:13:53
Edit : Quote

jomateixa Posts: > 500

@ALL

I apologize for deny that the grainy effect exist. I realised it NOW, cause this effect is very very little and only on some situations. And as said, when zoomed out picture looks much better. I think this effect is not a problem, cause rarely you'll watch the pics on big high res LCD at full size, or print it at full size. You will never see the grains with a normal TFT TV.

Keeping Sharp 08!
--
Posted: 2007-12-29 16:39:19
Edit : Quote

killerPK Posts: 252


On 2007-12-29 16:39:19, jomateixa wrote:
@ALL

I apologize for deny that the grainy effect exist. I realised it NOW, cause this effect is very very little and only on some situations. And as said, when zoomed out picture looks much better. I think this effect is not a problem, cause rarely you'll watch the pics on big high res LCD at full size, or print it at full size. You will never see the grains with a normal TFT TV.

Keeping Sharp 08!


I think no K800 3MP pic looks good in its actual size but it should'nt look grainy at 75% or less of actual size.
--
Posted: 2007-12-29 16:47:21
Edit : Quote

jomateixa Posts: > 500


On 2007-12-29 16:47:21, killerPK wrote:

On 2007-12-29 16:39:19, jomateixa wrote:
@ALL

I apologize for deny that the grainy effect exist. I realised it NOW, cause this effect is very very little and only on some situations. And as said, when zoomed out picture looks much better. I think this effect is not a problem, cause rarely you'll watch the pics on big high res LCD at full size, or print it at full size. You will never see the grains with a normal TFT TV.

Keeping Sharp 08!


I think no K800 3MP pic looks good in its actual size but it should'nt look grainy at 75% or less of actual size.


Right, when you zoom out a little the interpolation makes the work.
--
Posted: 2007-12-29 16:56:34
Edit : Quote

jomateixa Posts: > 500


On 2007-12-29 14:37:57, 123456 wrote:
ultimate vivid color 35 fps is there? please make vividcolor 35 fps.. (sorry my english bad)


Replace this piece of code:

seq_vf_config_11 = $s6 11
#SET_REG(07,03) // Draft 320x240
#SET_REG(08,02) // IS Movie 320x240
#SET_REG(09,3c) // 30 fps DRAFT_RATE
$cc 04 // Twilight landscape scene?
#COM_EVENT(03,04) // AE_SLOW_SHUTTER = 2 fps
$cl
#COM_EVENT(03,24) // 7,5 fps AE_SLOW_SHUTTER
$cx;


seq_vf_config_12 = $s6 12
#SET_REG(07,03) // Draft 320x240
#SET_REG(08,02) // IS Movie 320x240
#SET_REG(09,24) // 12 fps DRAFT_RATE
#COM_EVENT(03,24); // 7,5 fps AE_SLOW_SHUTTER



seq_vf_config_19 = $s6 19
#SET_REG(07,03) // Draft 128x96
#SET_REG(08,02) // IS Movie 128x96
#SET_REG(09,24) // 15 fps DRAFT_RATE
#COM_EVENT(03,24); // 15 fps AE_SLOW_SHUTTER

seq_vf_config_20 = $s6 20
#SET_REG(07,03) // Draft 176x144
#SET_REG(08,02) // IS Movie 176x144
#SET_REG(09,24) // 15 fps DRAFT_RATE
#COM_EVENT(03,24); // 15 fps AE_SLOW_SHUTTER

seq_vf_config_21 = $s6 21
#SET_REG(07,07) // Draft 128x96
#SET_REG(08,06) // IS Movie 128x96
#SET_REG(09,24) // 10 fps DRAFT_RATE
#COM_EVENT(03,24); // 10 fps AE_SLOW_SHUTTER

seq_vf_config_22 = $s6 22
#SET_REG(07,07) // Draft 128x96
#SET_REG(08,06) // IS Movie 128x96
#SET_REG(09,24) // 7,5 fps DRAFT_RATE
#COM_EVENT(03,24); // 7,5 fps AE_SLOW_SHUTTER

seq_vf_config_23 = $s6 23
#COM_EVENT(34,01) // Draft mode
#SET_REG(07,05) // Draft 176x144
#SET_REG(08,04) // IS Movie 176x144
#SET_REG(09,24) // 10 fps DRAFT_RATE
#COM_EVENT(03,24); // 10 fps AE_SLOW_SHUTTER

seq_vf_config_24 = $s6 24
#COM_EVENT(34,01) // Draft mode
#SET_REG(07,05) // Draft 176x144
#SET_REG(08,04) // IS Movie 176x144
#SET_REG(09,24) // 7,5 fps DRAFT_RATE
#COM_EVENT(03,24); // 7,5 fps AE_SLOW_SHUTTER


-----------------------------------------------------------------------------------------------
By this:

seq_vf_config_11 = $s6 11
#SET_REG(07,03) // Draft 320x240
#SET_REG(08,02) // IS Movie 320x240
#SET_REG(09,3c) // 30 fps DRAFT_RATE
$cc 04 // Twilight landscape scene?
#COM_EVENT(03,04) // AE_SLOW_SHUTTER = 2 fps
$cl
#COM_EVENT(03,46) // 7,5 fps AE_SLOW_SHUTTER
$cx;


seq_vf_config_12 = $s6 12
#SET_REG(07,03) // Draft 320x240
#SET_REG(08,02) // IS Movie 320x240
#SET_REG(09,46) // 12 fps DRAFT_RATE
#COM_EVENT(03,46); // 7,5 fps AE_SLOW_SHUTTER



seq_vf_config_19 = $s6 19
#SET_REG(07,03) // Draft 128x96
#SET_REG(08,02) // IS Movie 128x96
#SET_REG(09,46) // 15 fps DRAFT_RATE
#COM_EVENT(03,46); // 15 fps AE_SLOW_SHUTTER

seq_vf_config_20 = $s6 20
#SET_REG(07,03) // Draft 176x144
#SET_REG(08,02) // IS Movie 176x144
#SET_REG(09,46) // 15 fps DRAFT_RATE
#COM_EVENT(03,46); // 15 fps AE_SLOW_SHUTTER

seq_vf_config_21 = $s6 21
#SET_REG(07,07) // Draft 128x96
#SET_REG(08,06) // IS Movie 128x96
#SET_REG(09,46) // 10 fps DRAFT_RATE
#COM_EVENT(03,46); // 10 fps AE_SLOW_SHUTTER

seq_vf_config_22 = $s6 22
#SET_REG(07,07) // Draft 128x96
#SET_REG(08,06) // IS Movie 128x96
#SET_REG(09,46) // 7,5 fps DRAFT_RATE
#COM_EVENT(03,46); // 7,5 fps AE_SLOW_SHUTTER

seq_vf_config_23 = $s6 23
#COM_EVENT(34,01) // Draft mode
#SET_REG(07,05) // Draft 176x144
#SET_REG(08,04) // IS Movie 176x144
#SET_REG(09,46) // 10 fps DRAFT_RATE
#COM_EVENT(03,46); // 10 fps AE_SLOW_SHUTTER

seq_vf_config_24 = $s6 24
#COM_EVENT(34,01) // Draft mode
#SET_REG(07,05) // Draft 176x144
#SET_REG(08,04) // IS Movie 176x144
#SET_REG(09,46) // 7,5 fps DRAFT_RATE
#COM_EVENT(03,46); // 7,5 fps AE_SLOW_SHUTTER


USE AT YOUR OWN RISK I DON'T TESTED IT BUT SURE YOU'LL GET BIG BUG IN ZOOM AND BESTPIC (AND MAYBE OTHER BUGS)

24 Hex = 18fps
46 Hex = 35fps (+ 4Hex = + 2fps)



[ This Message was edited by: jomateixa on 2007-12-29 16:16 ]
--
Posted: 2007-12-29 17:14:06
Edit : Quote

number1 Posts: > 500

35fps is very buggy bestpic won't work, you can't even control the video don't even try using zoom and the video doesn't stop or it stops and crashes the phone,
--
Posted: 2007-12-29 17:30:57
Edit : Quote

jomateixa Posts: > 500


On 2007-12-29 17:30:57, number1 wrote:
35fps is very buggy bestpic won't work, you can't even control the video don't even try using zoom and the video doesn't stop or it stops and crashes the phone,


Thanks!
--
Posted: 2007-12-29 17:48:41
Edit : Quote

ahil13 Posts: 83

@number1 bestpicis is working with 35fpsvideo.

[ This Message was edited by: ahil13 on 2007-12-29 17:40 ]
--
Posted: 2007-12-29 18:39:48
Edit : Quote

jomateixa Posts: > 500

Added versions with AF led on at DOC mode
--
Posted: 2007-12-29 19:49:42
Edit : Quote
Page <  123 ... 111213 ... 279280281>

New Topic   Reply
Forum Index

Esato home