how to monitor remote WEB cameras?

Support and queries relating to all previous versions of ZoneMinder
Locked
zirav
Posts: 15
Joined: Wed Nov 23, 2005 4:18 am

how to monitor remote WEB cameras?

Post by zirav »

HEllo!,

Sorry if that have been already answered, but I did not find though an answer yet. I'd like to monitor different remote cheap USB web cams, attached to a different simple PC's. What is the way to have that cameras to be monitored over the network by the central ZM server? Will hugely appreciate if someone could point me where to look at, if that is covered by some docs. Or short description of the idea will be totaly fine!

I've ZM working with 16BTTV cams, and that works OK. But I can't wire coax cable to a different city :)
Flash_
Posts: 441
Joined: Wed Jan 11, 2006 12:19 pm

Post by Flash_ »

It's not that tricky. What you need to do for each location and each camera:

Run software that provides http (web) access to a single jpg from the camera, updated automatically. There are dozens such programs for all platforms, often including the webserver too. DCAM is a good windows one.

On the router/firewall - map port 80 to that machine. (If you have more than one camera, you need a router that will map other ports to port 80 on different machines OR map different ports and run a different port on each camera server). If it's a directly connected machine, simply open those points on the firewall.

If your locations don't have a static IP, you'll need a dynamic dns setup so you know where to look for them.

On the main server and your zm machine, run a new setup looking for the address of the jpg being served at each location. Eg, -

myhouse.dyndns.com

Port 81

Path /path/to/image.jpg

In most setups fps will always be low and you'll need to play with image sizing to suit, but that's the basic premis. It works fine.
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post by jameswilson »

ross also put a contrib on using motion as a source for zm. if your using linux on the remote boxes you could try this
James Wilson

Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
zirav
Posts: 15
Joined: Wed Nov 23, 2005 4:18 am

Post by zirav »

Thanks guys! Appreciated so much!
groo
Posts: 14
Joined: Wed Oct 04, 2006 10:04 am

Post by groo »

Hello, I am very interested in this feature, Where is the ross's contrib to do this using motion? I have been looking for it but haven't found it.

Anyways, ¿which other sowtfware can I use to generate jpg stream to a web page from a video for linux device?

Thanks a lot!
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

Look under "User Contributions".
Regards,
Corey
groo
Posts: 14
Joined: Wed Oct 04, 2006 10:04 am

Post by groo »

Thanks a lot.
Locked