DOCS
----
o Set the security Threshold so that if the 'change' excedes the threshold,
  images are saved in pgm format using the filenames 'Image1, Image2, ...,
  Image10000, etc...' in the same directory that the program was started
  from.  Note that these files are stamped with the time they were taken.
  (This only works when the Security button is pressed)
  if you set the threshold to 0, then it records every frame.  These frames
  can be used to make an mpeg using pgmtoppm and mpeg_encode (I'm still
  working on the details of that)
  
o Click on AutoBri to turn on auto brightness adjustments.  I've added the
  line : #define MAX_AUTO_ADJUST 15
  which  indicates how much the maximum step is in the auto
  brightness adjustment - reduce this if it jumps around too much for you.
  I've also changed the default White Balance and Contrast to accomodate my
  camera - you need to adjust those in the code or manually to meet your needs.
  
o Click on graph to bring up the histogram/histgraph thing.
  
o Click on Monitor to show how much change there is between two frames
  
o Take Picture is now renamed to CLICK

if you have any questions, email reza@ucsd.edu

-Reza Naima

========================================================================
Small Changes by Thomas Braunl, Univ. Stuttgart, 1996
========================================================================
Thomas Braunl                e-mail:  braunl@informatik.uni-stuttgart.de
Univ. Stuttgart IPVR, Breitwiesenstr. 20-22, D-70565 Stuttgart,  Germany
web-pages:         http://www.informatik.uni-stuttgart.de/ipvr/bv/braunl
========================================================================    

