Menu

Tree [3a2353] master /
 History

HTTPS access


File Date Author Commit
 MotionJSViewer_0.2.zip 2013-09-21 Robert Klauco Robert Klauco [3a2353] Version 0.2 - improved Internet Explorer compat...
 README 2013-08-27 Robert Klauco Robert Klauco [b0a81e] Final initial commit
 filelist.php 2013-08-27 Robert Klauco Robert Klauco [d96987] Initial commit - with README file
 index.html 2013-09-21 Robert Klauco Robert Klauco [3a2353] Version 0.2 - improved Internet Explorer compat...
 motion.conf 2013-08-27 Robert Klauco Robert Klauco [df2f40] Initial commit - with sample motion.conf file

Read Me

Motion JavaScript viewer

Project goal:
Deliver a very simple web-interface for motion-generated files, capable of operation on Android phone/tablet, modern browsers on any operating system within PC and so on.

Project status:
Initial alpha release, limited testing only.

Installation instructions:
My configuration is quite simple - I made the folder with Motion-generated images available on my home server with public access (limited by simple username/password combination).
Next I copied the 2 project files (filelist.php and index.html) into the folder and configured the server to serve index.html as default.
The camera folders and subfolders have read access for the webserver user, so the files are available and accessible.
The PHP files only generates the JSON listing of the folders and subfolders.

Sample:
Relevant sample configuration for motion.conf file is a part of the repository. The most important part is the jpeg file path configuration (jpeg_filename %Y%m%d/%H%M%S-%q) and target image directory (target_dir /data/backups/motion).