Op maandag 10 april 2006 17:17, schreef Vivia Nikolaidou:
> Once this is done, I will begin moving them to the tracker. It is almost
> empty now, most remaining issues are unimportant, apart from:
>
> * low-res webcam (I will do it when I am home and have time for coding,
>   this week for sure)
The support is there in capture extension (::Capture::Grab has optional 
resolution argument, HIGH and LOW are supported values.). So its only 
creating a way to use it from the GUI, probably.

Please note that the improvements I made to the capture extension shortly 
after 0.95 release slightly changed the way the proc reacts to that 
resolution setting. What it does now is this:
- if resolution is not specified, or the one set is the same as the one we're 
using already, don't touch the resolution setting.
- otherwise set resolution to the one specified by the resolution argument.

If grab fails on DEFAULT, fallback to HIGH, and make that the default.
If grab fails on HIGH, fallback to LOW, and make that the default.
If grab fails on LOW, stop trying --> 'Can't grab' error.

In reality I don't think it ever really uses DEFAULT, because ::Capture::Open 
will set the default to HIGH (in set_color_conv() function).

> * MSN Space
> * TkCximage optimisation (Phil is working on it)
> * tuner+norm for webcam
I looked into that some time ago, but could not find anything fit for that in 
libng, but found interesting stuff that made me think that xawtv-team seemed 
to be working on that when amsn copied their libng. I had a look at a newer 
snapshot of the xawtv source, and I think it was better, but things have 
faded in my memory.... :(

Okay, have fun!

> * better firewall detection (Any ideas on how to do this??)



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to