From: Calin Crisan Date: Sun, 27 Oct 2013 10:19:20 +0000 (+0200) Subject: doc cleanups X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=8ad2480d2e3ffc65420426412428ffb4f4eaca03;p=motioneye-debian doc cleanups --- diff --git a/doc/colors.txt b/doc/colors.txt deleted file mode 100644 index cc6fa2b..0000000 --- a/doc/colors.txt +++ /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 index ace3d83..0000000 --- a/doc/motion-options.txt +++ /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 diff --git a/doc/requirements.txt b/doc/requirements.txt index c89b277..1cc3e5b 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -5,4 +5,3 @@ jinja2 ffmpeg motion v4l-utils -smbclient diff --git a/doc/todo.txt b/doc/todo.txt index e693d35..ade3528 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -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