ZM IPs camera viewer

Forum for questions and support relating to the 1.24.x releases only.
Locked
johnnytolengo
Posts: 184
Joined: Tue Oct 14, 2008 5:59 pm

ZM IPs camera viewer

Post by johnnytolengo »

Hi all, I was finding if exist some IP cameras viewer, I tried viseon viewer but without luck also the ZM viewer but it makes ZM to do much work (CPU).

The ideas is to have a IP monitor for "x" nr. of cams (also megapix)a easy stable remotly real time streamer for windows or linux for each ip cams I have.


Regards.

J.
whatboy
Posts: 304
Joined: Mon Aug 31, 2009 10:31 pm

Post by whatboy »

Have you try running ZM Viewer from another PC but locally???
johnnytolengo
Posts: 184
Joined: Tue Oct 14, 2008 5:59 pm

Post by johnnytolengo »

yes, but as I said it makes ZM CPU to do a lot of work and the streaming is not realtime.

Would be the best stream the IP cameras directly from the cameras with an application like ZM viewer.

Regards.
Flasheart
Posts: 342
Joined: Thu Jul 06, 2006 2:27 pm

Post by Flasheart »

If it's mjpeg streams, you can just write a simple html file with <img> tags pointing to the streams from each camera.

With firefox, you just go to that page and you get a montage from all the cameras, without adding any load to the server.
johnnytolengo
Posts: 184
Joined: Tue Oct 14, 2008 5:59 pm

Post by johnnytolengo »

Yes of course but what about the stability of Firefox with one window opened and 20 or more cameras streaming at 20 fps?

I had experienced firefox max. 2 days stability and for this proyect I want ~90 stability.


Regards.
Flasheart
Posts: 342
Joined: Thu Jul 06, 2006 2:27 pm

Post by Flasheart »

That is actually a valid concern - FF was rock solid with mjpeg streams in its earlier versions, but somewhere about v.2 they broke the mjpeg stream code. (It, close the stream or tab and it would continue to recieve and process the stream until the browser was restarted or crashed, leading to massive client pc loads)

I raised a bug and after 8 months finally got it closed, but still experience the odd crash when streaming mjpeg with ff.

Maybe look at a version of FF < 2.0, but 400fps combined will kill your client pc with mjpeg.
johnnytolengo
Posts: 184
Joined: Tue Oct 14, 2008 5:59 pm

Post by johnnytolengo »

Hi, my idea is to create some frontend common application for linux/windows streamer (mjpeg,mpeg4) thant will connect directly to the cameras throught a simply : http://ipmycamera/stream.cgi
here Zm is beside.


I was surfing in internet and I saw a fantastic thing : opencv

http://opencv.willowgarage.com/wiki/

Do you anybody try to do something with ZM and Opencv?


Regards.
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

Yes we have looked at OpenCV, ZM does not support it nor does is support any pluggable libraries for its detection engine.
johnnytolengo
Posts: 184
Joined: Tue Oct 14, 2008 5:59 pm

Post by johnnytolengo »

ohh yes I understand that ZM is not compatible with Opencv but what I mean is only for streaming from the camera just a monitor application for "x" nr. of cameras.
Locked