/************************************************ * this is the config file containing defaults * * for the camera program. all defaults are * * controlled with preprocessor macros * ************************************************/ #define FILENAME_SIZE 20 /* char size for holding filenames */ #define DEFAULT_NOISE_THREASHOLD 60 /* level of noise */ #define DEFAULT_PIXEL_THREASHOLD 1500 /* number of changed pixels */ #define X_AXIS_IMAGE_SIZE 640 /* work it out */ #define Y_AXIS_IMAGE_SIZE 480 /* ditto */ #define DAY_LIGHT_LEVEL 180 /* mark to differentiate between day and night */ #define TIMEOUT_LEN 1000 /* ??? - doesn't seem to be used anywhere else */ #define MAX_RGBA_IMAGE_SIZE ((640*480*4)+256) /* maximum size for capturing an image */