mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 04:05:26 +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"
|
||||
):
|
||||
profile = onvif_profile
|
||||
logger.debug(f"Selected Onvif profile for {camera_name}: {profile}")
|
||||
break
|
||||
|
||||
if profile is None:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user