Adobe Connect User Community
Menu

#1 2010-05-25 14:11:13

**_duke1029_**

Use IP Camera

We would like to use an Axis 206 IP camera.  Is there a way to integrate the video feed from this camera into Connect?
Thanks

Offline

#2 2010-05-26 09:00:51

**_NasFarzan_**

Re: Use IP Camera

Duke,

Do you mean connecting it remotely? (I.e. the camera is not connected to computer in the meeting room.)

Nas

Offline

#3 2010-05-26 09:12:29

**_duke1029_**

Re: Use IP Camera

Yes - the camera is in a different physical location and is connected via IP.  Seems like the only option for Connect is to use webcams directly connected using USB.  We would, however, like to stream the feed from an IP camera into a meeting session.

Offline

#4 2010-05-26 09:22:25

**_NasFarzan_**

Re: Use IP Camera

Understood. Please check your email.

Offline

#5 2010-05-27 09:38:09

alistairlee

Re: Use IP Camera

There are drivers available for IP cameras to make them look like USB cameras to your operating system - which means you can use them with Connect.  I can't recall the name of the app that does this - but it's been mentioned here in the forums.

Offline

#6 2010-05-27 18:27:27

**_azpeter2009_**

Re: Use IP Camera

Alistair, I'd love to find those drivers and try them out.  I've done a search and can only find software that offers to make a USB camera look like an IP camera, not the reverse.  Can you (or any of the forum readers) locate the name or source for such drivers. (We're using Sony Ipela SNC-RZ50N cameras, here.)

Offline

#7 2011-05-16 09:25:25

**_farbod_**

Re: Use IP Camera

NasFarzan wrote:

Understood. Please check your email.

I will be happy if you send one application to convert ipcamera to local camera

Offline

#8 2011-05-16 12:54:56

**_Jorma_at_RealEyes_**

Re: Use IP Camera

Found this with a quick Google Search... and it's free to try http://www.webcamxp.com/home.aspx

This tool came from a similar thread on a different forum.

Let us know if it works, or if you find something better.

Offline

#9 2012-10-13 01:51:31

**_cbhattarai_**

Re: Use IP Camera

This source code might help you :


<html>
<head>
<title>Happy Droids IPCam</title>
<script type="text/javascript" src="min.js"></script>
<script type="text/javascript" src="jplayer.js">
</script><script type="text/javascript" src="common.js"></script>
<style type="text/css">

body {
font-size: 18px;
font-family: Verdana, Geneva, sans-serif;
}

.selector1 {
font-family: Verdana, Geneva, sans-serif;
font-size: 18px;
background-color:#FFF;
opacity:0.78;
filter:alpha(opacity=78);
}
.pointer2 {
font-size: 36px;
font-family: Verdana, Geneva, sans-serif;
background-color:#FFF;
opacity:0.78;
filter:alpha(opacity=78);
font-weight: bold;
}

.image{
position:fixed;
bottom:10px;
right:10px;

}

</style>
</head>
<body>
<div>
<label class="pointer2">Happy Droids IPCam</label>
<p>
<label class="selector1" >
If no video appear below, you are using unsupported browser.
</label>
</p>
</div>
<div>
<img src="/mjpeg" alt="IPCam's stream."/>
</div>
<div id="jplayer">
<input type="button" onClick="createAudio()" value="START AUDIO"/>
</div>
<div>
<div style="width:430px"><style>.mcrmeebo { display: block; background:url("http://widget.meebo.com/r.gif") no-repeat top right; } .mcrmeebo:hover { background:url("http://widget.meebo.com/ro.gif") no-repeat top right; } </style><object width="430" height="300" hspace="50" vspace="10"><param name="movie" value="http://widget.meebo.com/mcr.swf?id=aTstIZKZhl"></param><embed src="http://widget.meebo.com/mcr.swf?id=aTstIZKZhl" width="430" height="300" hspace="50" vspace="10" type="application/x-shockwave-flash" /></object>
<p>
<label class="selector1">
Please note, other chat users can NOT directly see your stream. Only users connected to the same network as your android device can do so.
</label>
</p>
</div>
</div>
<img src="/background" class="image"/>
</body>
</html>

Offline

#10 2012-10-13 04:52:41

**_siennasmith_**

Re: Use IP Camera

It works with me!! Thank you...

Offline

Board footer