hello again.
So I have fc11 now and have the same problem as martin...
I am attaching pictures of how it looks in cheese and in gem. the fact that it looks ok in cheese means that the driver is working correctly, but gem can't get it right. I also installed libv4l-devel and recompiled gem...
this is the end of my ./configure, perhaps it is an issue of v4l and v4l2?
image-support
use ImageMagick : no
use TIFF : yes
use JPEG : yes
video-support
use mpeg : no
use mpeg-3 : no
use QuickTime : no
use aviplay : no
use ffmpeg : no
input-support
use v4l : yes
use ieee1394 : no
any suggestions?
I am running gem-0.91-3 and pd-0.42-3 on x86_64 with fc11.
best,
J
Jaime Oliver wrote:i really don't know.
Hi Iohannes,
this is Hans's reply:
FC8 is end of life, and never had libv4l, may I suggest
upgrading to a newer Fedora?
:-)
So first, do you think it is actually possible?
but usually things are lot easier than one would expect...yes, but there are no devel-packages for fc8, are there?
On the other hand, I have no problem attempting to compile it, but I am not
familiar with the logic behind devel libraries, what would be the source I
would need to compile from? I had thought all this time that devel libraries
were essentially headers and the like and didn't require compilation....
so: libXXX and libXXX-devel packages are built from "sources"
your distro might provide these sources as a source-package (e.g. libXXX.rpms) or not; but the original authors might/will provide their sources as well.
e.g. you can get libv4l from hans's site, e.g. http://people.atrpms.net/~hdegoede/libv4l-0.5.9.tar.gz
grab this package; untar it; read the README.txt/INSTALL.txt or whatever doc applies);
then do something like
% ./configure
% make
# make install
and you should have libv4l installed into /usr/local/, effectively bypassing your package-manager.
you might need to install other packages in order for this to work, but i am not familiar with fc (and even less with fc8).
you might be totally out of luck, and it won't build for your distro/version. in this case you might have to upgrade to a newer fc.
but you might as well have luck and it works...
fgamsdr
IOhannes