Turn foscam verbose mode off (#8967)
This commit is contained in:
parent
23273d3e88
commit
a0ddb24245
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class FoscamCam(Camera):
|
|||
from foscam import FoscamCamera
|
||||
|
||||
self._foscam_session = FoscamCamera(ip_address, port, self._username,
|
||||
self._password)
|
||||
self._password, verbose=False)
|
||||
|
||||
def camera_image(self):
|
||||
"""Return a still image reponse from the camera."""
|
||||
|
|
Loading…
Add table
Reference in a new issue