mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-21 22:41:54 +03:00
Debug logs for rknn embeddings check
This commit is contained in:
parent
2bd096a85a
commit
f151a870e0
@ -132,7 +132,7 @@ def get_soc_type() -> Optional[str]:
|
|||||||
soc = file.read().split(",")[-1].strip("\x00")
|
soc = file.read().split(",")[-1].strip("\x00")
|
||||||
return soc
|
return soc
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
logger.warning("Could not determine SoC type from device tree")
|
logger.debug("Could not determine SoC type from device tree")
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user