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
super frame rate...
this "super frame rate" has major disadvantage but nevermind...
lpachuong
naah, forget, my fault
BTW:
we should update our white balance dictionary: green-magenta... wrong! cyan-red... good!
--
Posted: 2007-09-06 18:20:46
Edit :
Quote
@Raider
Sorry if you did't understand my expressions... What I wanted to say is:
- filtering off only during manual sharpening (crop)
- filtering on for all other cases (even in no-night mode) during saving picture.
I think, that it is simple:
seq_set_prop_a_2=$c7 00
#CMD(42,00)
$cl
$c7 02 $cl
$c8 01
#CMD(61,#MANUAL_MACRO_ZOOM)
#CMD(08,01)
#CMD(5B,01) // switch it on here
$cl
etc...
TAKE_SHOT=#E_E_F
$c6 01
#SET(20,fd)
#SET(21,f6)
#CMD(13,01)
#CMD(5B,00) // switch it off here
$cx
etc...
Is it correct?
It could be a new possibility in config tool, what do you think?
To all:
What is your opinion about noise/details when filtering is off? Do you have rather noisy pictures or rather more detailed? Try to make some investigation.
[ This Message was edited by: Tuner on 2007-09-06 17:41 ]
--
Posted: 2007-09-06 18:38:43
Edit :
Quote
- filtering off only during manual sharpening (crop)
you mean during manual focus when image on viewfinder is x4 right?
if yes then i already have this solution (normal view = filtering, x4 = no filtering). status of filtering enabled by this manual focus preview is not important because before snapshot i'm checking "global" rules for filtering:
6.5.1 - night mode = filtering, no-night mode = no filtering
6.5.2 - EM, ENM, night mode = filtering, normal mode = no filtering
- filtering on for all other cases (even in no-night mode) during saving picture.
i don't get it... if someone don't like unfiltered images then he just will enable filtering in tool, i don't see any problems
the only problem is that i badly named "Image filtering" options. i'm finishing v0.3 of this tool with good names
seq_set_prop_a_2=$c7 00
#CMD(42,00)
$cl
$c7 02 $cl
$c8 01
#CMD(61,#MANUAL_MACRO_ZOOM)
#CMD(08,01)
#CMD(5B,01) // switch it on here
$cl
etc...
TAKE_SHOT=#E_E_F
$c6 01
#SET(20,fd)
#SET(21,f6)
#CMD(13,01)
#CMD(5B,00) // switch it off here
$cx
etc...
Is it correct?
all i can see above is:
1. disable filtering if manual focus preview x4 is activated
2. enable filtering before snapshot (only if Fine quality is enabled ($c6 01))
in code which you posted in PM i don't see one important thing in seq_set_prop_a_2 - you're not enabling filtering after deactivation of manual focus preview x4
_________________
W800 CID36 R1BD001
http://www.flickr.com/photos/8469432@N06/[ This Message was edited by: Raiderski on 2007-09-06 19:24 ]
--
Posted: 2007-09-06 19:59:30
Edit :
Quote
@Raider
Thanks! So if I understand, then:
seq_set_prop_a_2=$c7 00
#CMD(42,00)
$cl
$c7 02 $cl
$c8 01
#CMD(61,#MANUAL_MACRO_ZOOM)
#CMD(08,01)
#CMD(5B,01) // disable for focusing
$cl
#CMD(61,00)
#CMD(08,00)
#CMD(5B,00) // enable for snapshot
$cx
$cx
$cx
#UNLOCK_AE_WB;
This should be enough for enable filtering, because before snapshot crop is deactivated, yes?
--
Posted: 2007-09-06 20:47:40
Edit :
Quote
Tuner
yep, now it's good. and works exactly as you wrote
--
Posted: 2007-09-06 21:43:55
Edit :
Quote
Guys, i'm totally lost in this conversation.. what do you mean by "filtering"?
Noise filter or
resize filter? Because these are different things.. resize filters such as bilinear filter, bicubic, nearest neighbour, etc - these are used when you resize pictures to preserve the detail - if this is the case, then filtering is a good thing.. but if it's a noise filter, we might lose some details (as well as some noise).. So what kind of filtering are you talking about?
--
Posted: 2007-09-06 22:02:03
Edit :
Quote
On 2007-09-06 18:20:46, Raiderski wrote:
super frame rate...
this "super frame rate" has major disadvantage but nevermind...
disadvantage...
plz can u explain.. wats fault in using softer frame rate...
--
Posted: 2007-09-07 07:30:26
Edit :
Quote
It is said that the slower frame rate is, the better focus. U can check it by urself
--
Posted: 2007-09-07 08:05:03
Edit :
Quote
that`s true what u r saying there
--
Posted: 2007-09-07 10:59:06
Edit :
Quote
Oh. i have to say the a4a 8.0 with the indoor profile make so good photos with cid 49
http://www.esato.com/phonephotos/viewfullsize.php?id=6968#
http://www.esato.com/phonephotos/viewfullsize.php?id=6969#
there is a little noise and its blurry, but it my hand shaking:P
[ This Message was edited by: Milu on 2007-09-07 10:33 ]
--
Posted: 2007-09-07 11:30:27
Edit :
Quote
New Topic
Reply