

# in debug mode, a file debug.bmp is written to disk with marked changed pixel an with marked border of scan-area # testBorders = ,], ,] ] # area y=1 to 25 not scanned in x=51 to 100 to prevent this, your setting might look like this: # because of the wind in the trees, there will be taken photos all the time. # "." is a street or a house, "X" are trees which move arround like crazy when the wind is blowing # for example, if your picture looks like this:

# with "testBorders", you can define areas, where the script should scan for changed pixel # testBorders are NOT zero-based, the first pixel is 1 and the last pixel is testWith or testHeight # this is the default setting, if the whole image should be scanned for changed pixel SaveQuality = 15 # Set jpeg quality (0 to 100) # cameraSettings - "" = no extra settings "-hf" = Set horizontal flip of image "-vf" = Set vertical flip "-hf -vf" = both horizontal and vertical flipįorceCaptureTime = 60 * 60 # Once an hourĭiskSpaceToReserve = 40 * 1024 * 1024 # Keep 40 mb free on disk # diskSpaceToReserve - Delete oldest images to avoid filling disk. # filenamePrefix - string that prefixes the file name for easier identification of files. # filepath - location of folder to save photos

# ForceCapture - whether to force an image to be captured every forceCaptureTime seconds, values True or False # Sensitivity - how many changed pixels before capturing an image, needs to be higher if noisy view # Threshold - how much a pixel has to change by to be marked as "changed"
#Command e dropbox install
# type "sudo apt-get install python-imaging-tk" in an terminal window to do this # You need to install PIL to run this script # original script by brainflakes, improved by pageauc, peewee2 and Kesthal
