Building Camorama on FC6

February 9, 2007
Tags: ,

# curl -O http://camorama.fixedgear.org/downloads/camorama-0.18.tar.bz2# bunzip2 camorama-0.18.tar.bz2 # tar -xf camorama-0.18.tar # cd camorama-0.18# ./configure# yum install libgnomeui-devel### possibly also : yum install gdk-pixbuf libglade glade2 # make# make install$ camorama & $ (Need to set save directory for image grabs to /home/xyz/WebCam, instead of ~/WebCam)

Comments Off

Logitech QuickCam Communicate STX

February 6, 2007
Tags: ,

There are two versions of the QuickCam Communicate, the newer of which shows up as
046d:08d7
under
lsusb
. This version needs
gspca
module.
Install kernel headers

# yum install kernel-devel
Build and install from
gspcavl
sources
The source can be found on the main download page.
cd gspcav1-20070110makemake installmodprobe gspcalsmod | grep gsp
Check it works
Load up Ekiga, and select the
V4L
driver – images [...]

Comments Off