From ca9d64b313a4638d665e08e6d6c79c5b2538601d Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Wed, 15 Jul 2015 21:03:42 -0400 Subject: Updated with functionality to save feed snapshots to camera roll --- www/templates/monitors-modal.html | 12 +++++++++++- www/templates/montage.html | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'www/templates') diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index e1d5c98a..aa87844e 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -6,12 +6,15 @@ +
+ ng-src="{{LoginData.streamingurl}}/cgi-bin/zms?mode=jpeg&monitor={{monitorId}}&maxfps={{LoginData.maxFPS}}&buffer=1000&user={{LoginData.username}}&pass={{LoginData.password}}&rand={{rand}}" ng-class="{'zm-image-fit':imageStyle==true, 'zm-image-crop':imageStyle==false}" on-swipe-left="onSwipeLeft(monitorId,-1)" on-swipe-right="onSwipeRight(monitorId,1)" fade-in /> +
+
@@ -31,3 +34,10 @@ + + + + + + + diff --git a/www/templates/montage.html b/www/templates/montage.html index d63a3bcd..13f21952 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -26,7 +26,7 @@ - +
-- cgit v1.2.3