also the new source code development branch uses libv4l,
so load that before launching Skype
For mplayer, either downgrade the mplayer version or upgrade the mplayer version
-JoJo
GWater
JoJo jojo schrieb:
> --~--~---------~--~----~------------~-------~--~----~
> Lets make microdia webcams plug'n play, (currently plug'n pray)
> To post to this group, send email to micr...@googlegroups.com
> Visit us online https://groups.google.com/group/microdia
> -~----------~----~----~----~------~----~------~--~---
>
2. Then create a bash-script in /usr/bin/skype:
==============
#!/bin/bash
SKYPE_BIN_PATH="/usr/bin"
LIBV4L="/usr/lib32/libv4l/v4l2convert.so"
LD_PRELOAD=${LIBV4L} skype.bin
exit 0
=============
Good luck,
GWater
mrpurple schrieb:
BTW vasily just implemented auto-exposure for your cam - maybe you want
to try it ;) .
GWater
mrpurple schrieb: