Spaces:
Build error
Build error
File size: 101 Bytes
7971a7a |
1 2 3 4 5 6 7 8 |
import tempfile
VIDEO_DIRECTORY = tempfile.gettempdir()
FPS = 5
MIN_DISTANCE = 4
MAX_DISTANCE = 30
|