WEBCAM Module
ibi
Joined: 2013-06-18
Posts: 2 |
Posted: Wed, 2013-06-19 05:49 |
Hello I have some public webcams that I would see in my gallery. Can anyone help myself?. On http://codex.galleryproject.org/Category:Gallery_3:Modules did not find anything. thank you very much |
|
Posts: 27300
There is a webcam module for G2 but not for G3.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 2
To publish the IP webcams I used the iframe module:
(http://codex.galleryproject.org/Gallery3:Modules:item_iframes)
to insert the OBJECT tag with the following syntax example:
<OBJECT classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921"
codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab"
width="640" height="480" id="vlc" events="True">
<param name="Src" value="rtsp://ipcam" />
<param name="ShowDisplay" value="True" />
<param name="AutoLoop" value="False" />
<param name="AutoPlay" value="True" />
<embed id="vlcEmb" type="application/x-google-vlc-plugin" version="VideoLAN.VLCPlugin.2" autoplay="yes" loop="no" width="640" height="480"
target="rtsp://ipcam" ></embed>
</OBJECT>
now I miss only capture frames every 10 minutes
1) How can I do?
2) the form webcam module for G2 can run on g3 ?
thanks
IBI
Posts: 27300
Nope.
As for #1 iI don't know.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team