This repository has been archived by the owner on Jan 20, 2018. It is now read-only.
forked from peterchs/script.foscam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
22 lines (22 loc) · 1.52 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<addon id="script.foscam"
name="Foscam HD"
version="0.0.4"
provider-name="Maikito26">
<requires>
<import addon="xbmc.python" version="2.13.0"/>
<import addon="script.module.requests" version="2.3.0" optional="false"/>
</requires>
<extension point="xbmc.python.script" library="default.py"/>
<extension point="xbmc.service" library="service.py" start="startup"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">View a Foscam HD camera live stream with camera controls</summary>
<description lang="en">This script shows the video feed from a Foscam HD camera. This has been confirmed to work with Foscam F19831w and F19804p models as this is what I own, using the latest firmware available at this time - 2.11.1.118. Ther are controls for pan/tilt, and mirror/flip. A video preview (no audio) can be triggered by motion or sound detection. Press select when the preview appears to open the video feed with camera controls.</description>
<disclaimer>This add-on is not affiliated with Foscam. This add-on will modify some settings on the camera itself such as motion and sound detection settings.</disclaimer>
<forum>http://forum.xbmc.org/showthread.php?tid=190439</forum>
<website>http://foscam.us/megapixel-ip-cameras-2/</website>
<source>https://github.com/maikito26/script.foscam.git</source>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
</extension>
</addon>