mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 12:15:25 +03:00
add profile logger debug
This commit is contained in:
parent
99a2dde364
commit
22bbb9c58f
@ -94,6 +94,7 @@ class OnvifController:
|
|||||||
and onvif_profile.VideoEncoderConfiguration.Encoding == "H264"
|
and onvif_profile.VideoEncoderConfiguration.Encoding == "H264"
|
||||||
):
|
):
|
||||||
profile = onvif_profile
|
profile = onvif_profile
|
||||||
|
logger.debug(f"Selected Onvif profile for {camera_name}: {profile}")
|
||||||
break
|
break
|
||||||
|
|
||||||
if profile is None:
|
if profile is None:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user