Skip to content

Commit

Permalink
Merge pull request blakeblackshear#1922 from blakeblackshear/fix_logo
Browse files Browse the repository at this point in the history
fix logo used for birdseye
  • Loading branch information
blakeblackshear committed Oct 5, 2021
2 parents c492b30 + 5669f4c commit b821887
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added frigate/birdseye.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frigate/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def __init__(self, config, frame_manager: SharedMemoryFrameManager):
self.blank_frame[0 : self.frame_shape[0], 0 : self.frame_shape[1]] = 16

# find and copy the logo on the blank frame
logo_files = glob.glob("/opt/frigate/web/apple-touch-icon.*.png")
logo_files = glob.glob("/opt/frigate/frigate/birdseye.png")
frigate_logo = None
if len(logo_files) > 0:
frigate_logo = cv2.imread(logo_files[0], cv2.IMREAD_UNCHANGED)
Expand Down

0 comments on commit b821887

Please sign in to comment.