Skip to content

Commit

Permalink
Enabled Christmas mask
Browse files Browse the repository at this point in the history
  • Loading branch information
AddisonG committed Dec 3, 2021
1 parent 74a1c74 commit 5143794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions timtamcam.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def __init__(self):

self.mask = None
# The mask is SUBTRACTED, then the border is then ADDED
# self.mask = cv2.imread(f"{self.script_dir}/halloween-mask.png", cv2.IMREAD_COLOR)
# self.border = cv2.imread(f"{self.script_dir}/halloween-border.png", cv2.IMREAD_COLOR)
self.mask = cv2.imread(f"{self.script_dir}/christmas-mask.png", cv2.IMREAD_COLOR)
self.border = cv2.imread(f"{self.script_dir}/christmas-border.png", cv2.IMREAD_COLOR)

def load_camera_url(self):
logger.info("Attempting to find camera IP by MAC address")
Expand Down

0 comments on commit 5143794

Please sign in to comment.