PDA

View Full Version : [SOLVED] EffecTV problems



duke.tim
June 1st, 2010, 09:11 PM
I try running effectv and I get the following error:

v4lsetchannel:VIDIOCSCHAN: Invalid argument
Video initialization failed.
My Webcam seems to work fine, I found a Debian bug report that seems similar. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513883
i'm using uvcvideo,videodev,v4l2_compat_ioctl32,v4l1_compat, vloopback as kernel modules
I'm on Lucid, 10.04 64 bit
any help would be nice.
Is this a bug?

duke.tim
June 2nd, 2010, 08:27 PM
Bump

duke.tim
June 6th, 2010, 09:44 AM
bump

xc3RnbFO8P
June 6th, 2010, 10:12 AM
I have seen this problem with kdenlive, the solution was:

LD_PRELOAD="/usr/lib/libv4l/v4l2convert.so" kdenlive
try

LD_PRELOAD="/usr/lib/libv4l/v4l2convert.so" effectv

duke.tim
June 7th, 2010, 08:10 PM
didn't seem to work(e.g. the effectv). also kdenlive has some minor glitches but seems to work fine. would it make a difference that I use 64bit?

xc3RnbFO8P
June 7th, 2010, 08:20 PM
would it make a difference that I use 64bit?
Yes :

LD_PRELOAD="/usr/lib32/libv4l/v4l2convert.so" effectv

duke.tim
June 7th, 2010, 08:50 PM
ERROR: ld.so: object '/usr/lib32/libv4l/v4l2convert.so' from LD_PRELOAD cannot be preloaded: ignored.

so I moved it to /usr/lib/ didn't work so i've removed them now. any ideas...

xc3RnbFO8P
June 7th, 2010, 09:09 PM
Try this:

LD_PRELOAD="/usr/lib/libv4l/v4l1compat.so" effectv


rob@ubuntu:~$ LD_PRELOAD="/usr/lib/libv4l/v4l1compat.so" effectv
DumbTV OK.
QuarkTV OK.
FireTV OK.
BurningTV OK.
RadioacTV OK.
StreakTV OK.
BaltanTV OK.
1DTV OK.
DotTV OK.
MosaicTV OK.
PuzzleTV OK.
PredatorTV OK.
SpiralTV OK.
SimuraTV OK.
EdgeTV OK.
ShagadelicTV OK.
NoiseTV OK.
AgingTV OK.
TransFormTV OK.
LifeTV OK.
SparkTV OK.
warpTV OK.
HolographicTV OK.
cycleTV OK.
RippleTV OK.
DiceTV OK.
VertigoTV OK.
DeinterlaceTV OK.
NervousTV OK.
RndmTV OK.
RevTV OK.
RandomDotStereoTV OK.
lensTV OK.
DiffTV OK.
BrokenTV OK.
WarholTV OK.
MatrixTV OK.
PUPTV OK.
ChameleonTV OK.
OpTV OK.
NervousHalf OK.
SloFastTV OK.
DisplayWall OK.
BlueScreenTV OK.
ColourfulStreak OK.
TimeDistortion OK.
EdgeBlurTV OK.
47 effects are available.
---------------
Key description
Up/Down change effect.
Right/Left change TV channel.
Space capture a background image(for FireTV, BurningTV, etc.).
change mode(for SpiralTV, TransFormTV)
ALT+Enter fullscreen mode(toggle).
TAB Horizontal flipping(toggle).
Escape Quit
ALT+0-9 change video input channel.
F1/F2 increase/decrease brightness of video input.
F3/F4 increase/decrease hue.
F5/F6 increase/decrease color balance.
F7/F8 increase/decrease contrast.
F12 show this usage.

duke.tim
June 7th, 2010, 09:21 PM
YES!!! Thanks Alot for your help it Works! \\:D/

xc3RnbFO8P
June 7th, 2010, 09:27 PM
Glad to help :)

michelepolo
January 18th, 2011, 06:11 PM
Glad to help :)

GLAD You helped me too!

you may add:

export LD_PRELOAD="/usr/lib/libv4l/v4l1compat.so" effectv

narcisgarcia
November 16th, 2011, 10:45 AM
I've tried the v4l1compat solution in UBuntu GNU/Linux 11.04 (Natty Narwhal), and doesn't work:


effectv

v4lopen:VIDIOCGCAP: Invalid argument
Video initialization failed.


LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so effectv

v4lsetchannel:VIDIOCSCHAN: Invalid argument
Video initialization failed.