WEBCAM Module

ibi

Joined: 2013-06-18
Posts: 2
Posted: Wed, 2013-06-19 05:49

Hello
I installed gallery3 - Version: 3.0.8 (Senna).

I have some public webcams that I would see in my gallery.
(eg with iframe rtsp :/ / 172.16.0.198/mpeg4/media.amp?!?)
Maybe if it was even possible to capture frames every now and then ... excellent

Can anyone help myself?.
There is a module for gallery3 webcam?

On http://codex.galleryproject.org/Category:Gallery_3:Modules did not find anything.

thank you very much
IBI

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2013-06-19 08:51

There is a webcam module for G2 but not for G3.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
ibi

Joined: 2013-06-18
Posts: 2
Posted: Thu, 2013-06-20 10:12

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

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2013-06-20 12:33
Quote:
2) the form webcam module for G2 can run on g3 ?

Nope.

As for #1 iI don't know.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team