diff options
author | Steven Barth <steven@midlink.org> | 2008-09-01 21:56:30 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-01 21:56:30 +0000 |
commit | 87bed5db45430fd69d7d89b30e1c6dae46d05e7c (patch) | |
tree | 55515589ae5b6f33ba0cd61b931cd8fa93aa48db /applications/luci-uvc_streamer | |
parent | e5be8db11482a6f7200377ff422018e2aaeb21d0 (diff) |
Added UVC-Streamer application
Contributed by Yanira
Thanks a lot
Diffstat (limited to 'applications/luci-uvc_streamer')
9 files changed, 71 insertions, 0 deletions
diff --git a/applications/luci-uvc_streamer/Makefile b/applications/luci-uvc_streamer/Makefile new file mode 100644 index 000000000..81a96f6a8 --- /dev/null +++ b/applications/luci-uvc_streamer/Makefile @@ -0,0 +1,2 @@ +include ../../build/config.mk +include ../../build/module.mk
\ No newline at end of file diff --git a/applications/luci-uvc_streamer/ipkg/postinst b/applications/luci-uvc_streamer/ipkg/postinst new file mode 100755 index 000000000..492bc858c --- /dev/null +++ b/applications/luci-uvc_streamer/ipkg/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-uvc_streamer ) && rm -f /etc/uci-defaults/luci-uvc_streamer +} diff --git a/applications/luci-uvc_streamer/luasrc/controller/uvc_streamer.lua b/applications/luci-uvc_streamer/luasrc/controller/uvc_streamer.lua new file mode 100644 index 000000000..a1f229671 --- /dev/null +++ b/applications/luci-uvc_streamer/luasrc/controller/uvc_streamer.lua @@ -0,0 +1,13 @@ +module("luci.controller.uvc_streamer", package.seeall) + +function index() + require("luci.i18n") + luci.i18n.loadc("uvc_streamer") + if not luci.fs.isfile("/etc/config/uvc-streamer") then + return + end + + local page = entry({"admin", "services", "uvc_streamer"}, cbi("uvc_streamer"), luci.i18n.translate("uvc_streamer", "UVC Streaming"), 60) + page.i18n = "uvc_streamer" + page.dependent = true +end diff --git a/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.de.lua b/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.de.lua new file mode 100644 index 000000000..cd7cb431f --- /dev/null +++ b/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.de.lua @@ -0,0 +1,4 @@ +uvc_streamer = [[Webcam Stream]] +settings = [[Konfiguration]] +resolution = [[Auflösung]] +framespersecond = [[Bilder pro Sekunde]] diff --git a/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.de.xml b/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.de.xml new file mode 100644 index 000000000..91150963f --- /dev/null +++ b/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.de.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> + +<i18n:msgs xmlns:i18n="http://luci.freifunk-halle.net/2008/i18n#" xmlns="http://www.w3.org/1999/xhtml"> + +<i18n:msg xml:id="framespersecond">Bilder pro Sekunde</i18n:msg> +<i18n:msg xml:id="resolution">Auflösung</i18n:msg> +<i18n:msg xml:id="settings">Konfiguration</i18n:msg> +<i18n:msg xml:id="uvc_streamer">Webcam Stream</i18n:msg> + +</i18n:msgs> diff --git a/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua b/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua new file mode 100644 index 000000000..46c933158 --- /dev/null +++ b/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua @@ -0,0 +1,4 @@ +uvc_streamer = [[Webcam streaming]] +settings = [[Settings]] +resolution = [[Resolution]] +framespersecond = [[Frames per second]] diff --git a/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.xml b/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.xml new file mode 100644 index 000000000..8fe64804d --- /dev/null +++ b/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> + +<i18n:msgs xmlns:i18n="http://luci.freifunk-halle.net/2008/i18n#" xmlns="http://www.w3.org/1999/xhtml"> + +<i18n:msg xml:id="framespersecond">Frames per second</i18n:msg> +<i18n:msg xml:id="resolution">Resolution</i18n:msg> +<i18n:msg xml:id="settings">Settings</i18n:msg> +<i18n:msg xml:id="uvc_streamer">Webcam streaming</i18n:msg> + +</i18n:msgs> diff --git a/applications/luci-uvc_streamer/luasrc/model/cbi/uvc_streamer.lua b/applications/luci-uvc_streamer/luasrc/model/cbi/uvc_streamer.lua new file mode 100644 index 000000000..69a652512 --- /dev/null +++ b/applications/luci-uvc_streamer/luasrc/model/cbi/uvc_streamer.lua @@ -0,0 +1,20 @@ +m = Map("uvc-streamer", translate("uvc_streamer")) + +s = m:section(TypedSection, "uvc-streamer", translate("settings")) +s.addremove = false +s.anonymous = true + +s:option(Flag, "enabled", translate("enabled", "Enable")) + +s:option(Value, "device", translate("device")).rmempty = true + +nm = s:option(Value, "resolution", translate("resolution")) +nm:value("640x480") +nm:value("320x240") +nm:value("160x120") + +s:option(Value, "framespersecond", translate("framespersecond")).rmempty = true + +s:option(Value, "port", translate("port", "Port")).rmempty = true + +return m diff --git a/applications/luci-uvc_streamer/root/etc/uci-defaults/luci-uvc_streamer b/applications/luci-uvc_streamer/root/etc/uci-defaults/luci-uvc_streamer new file mode 100644 index 000000000..6ecea2c42 --- /dev/null +++ b/applications/luci-uvc_streamer/root/etc/uci-defaults/luci-uvc_streamer @@ -0,0 +1,4 @@ +#!/bin/sh + +uci set luci.uci_oncommit.uvc_streamer='/sbin/luci-reload uvc-streamer' +uci commit luci |