# (case sensitive) # # # # longname is your descriptive name of the camera and location # # # # croparea - Optional, cropping function for thumbnail and medium res # # hires is alway uncropped # # default is entire image (uncropped) # # parameters are x1,y1 and x2, y2 where x1,y1 is top left corner of the cropped # # image and x2,y2 is the lower right corner. Accepts absolute coordinates and # # percentage for truly resolution independant cropping # # # ################################################################################## cameras = [ camera("camera_location_shortname", "camera_location_longname"), ] ################################################################################## # # # Root is the location of the uploaded images as seen on the web-server # # # # # ################################################################################## root = "/home/example_user/upload_directory/" retain_days = 30 # number of days to retain images. hide_sequences_shorter_than_sec = 1 # Sequences lenght 0 sec are hidden
# shortname must match the name of directory where you upload the images # # (case sensitive) # # # # longname is your descriptive name of the came ra and location # # # # croparea - Optional, cropping function for thumbnail and medium res # # hires is alway uncropped # # default is entire image (uncropped) # # parameters are x1,y1 and x2, y2 where x1,y1 is top left corner of the cropped # # image and x2,y2 is the lower right corner. Accepts absolute coordinates and # # percentage for truly resolution independant cropping # # # ################################################################################## cameras = [ camera("camera1", "Test Camera 1"), camera("camera2", "Test Camera 2"), ] ################################################################################## # # # Root is the location of the uploaded images as seen on the web-server # # # # # ################################################################################## root = "/tmp/survtesting"
# Camera Setup is important # # camera( shortname, longname, [croparea] # # # # shortname must match the name of directory where you upload the images # # (case sensitive) # # # # longname is your descriptive name of the came ra and location # # # # croparea - Optional, cropping function for thumbnail and medium res # # hires is alway uncropped # # default is entire image (uncropped) # # parameters are x1,y1 and x2, y2 where x1,y1 is top left corner of the cropped # # image and x2,y2 is the lower right corner. Accepts absolute coordinates and # # percentage for truly resolution independant cropping # # # ################################################################################## cameras = [ camera("camera1", "Test Camera 1"), camera("camera2", "Test Camera 2"), ] ################################################################################## # # # Root is the location of the uploaded images as seen on the web-server # # # # # ################################################################################## root = "c:/survtesting"
# (case sensitive) # # # # longname is your descriptive name of the came ra and location # # # # croparea - Optional, cropping function for thumbnail and medium res # # hires is alway uncropped # # default is entire image (uncropped) # # parameters are x1,y1 and x2, y2 where x1,y1 is top left corner of the cropped # # image and x2,y2 is the lower right corner. Accepts absolute coordinates and # # percentage for truly resolution independant cropping # # # ################################################################################## cameras = [ camera("camera_location_shortname", "camera_location_longname"), ] ################################################################################## # # # Root is the location of the uploaded images as seen on the web-server # # # # # ################################################################################## root = "/home/example_user/upload_directory/" retain_days = 30 # number of days to retain images. hide_sequences_shorter_than_sec = 1 # Sequences lenght 0 sec are hidden