mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Move to images specific folder
This commit is contained in:
parent
aaedd24f37
commit
dff477d548
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
@ -113,7 +113,7 @@ class BirdsEyeFrameManager:
|
|||||||
birdseye_logo = cv2.imread(custom_logo_files[0], cv2.IMREAD_UNCHANGED)
|
birdseye_logo = cv2.imread(custom_logo_files[0], cv2.IMREAD_UNCHANGED)
|
||||||
|
|
||||||
if birdseye_logo is None:
|
if birdseye_logo is None:
|
||||||
logo_files = glob.glob("/opt/frigate/frigate/birdseye.png")
|
logo_files = glob.glob("/opt/frigate/frigate/images/birdseye.png")
|
||||||
|
|
||||||
if len(logo_files) > 0:
|
if len(logo_files) > 0:
|
||||||
birdseye_logo = cv2.imread(logo_files[0], cv2.IMREAD_UNCHANGED)
|
birdseye_logo = cv2.imread(logo_files[0], cv2.IMREAD_UNCHANGED)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user