Register  ·  Sign In  ·  Help
Jump to Page:   1 · 2  |  Next Page
Use WVC54GC to post an image to website
Options    Options  
zgebis
Regular visitor
Posts: 4
Registered: 11-03-2009


zgebis

Message 1 of 11

Viewed 649 times


I want to have my camera post a image to my site.

 

I JUST NEED THE ADDRESS the snap shots come from.

DONT REPOST THE junk thats already on here.

 

 I can I-frame it my self

 

JUST THE ADDRESS of the snapshots. 

 

I dont want a video stream JUST a SNAPSHOT 

Kudos!
11-03-2009 07:47 PM  

  Reply   Reply  
Re: Use WVC54GC to post an image to website
Options    Options  
itsokrelax
Specialist
Posts: 314
Registered: 01-11-2008


itsokrelax

Message 2 of 11

Viewed 645 times


Ok so you want to stream your camera to your website?

 

Have you read anything on iframes?

Kudos!
11-03-2009 08:48 PM  

  Reply   Reply  
Re: Use WVC54GC to post an image to website
Options    Options  
itsokrelax
Specialist
Posts: 314
Registered: 01-11-2008


itsokrelax

Message 3 of 11

Viewed 644 times


:smileyvery-happy:

 

Try this:

 

http://<IP>/img/snapshot.cgi

Kudos!
11-03-2009 08:49 PM  

  Reply   Reply  
Re: Use WVC54GC to post an image to website
Options    Options  
saber_tooth
Specialist
Posts: 2158
Registered: 09-07-2006


saber_tooth

Message 4 of 11

Viewed 620 times


As you have the utility for the camera.The snapshots already saved on your computer.You can attached the required snapshots and you can send it to your mail.
Kudos!
11-04-2009 02:36 PM  

  Reply   Reply  
Re: Use WVC54GC to post an image to website
Options    Options  
zgebis
Regular visitor
Posts: 4
Registered: 11-03-2009


zgebis

Message 5 of 11

Viewed 615 times


People I want to have an image embeaded on my site that is live (will change) I dont get why this is so hard. 

 

Just like this

 

http://www.rehobothbeachcam.com/

 

Kudos!
11-04-2009 03:10 PM  

  Reply   Reply  
Re: Use WVC54GC to post an image to website
Options    Options  
maurice118
Junior contributor
Posts: 45
Registered: 10-25-2009


maurice118

Message 6 of 11

Viewed 598 times



zgebis wrote:

People I want to have an image embeaded on my site that is live (will change) I dont get why this is so hard. 

 

Just like this

 

http://www.rehobothbeachcam.com/

 


And what was wrong with http://<IP>/img/snapshot.cgi suggested by itsokrelax . If you don't know how to use this and let it refresh every 5 minutes with some HTML and javascript. Then don't post in capital letters that you already know everything. :smileywink:

If you want a small example on how todo this just let me know.

 

Maurice :smileyhappy:

 

Kudos!
11-04-2009 09:37 PM  

  Reply   Reply  
Re: Use WVC54GC to post an image to website
Options    Options  
zgebis
Regular visitor
Posts: 4
Registered: 11-03-2009


zgebis

Message 7 of 11

Viewed 573 times


Heres the cameras address http://gebis.dvrdns.org:1024

 

 

You try it I cant get the thing to work. 

Kudos!
11-05-2009 02:54 PM  

  Reply   Reply  
Re: Use WVC54GC to post an image to website
Options    Options  
maurice118
Junior contributor
Posts: 45
Registered: 10-25-2009


maurice118

Message 8 of 11

Viewed 560 times


Well there is no direct link which can automatic display snapshots every x minutes. So you have to use the static snapshot link and let it refresh every x minutes in your webpage. This can easily be done with javascript.

 

Unfortunately I couldn't connect to your cam, but I tried the script with mine and it will work. Copy the code below and paste it in notepad. Then save it as "whatever.htm" double click it and it should work. The refresh time is 5 minutes now.

 

 

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>Camera snapshot</title> <script language="javascript" type="text/javascript"> function $(obj) {return document.getElementById(obj)} function startrefresh(time) { $("camera").src="http://gebis.dvrdns.org:1024/img/snapshot.cgi" //time is in minutes calculate milliseconds setTimeout("startrefresh("+time+")",time*60*1000); } </script> </head> <!--give the time in minutes ie startrefresh(2) is a 2 minute delay for the next image--> <body onload="startrefresh(5)"> <img id="camera" src="http://gebis.dvrdns.org:1024/img/snapshot.cgi" alt="My camera snapshot" style="width:640px; height:480px;"/> </body> </html>

 

 You can change the refresh time in the
<body onload="startrefresh(5)">
Just change the 5 in 1 and it will refresh every minute.

If you have any further questions just ask.

Maurice :smileyhappy:

 

1
Kudos!
11-06-2009 08:42 AM  

  Reply   Reply  
Re: Use WVC54GC to post an image to website
Options    Options  
zgebis
Regular visitor
Posts: 4
Registered: 11-03-2009


zgebis

Message 9 of 11

Viewed 538 times


Still dosent work my camera is online now it never was offline. The /WHATEVER.cgi never works even localy.

Kudos!
11-06-2009 04:01 PM  

  Reply   Reply  
Re: Use WVC54GC to post an image to website
Options    Options  
itsokrelax
Specialist
Posts: 314
Registered: 01-11-2008


itsokrelax

Message 10 of 11

Viewed 534 times


Solution:

 

Upgrade your camera.

Kudos!
11-06-2009 04:16 PM  

  Reply   Reply  
Jump to Page:   1 · 2  |  Next Page