clarifying comment

This commit is contained in:
Josh Hawkins 2024-02-03 12:39:41 -06:00
parent 79a54f477e
commit 713b722cf6

View File

@ -69,6 +69,7 @@ class OnvifController:
media = onvif.create_media_service()
try:
# this will fire an exception if camera is not a ptz
capabilities = onvif.get_definition("ptz")
logger.debug(f"Onvif capabilities for {camera_name}: {capabilities}")
profile = media.GetProfiles()[0]