mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-01-31 00:18:55 +01:00
fix chrash after restart (#8661)
This commit is contained in:
parent
678f1201c6
commit
977eef9138
@ -62,6 +62,7 @@ class Rknn(DetectionApi):
|
||||
)
|
||||
)
|
||||
|
||||
if not os.path.isfile("/usr/lib/librknnrt.so"):
|
||||
if "rk356" in soc:
|
||||
os.rename("/usr/lib/librknnrt_rk356x.so", "/usr/lib/librknnrt.so")
|
||||
elif "rk3588" in soc:
|
||||
|
Loading…
Reference in New Issue
Block a user