TCap - (C) Thomas Hargrove 2001
http://toonarchive.com/tcap
ciagon@quiknet.com
TCap is a simple v4l capture app that I made for learning purposes. It requires that you have svgalib installed. If you get error messages about the library not found, try this:
$ LD_LIBRARY_PATH=/usr/local/lib/
$ export LD_LIBRARY_PATH
Also, since I don't know a thing about make files, you should just run make.sh to compile the binary:
$ ./make.sh
-or-
$ sh make.sh
Hopefully the program will work, and help someone who is trying to learn v4l programming.
Feel free to email me if you need help.
