You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: my_configuration.py
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,10 @@
39
39
# Zone around center in which we do NOT move (pixels) when tracking, so if the we are within dead_zone (in the centre of the image) we wont move any further
40
40
DEAD_ZONE=60
41
41
42
+
#Show bounding boxes
43
+
DISPLAY_BOXES_VIDEO=True
44
+
DISPLAY_BOXES_PREVIEW=True
45
+
42
46
#Smoothing
43
47
ALPHA=1.0# blending factor: 0.3..0.7 typical
44
48
FADE_FRAMES=3# how many consecutive frames with no detection before we remove the box
@@ -51,6 +55,9 @@
51
55
MOVE_STEPS=1
52
56
MOVE_STEP_DELAY=0.00
53
57
58
+
# Fire water pistol on detections
59
+
WATER_PISTOL_ARMED=True
60
+
54
61
#Picamera settings
55
62
56
63
SHOW_PREVIEW=False# Set to false in headless mode, if running locally on PI setting to True will show the live preview in a window
0 commit comments