: Example Filterset to Show use of a WebCam application with : sevral Filters. Store images and ftp them to a server. In WebCam.bat : Rename FilterConfig.txt and place in exec dir to be used by 55dots. : -- FILTERSET DEFINITIONS FILTERSET 1 : Define a new FilterSet with ID '1' Lifetime = 120000 : After x milli seconds show next filter FILTER = ContourTrace FILTER = SaveImagePre : Saving pre images before filtering Imagefile = 55StillImages\\55ImgPre : Storing images in this Path, File ImageExt = jpg : Storing as jpg image MaxImages = 1000 : Maxmim img on drive, max +1 overrides 1st Quality = 90 : jpg compression quality MinMotion = -1 : save only if motion > x Interval = 30000 : record every x msec Start = 0 : time setting to record Stop = 0 FILTER = SaveImage : Saving images after filtering Imagefile = 55StillImages\\55ImgPost : Storing images in this Path, File ImageExt = jpg : Storing as jpg image MaxImages = 1000 : Maxmim img on drive, max +1 overrides 1st Quality = 90 : jpg compression quality MinMotion = -1 : save only if motion > x Interval = 30000 : record every x msec Start = 0 : time setting to record Stop = 0 FILTER = Batch Batchfile = WebCam.bat Imagefile = 55StillImages\\55ImgPre : Storing images in this Path, File ImageExt = jpg : Storing as jpg image MaxImages = 1000 : Maxmim img on drive, max +1 overrides 1st MinMotion = -1 : save only if motion > x Interval = 30000 : record every x msec Start = 0 : time setting to record Stop = 0 FILTERSET 2 : Define a new FilterSet with ID '1' Lifetime = 120000 : After x milli seconds show next filter FILTER = TileShapes ImageFile = TShape\\BallGreen10x10.jpg FILTER = SaveImagePre : Saving pre images before filtering FILTER = SaveImage : Saving images after filtering FILTER = Batch FILTERSET 3 : Define a new FilterSet with ID '1' Lifetime = 120000 : After x milli seconds show next filter FILTER = mix1 ImageFile = TShape\\BallGreen10x10.jpg FILTER = SaveImagePre : Saving pre images before filtering FILTER = SaveImage : Saving images after filtering FILTER = Batch