This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Support for ONVIF Cameras with FFmpeg as decoder. | |
For more details about this platform, please refer to the documentation at | |
https://home-assistant.io/components/camera.onvif/ | |
""" | |
import asyncio | |
import logging | |
import os |