9 lines
246 B
Python
9 lines
246 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
""" Author: Hendrik Schutter, mail@hendrikschutter.com
|
|
"""
|
|
|
|
image_search_path = "./test_images/"
|
|
destination_image_full_path = "./www/data/still.jpg"
|
|
update_interval = 10 # 10sec
|