Shubhamjain007 / openhab

Automatically exported from code.google.com/p/openhab
0 stars 0 forks source link

Camera widget #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A camera widget is needed for showing live streams. The widget must have a 
property that specifies the type of the stream - as JPEG images or some kind of 
HTTP video stream. Depending on this, the UI will show it in IMG tag with 
refreshing on given interval or in HTML5 VIDEO tag.

Original issue reported on code.google.com by mishoboss on 27 Dec 2011 at 5:24

GoogleCodeExporter commented 8 years ago

Original comment by kai.openhab on 27 Dec 2011 at 5:41

GoogleCodeExporter commented 8 years ago
may be it can be more generic than the img tag. an item where an (html)frame or 
an (html)iframe tag is generated would be great, so an url could be loaded into 
it (chart, web-page, stream) it would be configurable over the loaded 
html-file/url. 

Original comment by openhab.lb on 1 Mar 2012 at 8:43

GoogleCodeExporter commented 8 years ago
I think these should be two separate issues. A "web view" item is a really good 
idea, but we need a dedicated video item that should play video files and 
support streaming too. In the HTML5 world a simple "video" tag should be enough 
to do it (however there are some codec issues, but our target are WebKit 
browsers only and this shouldn't be a problem).

Original comment by mishoboss on 22 Mar 2012 at 7:35

GoogleCodeExporter commented 8 years ago
New "Video" widget has been added with commit 
http://code.google.com/p/openhab/source/detail?r=f124f4b7b0bd5fae7ece0629e65e57b
3149565f4.

Original comment by kai.openhab on 14 May 2012 at 7:08