|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en-us"> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <link href="motion.png" rel="icon" type="image/png"> |
| 6 | + <title>Motion</title> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 8 | + <link rel="stylesheet" type="text/css" href="motion_stylesheet.css" media="screen"> |
| 9 | + <script> |
| 10 | + function fnc_topnav() { |
| 11 | + var x = document.getElementById("id_topnav"); |
| 12 | + if (x.className === "topnav") { |
| 13 | + x.className += " responsive"; |
| 14 | + } else { |
| 15 | + x.className = "topnav"; |
| 16 | + } |
| 17 | + } |
| 18 | + </script> |
| 19 | + </head> |
| 20 | + <body> |
| 21 | + <div class="topnav" id="id_topnav"> |
| 22 | + <img class="logoimg" src="motion.gif"> |
| 23 | + |
| 24 | + <a class="topnav-d" href="https://motion-project.github.io/motion_support.html">Support</a> |
| 25 | + <a class="topnav-d" href="https://motion-project.github.io/motion_news.html" >News</a> |
| 26 | + <a class="topnav-d" href="https://motion-project.github.io/motion_guide.html" >Documentation</a> |
| 27 | + <a class="topnav-d" href="https://motion-project.github.io/motion_download.html">Download</a> |
| 28 | + <a class="topnav-d" href="https://motion-project.github.io/index.html">Home</a> |
| 29 | + |
| 30 | + <a class="topnav-m" href="https://motion-project.github.io/index.html">Home</a> |
| 31 | + <a class="topnav-m" href="https://motion-project.github.io/motion_download.html">Download</a> |
| 32 | + <a class="topnav-m" href="https://motion-project.github.io/motion_guide.html" >Documentation</a> |
| 33 | + <a class="topnav-m" href="https://motion-project.github.io/motion_news.html" >News</a> |
| 34 | + <a class="topnav-m" href="https://motion-project.github.io/motion_support.html">Support</a> |
| 35 | + |
| 36 | + <a href="javascript:void(0);" class="icon" onclick="fnc_topnav()">☰</a> |
| 37 | + </div> |
| 38 | + <section class="page-header"> |
| 39 | + <h1> |
| 40 | + Documentation |
| 41 | + </h1> |
| 42 | + </section> |
| 43 | + <section class="main-content"> |
| 44 | + |
| 45 | + <p></p> |
| 46 | + The links below provide the documentation associated with the various releases of the Motion and MotionPlus software. |
| 47 | + <p></p> |
| 48 | + <p></p> |
| 49 | + |
| 50 | + |
| 51 | + <h3><a name="Current_Release"></a>Documentation For Latest Releases</h3> |
| 52 | + <div class="tblreleasecurrent"> |
| 53 | + <table style="border-width:0.5px; text-align: center;" cellspacing="0" cellpadding="0" > |
| 54 | + <colgroup> |
| 55 | + <col width="300px"> |
| 56 | + <col width="300px"> |
| 57 | + <col width="300px"> |
| 58 | + </colgroup> |
| 59 | + <thead > |
| 60 | + <tr > |
| 61 | + <th word-wrap:break-word > Motion </th> |
| 62 | + <td word-wrap:break-word > </td> |
| 63 | + <th word-wrap:break-word > MotionPlus </th> |
| 64 | + </tr> |
| 65 | + </thead> |
| 66 | + <tbody> |
| 67 | + <tr> |
| 68 | + <td word-wrap:break-word > <a href="motion_build.html">Installing and building from source </a></td> |
| 69 | + <td word-wrap:break-word > </td> |
| 70 | + <td word-wrap:break-word > <a href="motionplus_build.html">Installing and building from source </a></td> |
| 71 | + </tr> |
| 72 | + <tr> |
| 73 | + <td word-wrap:break-word > <a href="motion_config.html">Configuration</a></td> |
| 74 | + <td word-wrap:break-word > </td> |
| 75 | + <td word-wrap:break-word > <a href="motionplus_config.html">Configuration</a></td> |
| 76 | + </tr> |
| 77 | + <tr> |
| 78 | + <td word-wrap:break-word > </a></td> |
| 79 | + <td word-wrap:break-word > </td> |
| 80 | + <td word-wrap:break-word > <a href="motionplus_examples.html">Examples</a></td> |
| 81 | + </tr> |
| 82 | + |
| 83 | + </tbody> |
| 84 | + </table> |
| 85 | + </div> |
| 86 | + |
| 87 | + <p></p> |
| 88 | + <p></p> |
| 89 | + <p></p> |
| 90 | + <p></p> |
| 91 | + |
| 92 | + <h3><a name="Comparison"></a>Comparison Of Motion vs MotionPlus</h3> |
| 93 | + <div> |
| 94 | + <table class="tblcomp" > |
| 95 | + <colgroup> |
| 96 | + <col width="300px"> |
| 97 | + <col width="300px"> |
| 98 | + <col width="300px"> |
| 99 | + </colgroup> |
| 100 | + <thead > |
| 101 | + <tr > |
| 102 | + <th bgcolor="#edf4f9" word-wrap:break-word >Motion</th> |
| 103 | + <th bgcolor="#edf4f9" word-wrap:break-word >Description</th> |
| 104 | + <th bgcolor="#edf4f9" word-wrap:break-word >MotionPlus</th> |
| 105 | + </tr> |
| 106 | + </thead> |
| 107 | + <tbody> |
| 108 | + <tr> |
| 109 | + <td bgcolor="#edf4f9" word-wrap:break-word >None</td> |
| 110 | + <td bgcolor="#edf4f9" word-wrap:break-word >Enhancements</td> |
| 111 | + <td bgcolor="#edf4f9" word-wrap:break-word >Yes</td> |
| 112 | + </tr> |
| 113 | + <tr> |
| 114 | + <td bgcolor="#edf4f9" word-wrap:break-word >Optional</td> |
| 115 | + <td bgcolor="#edf4f9" word-wrap:break-word >FFmpeg Libraries</td> |
| 116 | + <td bgcolor="#edf4f9" word-wrap:break-word >Required</td> |
| 117 | + </tr> |
| 118 | + <tr> |
| 119 | + <td bgcolor="#edf4f9" word-wrap:break-word >Supported</td> |
| 120 | + <td bgcolor="#edf4f9" word-wrap:break-word >Multiple input v4l2 cards(RoundRobin)</td> |
| 121 | + <td bgcolor="#edf4f9" word-wrap:break-word >Not Supported</td> |
| 122 | + </tr> |
| 123 | + <tr> |
| 124 | + <td bgcolor="#edf4f9" word-wrap:break-word >Supported</td> |
| 125 | + <td bgcolor="#edf4f9" word-wrap:break-word >Brooktree video cards</td> |
| 126 | + <td bgcolor="#edf4f9" word-wrap:break-word >Not Supported</td> |
| 127 | + </tr> |
| 128 | + <tr> |
| 129 | + <td bgcolor="#edf4f9" word-wrap:break-word >Internal partial legacy</td> |
| 130 | + <td bgcolor="#edf4f9" word-wrap:break-word >Camera Tracking</td> |
| 131 | + <td bgcolor="#edf4f9" word-wrap:break-word >External scripts only</td> |
| 132 | + </tr> |
| 133 | + <tr> |
| 134 | + <td bgcolor="#edf4f9" word-wrap:break-word >Optional</td> |
| 135 | + <td bgcolor="#edf4f9" word-wrap:break-word >Multiple ports for web control and streams</td> |
| 136 | + <td bgcolor="#edf4f9" word-wrap:break-word >Single port only</td> |
| 137 | + </tr> |
| 138 | + <tr> |
| 139 | + <td bgcolor="#edf4f9" word-wrap:break-word >-</td> |
| 140 | + <td bgcolor="#edf4f9" word-wrap:break-word >OpenCV Cascades/HOG/DNN</td> |
| 141 | + <td bgcolor="#edf4f9" word-wrap:break-word >Yes</td> |
| 142 | + </tr> |
| 143 | + <tr> |
| 144 | + <td bgcolor="#edf4f9" word-wrap:break-word >-</td> |
| 145 | + <td bgcolor="#edf4f9" word-wrap:break-word >Pi camera controls</td> |
| 146 | + <td bgcolor="#edf4f9" word-wrap:break-word >Yes</td> |
| 147 | + </tr> |
| 148 | + <tr> |
| 149 | + <td bgcolor="#edf4f9" word-wrap:break-word >-</td> |
| 150 | + <td bgcolor="#edf4f9" word-wrap:break-word >Sound recording from passthrough cameras</td> |
| 151 | + <td bgcolor="#edf4f9" word-wrap:break-word >Yes</td> |
| 152 | + </tr> |
| 153 | + <tr> |
| 154 | + <td bgcolor="#edf4f9" word-wrap:break-word >-</td> |
| 155 | + <td bgcolor="#edf4f9" word-wrap:break-word >Sound frequency detection</td> |
| 156 | + <td bgcolor="#edf4f9" word-wrap:break-word >Yes</td> |
| 157 | + </tr> |
| 158 | + <tr> |
| 159 | + <td bgcolor="#edf4f9" word-wrap:break-word >-</td> |
| 160 | + <td bgcolor="#edf4f9" word-wrap:break-word >Enhanced webcontrol<ul> |
| 161 | + <li> Download/Play movies</li> |
| 162 | + <li> Ability to change configuration parameters</li> |
| 163 | + <li> Optional user developed web page</li> |
| 164 | + <li> Add/delete cameras</li> |
| 165 | + <li> Consolidated single image stream of all cameras</li> |
| 166 | + <li> MpegTS video stream feeds</li> |
| 167 | + <li> Execution of custom events/actions</li> |
| 168 | + <li> Live feed of Motionplus log messages</li> |
| 169 | + </ul></td> |
| 170 | + <td bgcolor="#edf4f9" word-wrap:break-word >Yes</td> |
| 171 | + </tr> |
| 172 | + <tr> |
| 173 | + <td bgcolor="#edf4f9" word-wrap:break-word >-</td> |
| 174 | + <td bgcolor="#edf4f9" word-wrap:break-word >Additional Motion detection measures</td> |
| 175 | + <td bgcolor="#edf4f9" word-wrap:break-word >Yes</td> |
| 176 | + </tr> |
| 177 | + |
| 178 | + </tbody> |
| 179 | + </table> |
| 180 | + </div> |
| 181 | + |
| 182 | + <p></p> |
| 183 | + <p></p> |
| 184 | + <p></p> |
| 185 | + <p></p> |
| 186 | + |
| 187 | + <h3><a name="Prior"></a>Documentation For Prior Releases</h3> |
| 188 | + <p></p> |
| 189 | + The documentation is provided as it was included in each release. |
| 190 | + <p></p> |
| 191 | + <p></p> |
| 192 | + |
| 193 | + <div class="tblreleaseprior"> |
| 194 | + <table style="border-width:0.5px; text-align: center;" cellspacing="0" cellpadding="0" > |
| 195 | + <colgroup> |
| 196 | + <col width="500px"> |
| 197 | + <col width="500px"> |
| 198 | + </colgroup> |
| 199 | + <thead > |
| 200 | + <tr > |
| 201 | + <th word-wrap:break-word > Motion </th> |
| 202 | + <th word-wrap:break-word > MotionPlus </th> |
| 203 | + </tr> |
| 204 | + </thead> |
| 205 | + <tbody> |
| 206 | + <tr> |
| 207 | + <td word-wrap:break-word > <a href="4.6.0/motion_config.html"> Version 4.6.0</a> </td> |
| 208 | + <td word-wrap:break-word > <a href="mp0.1.0/motionplus_config.html"> Version 0.2.0</a></td> |
| 209 | + </tr> |
| 210 | + <tr> |
| 211 | + <td word-wrap:break-word > <a href="4.5.1/motion_config.html"> Version 4.5.1</a> </td> |
| 212 | + <td word-wrap:break-word > <a href="mp0.1.0/motionplus_config.html"> Version 0.1.0</a></td> |
| 213 | + </tr> |
| 214 | + <tr> |
| 215 | + <td word-wrap:break-word > <a href="4.5.0/motion_config.html"> Version 4.5.0</a> </td> |
| 216 | + <td word-wrap:break-word > </td> |
| 217 | + </tr> |
| 218 | + <tr> |
| 219 | + <td word-wrap:break-word > <a href="4.4.0/motion_config.html"> Version 4.4.0</a> </td> |
| 220 | + <td word-wrap:break-word > </td> |
| 221 | + </tr> |
| 222 | + <tr> |
| 223 | + <td word-wrap:break-word > <a href="4.3.2/motion_config.html"> Version 4.3.2</a> </td> |
| 224 | + <td word-wrap:break-word > </td> |
| 225 | + </tr> |
| 226 | + <tr> |
| 227 | + <td word-wrap:break-word > <a href="4.3.1/motion_config.html"> Version 4.3.1</a></td> |
| 228 | + <td word-wrap:break-word > </td> |
| 229 | + </tr> |
| 230 | + <tr> |
| 231 | + <td word-wrap:break-word > <a href="4.3.0/motion_config.html"> Version 4.3.0</a></td> |
| 232 | + <td word-wrap:break-word > </td> |
| 233 | + </tr> |
| 234 | + <tr> |
| 235 | + <td word-wrap:break-word ><a href="4.2.2/motion_config.html"> Version 4.2.2</a> </td> |
| 236 | + <td word-wrap:break-word > </td> |
| 237 | + </tr> |
| 238 | + <tr> |
| 239 | + <td word-wrap:break-word ><a href="4.2.1/motion_config.html"> Version 4.2.1</a> </td> |
| 240 | + <td word-wrap:break-word > </td> |
| 241 | + </tr> |
| 242 | + <tr> |
| 243 | + <td word-wrap:break-word ><a href="4.2/motion_config.html"> Version 4.2</a> </td> |
| 244 | + <td word-wrap:break-word > </td> |
| 245 | + </tr> |
| 246 | + <tr> |
| 247 | + <td word-wrap:break-word ><a href="4.1.1/motion_guide.html"> Version 4.1.1</a> </td> |
| 248 | + <td word-wrap:break-word > </td> |
| 249 | + </tr> |
| 250 | + <tr> |
| 251 | + <td word-wrap:break-word ><a href="4.1/motion_guide.html"> Version 4.1</a></td> |
| 252 | + <td word-wrap:break-word > </td> |
| 253 | + </tr> |
| 254 | + <tr> |
| 255 | + <td word-wrap:break-word ><a href="4.0.1/motion_guide.html"> Version 4.0.1</a> </td> |
| 256 | + <td word-wrap:break-word > </td> |
| 257 | + </tr> |
| 258 | + <tr> |
| 259 | + <td word-wrap:break-word > <a href="4.0/motion_guide.html"> Version 4.0</a></td> |
| 260 | + <td word-wrap:break-word > </td> |
| 261 | + </tr> |
| 262 | + <tr> |
| 263 | + <td word-wrap:break-word ><a href="3.4.1/motion_guide.html"> Version 3.4.1</a> </td> |
| 264 | + <td word-wrap:break-word > </td> |
| 265 | + </tr> |
| 266 | + |
| 267 | + </tbody> |
| 268 | + </table> |
| 269 | + </div> |
| 270 | + |
| 271 | + |
| 272 | + </section> |
| 273 | + </body> |
| 274 | +</html> |
| 275 | + |
0 commit comments