diff --git a/frigate/birdseye.png b/frigate/birdseye.png new file mode 100644 index 0000000000..3f7f7680bf Binary files /dev/null and b/frigate/birdseye.png differ diff --git a/frigate/output.py b/frigate/output.py index 8da9d48030..a780b3f86a 100644 --- a/frigate/output.py +++ b/frigate/output.py @@ -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)