Site updated at 2018-02-25 11:35:30 UTC
This commit is contained in:
parent
c4de7b068c
commit
bf1c2a7c4d
28 changed files with 76 additions and 75 deletions
|
@ -121,7 +121,7 @@
|
|||
</dd>
|
||||
<dt><a class="title-link" name="timelapse" href="#timelapse"></a> timelapse</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="int">int</span>)</span><span class="required">(Optional)</span><span class="description">Takes a picture every millisecond.</span></p>
|
||||
<p class="desc"><span class="type">(<span class="int">int</span>)</span><span class="required">(Optional)</span><span class="description">Takes a picture every this many milliseconds (thousands of a second) - the default means one picture a second.</span></p>
|
||||
<p class="default">Default value: 1000</p>
|
||||
</dd>
|
||||
<dt><a class="title-link" name="file_path" href="#file_path"></a> file_path</dt>
|
||||
|
@ -131,7 +131,7 @@
|
|||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<p>The given <strong>file_path</strong> must be an existing file because the camera platform setup performs a writeable check on it. Also, keep in mind that the path should be whitelisted.</p>
|
||||
<p>The given <strong>file_path</strong> must be an existing file because the camera platform setup performs a writeable check on it. Also, keep in mind that the path should be <a href="/docs/configuration/basic/">whitelisted</a>.</p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
|
|
@ -110,6 +110,7 @@
|
|||
<li>D6300SF</li>
|
||||
<li>U6000 (port must be set to 8001)</li>
|
||||
<li>U6300 (port must be set to 8001, and <code class="highlighter-rouge">pip3 install websocket-client</code> must be executed)</li>
|
||||
<li>K5579 (port must be set to 8001, On/Off, Forward/Backward, Volume control, but no Play button)</li>
|
||||
<li>K6500AF (port must be set to 8001)</li>
|
||||
<li>KS8005 (port must be set to 8001, and <code class="highlighter-rouge">pip3 install websocket-client</code> must be executed)</li>
|
||||
<li>KU6290 (port must be set to 8001)</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue