Archives:
July
S M T W T F S
       
8

2004
Jul

Advogato Blog

Links:
Bursledon Parish
openSUSE
Poker Stars

Blogroll:
Planet SUSE
Craig B
Dave B
Kat B
Justin D
Nick D
Sally D
Steve H
Tim H
Paul J
Andy & Liz M
Si N
Roger W

[RSS 2.0] [RSS 0.91] [Blosxom Powered] [Bursledon Parish] [Use openSUSE] [Get Firefox] [Lib Dems]

© 1995 - 2008
James Ogley

All views expressed on this site are my own. They do not necessarily reflect those of the Parish of Bursledon, the Diocese of Winchester or the Church of England. As such, I do not expect them all to be popular but you, the reader, can certainly expect them to be honest.
Had an email asking how to set up camE on SuSE. This is a brief guide to building it, and it's requirements from source, although at some point I'll do packages of it, and it's deps.

Okay, the first thing you want to do is make sure you've got all the packages that you need from the SuSE distribution installed, the key things here are the imlib2-loaders and imlib2-devel packages. Install these using YaST or APT (whichever you happen to use), and the main imlib2 package will also be installed if it's not already.

Next, install giblib from the camE site, this is a standard ./configure && make && make install jobbie, and now you're onto the real thing. Building camE is even easier, you don't even need a ./configure stage - make && make install and you're almost good to go.

Most people will be running camE in a situation where they save the cam image to their local filesystem in a location where Apache can find it (~/public_html probably). So, you need to copy example.camErc to ~/.camErc, and edit it as you require. Create a ~/.caminfo to contain your caption, and you're set, simply run camE. It backgrounds automatically, so you can log out of that session, and it'll run until you kill it.

If you want your webcam to update automatically like mine does, feel free to copy the JavaScript from my cam page.