]> www.vanbest.org Git - motioneye-debian/commitdiff
doc cleanups
authorCalin Crisan <ccrisan@gmail.com>
Sun, 27 Oct 2013 10:19:20 +0000 (12:19 +0200)
committerCalin Crisan <ccrisan@gmail.com>
Sun, 27 Oct 2013 10:19:20 +0000 (12:19 +0200)
doc/colors.txt [deleted file]
doc/motion-options.txt [deleted file]
doc/requirements.txt
doc/todo.txt

diff --git a/doc/colors.txt b/doc/colors.txt
deleted file mode 100644 (file)
index cc6fa2b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-background: #212121 (13%)
-panel: #313131 (19%)
-panel-highlight: #414141 (25%)
-disabled-text: #aaaaaa (66%)
-normal-text: #dddddd (86%)
-focused-text: #ffffff (100%)
-
-action-text: #3498db
-action-border-unfocused: #317CAD
-action-border-focused: #3498db
diff --git a/doc/motion-options.txt b/doc/motion-options.txt
deleted file mode 100644 (file)
index ace3d83..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-Reference:
-    http://www.lavrsen.dk/foswiki/bin/view/Motion/ConfigFileOptions
-v4l2:
-    * list devices: v4l2-ctl --list-devices
-    * list resolutions: v4l2-ctl -d device --list-formats-ext
-    * set brightness: v4l2-ctl -d device --set-ctrl brightess=0-100
-    
-
-General
-----------------
-target_dir                  path
-
-Video Device
-------------
-videodevice                 combo
-auto_brightness             boolean
-lightswitch                 0, 1..100 (%)
-brightness                  byte
-contrast                    byte
-hue                         byte
-saturation                  byte
-norm                        0 (PAL), 1 (NTSC), 2 (SECAM), 3 (PAL NoColor)
-width                       int (pixels)
-height                      int (pixels)
-rotate                      degrees
-framerate                   2 - 100
-
-Webcam Streaming
----------------
-webcam_framerate            1 - 100
-webcam_motion               boolean
-webcam_quality              1 - 100
-
-Still Images
---------------
-jpeg_filename               string
-quality                     1 - 100
-output_normal               off|first|best
-output_all                  boolean
-snapshot_interval           int (seconds)
-snapshot_filename           string
-
-Motion Movies
--------------
-ffmpeg_cap_new              boolean
-movie_filename              string
-ffmpeg_variable_bitrate     0, 2..31
-ffmpeg_bps                  0 - 9999999
-ffmpeg_video_codec          mpeg4, msmpeg4, swf, flv, ffv1, mov
-
-Motion Detection
-----------------
-text_changes                boolean
-locate                      boolean
-minimum_motion_frames       1 - 1000
-noise_level                 byte
-noise_tune                  boolean
-threshold                   int (pixels)
-gap                         int (seconds)
-pre_capture                 0 - 100 (frames)
-post_capture                int (frames)
-
-Text Overlay
-------------
-text_double                 boolean
-text_left                   string
-text_right                  string
index c89b277c830bfcce6362d949e28a79b183efdb88..1cc3e5b768e3396087b60811943d65057c87f165 100644 (file)
@@ -5,4 +5,3 @@ jinja2
 ffmpeg
 motion
 v4l-utils
-smbclient
index e693d35d6ace837a41556425d3fee8f67db0ec19..ade352875886801a3cfcf037c9fd4e3e4ed59634 100644 (file)
@@ -1,17 +1,16 @@
 -> make camera frames positions configurable
 -> add a view log functionality
--> add a previewer for movies
 -> add a previewer for snapshots
+-> add a previewer for movies
 
 -> style scroll bars
 -> hint text next to section titles
 -> clickable hints
 
 -> implement working schedule (add another combo deciding what to do during working schedule)
--> add other options applicable only to special devices (rpi): wifi settings, notifications
--> group @config rules to top
+-> implement notifications
+-> implement functionalities specific to raspberry pi: network settings, smb control
+-> group @config rules at top
 
 -> browser compatibility test
 -> requirements test
-
--> other todos