raspberrypi(2): minor fast network camera fix

This commit is contained in:
Calin Crisan 2015-12-27 11:45:37 +02:00
parent 9392e3fd57
commit dfc9795761
2 changed files with 42 additions and 40 deletions

View File

@ -421,6 +421,7 @@ def _set_streameye_settings(camera_id, s):
for line in lines:
f.write(line + '\n')
if 1 in config.get_camera_ids():
# a workaround to update the camera username and password
# since we cannot call set_camera() from here
if s['seAuthMode'] == 'basic':

View File

@ -421,6 +421,7 @@ def _set_streameye_settings(camera_id, s):
for line in lines:
f.write(line + '\n')
if 1 in config.get_camera_ids():
# a workaround to update the camera username and password
# since we cannot call set_camera() from here
if s['seAuthMode'] == 'basic':