File size: 171 Bytes
7971a7a
 
 
1991773
7971a7a
 
 
bfd4fcf
9061a2e
1
2
3
4
5
6
7
8
9
import tempfile

VIDEO_DIRECTORY = tempfile.gettempdir()
# VIDEO_DIRECTORY = './data/'

FPS = 5
MIN_DISTANCE = 4
MAX_DISTANCE = 50 # Used to be 30
ROLLING_WINDOW_SIZE = 10