This is a _very_ quick and _very_ dirty port of gqcam-0.4 to color.
Most of the code is really just the original stuff. So quite a lot of
the fame (except all bugs introduced by me) goes to Cory Lueninghoener
(cluenin1@bigred.unl.edu). I do not claim any copyright on this. I
ported the stuff cause I needed something to test.

-Peter Pregler 

-----------------------------------------------------------------------
Compilation hint:

- if videodev.h is not in the default include path you will have to 
  add the relevant include-path after you created the makefile with
  configure, of cause one could add that to the configure.in file,
  unfortunatly I have no idea how to do that 

Additional features:
- supports now color by requesting a 24bit rgb from the camera,
  gtk will/should convert this to your screen format, so this
  might even work with b&w/8bit displays
- support for switching between cif/qcif size
- support for adjustment of brightness, contrast, color
- support for compression mode switching
- support for targetting framerate/quality
- support to set sensor framerate

Open features:

- add some buttons/sliders (will also need driver changes) for the more 
  exotic features of the camera (gain/exposure control, manual compression
  parameters, ...)
- add some more image sizes just for test purposes
