xangcastle commited on
Commit
613c17b
·
1 Parent(s): ae00f23

process video

Browse files
Files changed (1) hide show
  1. camera.py +2 -2
camera.py CHANGED
@@ -11,8 +11,8 @@ MAX_DISTANCE: int = 10000
11
  HIT_COUNTER_MAX: int = 30
12
 
13
  # SOURCE = 'rtsp://admin:[email protected]:554/profile1'
14
- SOURCE = './costarica/videos/video4.mp4'
15
- # SOURCE = '/home/prevantec/Downloads/video.mp4'
16
 
17
 
18
  def yolo_to_norfair(yolo_detections):
 
11
  HIT_COUNTER_MAX: int = 30
12
 
13
  # SOURCE = 'rtsp://admin:[email protected]:554/profile1'
14
+ # SOURCE = './costarica/videos/video4.mp4'
15
+ SOURCE = '/home/prevantec/Downloads/video.mp4'
16
 
17
 
18
  def yolo_to_norfair(yolo_detections):