Difference between revisions of "HTML Video Surveillance"
Doclizardo (talk | contribs) m (→Page Elements) |
|||
(One intermediate revision by one other user not shown) | |||
Line 8: | Line 8: | ||
<li>X-Window system | <li>X-Window system | ||
<li>Mozilla or FireFox | <li>Mozilla or FireFox | ||
− | <li>GenReS plugin | + | <li>[[GenReS|GenReS plugin]] |
<li>Perl with perl threads | <li>Perl with perl threads | ||
<li>MPlayer with RTSP support with elphel patch | <li>MPlayer with RTSP support with elphel patch | ||
</ul> | </ul> | ||
+ | |||
== Install == | == Install == | ||
<ol> | <ol> | ||
Line 37: | Line 38: | ||
== Usage == | == Usage == | ||
=== Page Elements === | === Page Elements === | ||
− | The page is divided on several frames | + | The page is divided on several frames. Each is generated based on cameras.js config file. |
− | In common case is 4 | + | In common case, it is 4 peripheral frames with small live video pictures. |
<table border=1 style="border-style: solid; text-align:center" width=800 height=600><tr><td colspan=3 height=120>top frame</tr> | <table border=1 style="border-style: solid; text-align:center" width=800 height=600><tr><td colspan=3 height=120>top frame</tr> | ||
<tr><td rowspan=2 width=20% height=330>left frame<td height=300>central window<td rowspan=2 width=20%>right frame</tr> | <tr><td rowspan=2 width=20% height=330>left frame<td height=300>central window<td rowspan=2 width=20%>right frame</tr> | ||
Line 44: | Line 45: | ||
<tr><td colspan=3 height=120>bottom frame</tr> | <tr><td colspan=3 height=120>bottom frame</tr> | ||
</table> | </table> | ||
− | Each | + | Each peripheral frame can be hidden if the config file does not contain corresponding javascript array. |
− | The | + | The peripheral frames, if presented, have fixed sizes. Top and bottom frames have height of 199 pixels. |
− | Left and right frames | + | Left and right frames have width of 256 pixels. Other space is given to the central window. |
− | For example if you have 1280x1024 display, page can contain 5 small pictures in the top and | + | For example if you have 1280x1024 display, the page can contain 5 small pictures in the top and bottom frames. |
− | + | Also, if both top and bottom frames are presented, left and right frames with 3 pictures in each and total maximum number of cameras will be 16. | |
− | Or you can configure page to have 5 pictures in one side at the top, bottom, left or right. | + | Or you can configure the page to have 5 pictures in one side at the top, bottom, left or right. |
+ | |||
=== Mouse Control === | === Mouse Control === | ||
Click on small pictures to see it in the central window. | Click on small pictures to see it in the central window. |
Latest revision as of 18:01, 6 July 2006
in English | [[{{{de}}}|deutsch]] | [[{{{fr}}}|français]] | по-русски | автоперевод | [[{{{cn}}}|中文版]] | 机械翻译
Temporary download URL
http://sourceforge.net/project/showfiles.php?group_id=105686&package_id=138717&release_id=358392
Contents
Requirements
- Elphel cameras
- GNU/Linux any distro
- X-Window system
- Mozilla or FireFox
- GenReS plugin
- Perl with perl threads
- MPlayer with RTSP support with elphel patch
Install
- Install all required components
- Configure Mozilla to support codebase principal: add next string to prefs.js: user_pref("signed.applets.codebase_principal_support", true); See about: http://www.mozilla.org/projects/security/components/signed-scripts.html
- Configure video surveillance page
- Start streamers in multicast mode
- Open file index.html in FireFox or Mozilla
- Answer "Yes" on question about priveleges for javascript
Configure
Edit file cameras.js
Each array top-, left-, right-, bottom_cam contains several or zero quoted IP addresses or DNS names of cameras to view.
Timeout is time in seconds for waiting frames from cameras.
Dragreverce changes the behavior when you drag video in main window.
Usage
Page Elements
The page is divided on several frames. Each is generated based on cameras.js config file. In common case, it is 4 peripheral frames with small live video pictures.
top frame | ||
left frame | central window | right frame |
control frame | ||
bottom frame |
Each peripheral frame can be hidden if the config file does not contain corresponding javascript array. The peripheral frames, if presented, have fixed sizes. Top and bottom frames have height of 199 pixels. Left and right frames have width of 256 pixels. Other space is given to the central window. For example if you have 1280x1024 display, the page can contain 5 small pictures in the top and bottom frames. Also, if both top and bottom frames are presented, left and right frames with 3 pictures in each and total maximum number of cameras will be 16. Or you can configure the page to have 5 pictures in one side at the top, bottom, left or right.
Mouse Control
Click on small pictures to see it in the central window. Click on different part of small picture scrolls video in central window.
Scroll central window by mouse dragging on it self.