Explorar o código

fix logo used for birdseye

Blake Blackshear %!s(int64=3) %!d(string=hai) anos
pai
achega
5669f4c161
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. BIN=BIN
      frigate/birdseye.png
  2. 1 1
      frigate/output.py

BIN=BIN
frigate/birdseye.png


+ 1 - 1
frigate/output.py

@@ -104,7 +104,7 @@ class BirdsEyeFrameManager:
         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)