#these settings deal with the webserver
host = 'localhost'
port = 8000

DEBUG = True  #enable debugging.

#These settings deal with the camera
DEVICE = "/dev/video1"
SIZE=(640,480)
