Hi folks, I'm very new to ZoneMinder.
I am trying to hook up my Edimax IC-7000PTn camera.
When using the cameras built in web panel, it functions extremely well, very smooth frame rate with only a few milliseconds of delay, this is using the MJPEG stream.
ZoneMinder doesn't seem to have an option for MJPEG (I've been told that the HTTP option works for this, but I never got it to work) so I have it set to using RTSP instead. The result is that when I view the monitor page, the zmc uses most of my CPU time, the page I'm doing around 12fps, but the reality is more around the 0.1fps mark. After a short period of time, the stream cuts out completely. I recorded a video to demonstrate the issue which you can see here: dropbox . com/s/9cvfesq261e8hn0/Untitled_Screencast.webm
The RTSP stream also works reasonably well in VLC.
Any thoughts on how to resolve this? Thanks!
Edit: Here is how I have the camera set up: dropbox . com/sh/mh7z49l0fedh1qd/ICPeyYdfgG#/
zmc 100% CPU when viewing monitor, camera disconnects.
Re: zmc 100% CPU when viewing monitor, camera disconnects.
Try ffmpeg for source type. Rtp/Rtsp don't work well in ZM any other way.
Re: zmc 100% CPU when viewing monitor, camera disconnects.
Aha! now it works.
I changed to ffmpeg as suggested, for future googlers the solution is...
Source Type: Ffmpeg
Source Path: rtsp://admin:1234@ip.of.cam.era/ipcam.sdp
To get a decent framerate from the monitor, Configure for high bandwidth (the button on the main page at the top), then go to options > High B/W and change stream method from jpeg to mpeg.
I now get a very fast view (< 1 second latency) and low CPU usage (~7% on my Single core 2.8ghz sempron 140.)
Thanks!
I changed to ffmpeg as suggested, for future googlers the solution is...
Source Type: Ffmpeg
Source Path: rtsp://admin:1234@ip.of.cam.era/ipcam.sdp
To get a decent framerate from the monitor, Configure for high bandwidth (the button on the main page at the top), then go to options > High B/W and change stream method from jpeg to mpeg.
I now get a very fast view (< 1 second latency) and low CPU usage (~7% on my Single core 2.8ghz sempron 140.)
Thanks!
Re: zmc 100% CPU when viewing monitor, camera disconnects.
Other questions about this camera now
It has built in audio, which does work over the RTSP (as confirmed by VLC), how do I get this to work in zoneminder
It also has PTZ, is it possible to get this working? the PTZ seems pretty simple, it posts things like "left" and "right" eg /camera-cgi/com/ptz.cgi?move=right
It has built in audio, which does work over the RTSP (as confirmed by VLC), how do I get this to work in zoneminder
It also has PTZ, is it possible to get this working? the PTZ seems pretty simple, it posts things like "left" and "right" eg /camera-cgi/com/ptz.cgi?move=right
Re: zmc 100% CPU when viewing monitor, camera disconnects.
ZM doesn't support sound as of yet.
Re: zmc 100% CPU when viewing monitor, camera disconnects.
That's a shame, kind of ruins my plan.bb99 wrote:ZM doesn't support sound as of yet.
What about a custom recording command? vlc sees the sound, so if I could use a custom command to record, VLC could capture the sound.