diff --git a/frigate/ptz/onvif.py b/frigate/ptz/onvif.py index ec461ec46..a7a2cd68b 100644 --- a/frigate/ptz/onvif.py +++ b/frigate/ptz/onvif.py @@ -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: