| Author |
Message |
juergenb
Joined: 08 Aug 2011 Posts: 2
|
Posted: Mon 08 Aug 2011, 04:17 Post subject:
IP camera Subject description: looking for a package to show the stream of my IP camera |
|
Hi,
I have installed a IP camera (dlink 932L) with a fix IP address and want to see the stream. Which package should I download to display it at my puppy?
Thxs
Juergen
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6660 Location: lisbon
|
Posted: Mon 08 Aug 2011, 14:16 Post subject:
|
|
Maybe try Jemimah's ucview .pet from this thread.
N.B. Using lucid 525 I only needed to install the unicap-0.9.5-i486.pet package.
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6660 Location: lisbon
|
Posted: Mon 08 Aug 2011, 14:27 Post subject:
|
|
Whoops...I posted too quick! Trying to record video it crashed. Further investigation required.
|
|
Back to top
|
|
 |
juergenb
Joined: 08 Aug 2011 Posts: 2
|
Posted: Mon 08 Aug 2011, 15:05 Post subject:
|
|
ok, will wait for further ideas...
thx
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6660 Location: lisbon
|
Posted: Mon 08 Aug 2011, 18:32 Post subject:
|
|
@juergenb,
you don't mention which puppy you're using? If it was p525 then, (I've just noticed!), it has Menu>Multimedia>Guvcview. I'm not sure if this meets your needs.
|
|
Back to top
|
|
 |
Geoffrey

Joined: 30 May 2010 Posts: 919 Location: Queensland Australia ɹǝpu∩uʍop
|
Posted: Mon 08 Aug 2011, 22:03 Post subject:
|
|
This cam runs it's own server so you should be able to view it with your web browser by typing the ip address and port number.
here is a html script to view a cam with, just need to change the CAM_IP PORT_NUMBER to the cams ip and port in the two locations
the refresh rate is set to 1 second, edit this script then save it as a html and open with web browser, it should work,
don't forget to forward the cam port in the router if you plan to stream it over the internet
Edit: if you plan on viewing it from a remote location then the CAM_IP should be your external ip address that is allocated by your service provider
| Code: | <html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>webcam</title>
<meta http-equiv="refresh" content="1">
</head>
<body style="color: rgb(0, 0, 0); background-color: rgb(142, 174, 255);"
alink="#000099" link="#000099" vlink="#990099">
<div style="text-align: center;"><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
WebCam<br>
</div>
<div style="text-align: center;"><a href="http://CAM_IP:PORT_NUMBER/.jpg"><img
style="border: 5px solid ; width: 320px; height: 240px;"
alt="The WebCam Is Currently Unavailable"
src="http://CAM_IP:PORT_NUMBER/.jpg"></a><br>
</div>
<br>
<br>
</body>
</html>
|
hope this helps
Geoffrey
|
|
Back to top
|
|
 |
Geoffrey

Joined: 30 May 2010 Posts: 919 Location: Queensland Australia ɹǝpu∩uʍop
|
Posted: Mon 08 Aug 2011, 22:43 Post subject:
|
|
There is this webcam addon for firefox that might work for you https://addons.mozilla.org/en-US/firefox/addon/241025/
|
|
Back to top
|
|
 |
|