videomatch / config.py
Iskaj
change detection to use rolling mode, add json output
9061a2e
raw
history blame
125 Bytes
import tempfile
VIDEO_DIRECTORY = tempfile.gettempdir()
FPS = 5
MIN_DISTANCE = 4
MAX_DISTANCE = 30
ROLLING_WINDOW_SIZE = 10