From ad49ce46fdd6c3d245302575de8fede0995d4069 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 30 Dec 2016 13:42:28 -0500 Subject: initial support - motion shows in alarm frames, falls back to no motion frames if analysis images are not found. Scrub and playback don't show motion outlines (yet) #417 --- www/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index 0e7f13ee..7b95eddc 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -27,7 +27,8 @@ angular.module('zmApp', [ 'mgo-angular-wizard', 'pascalprecht.translate', 'jett.ionic.scroll.sista', - 'uk.ac.soton.ecs.videogular.plugins.cuepoints' + 'uk.ac.soton.ecs.videogular.plugins.cuepoints', + 'dcbImgFallback' ]) -- cgit v1.2.3