videomatch / config.py
Last commit not found
raw
history blame
101 Bytes
import tempfile
VIDEO_DIRECTORY = tempfile.gettempdir()
FPS = 5
MIN_DISTANCE = 4
MAX_DISTANCE = 30