Difference between revisions of "Elphel cameras and Zoneminder"

From ElphelWiki
Jump to: navigation, search
Line 6: Line 6:
 
* the RTP/RTSP streamer can be used with [[MPlayer]] and [[AVLD_-_Another_Video_Loopback_Device | AVLD]]
 
* the RTP/RTSP streamer can be used with [[MPlayer]] and [[AVLD_-_Another_Video_Loopback_Device | AVLD]]
 
* or the best way: RTP/RTSP integration in ZoneMinder
 
* or the best way: RTP/RTSP integration in ZoneMinder
 +
 +
 +
= Configuring Elphel cameras and ZoneMinder =
 +
 +
== Using ccam.cgi to configure your monitor ==
 +
Using the ccam.cgi to grap a snapshot in ZoneMinder works well. You will be able to easily implement this.
 +
Keep in mind that ZoneMinder has no facilities to determine the image size so this must be manually set in ZoneMinder to match the image being sent by the camera. Alternatively you can set the image dimensions in the path in ZM which would be preferred just in case for some reason someone changes the dimensions on the camera it self which would make ZM unable to process the images.  These are my findings after having a go of it for a half hour:
 +
Using [[Ccam.cgi]]. ccam.cgi will soon be depreciated in favor of [[imgsrv]].
 +
 +
 +
Using " /admin-bin/ccam.cgi?opt=vhcxy " as your path in ZoneMinders Monitor configuration ( Keep in mind that I am using the sandbox camera so I'm not going to bother benchmarking )
 +
 +
[[Image:Config-general.jpg]]
 +
[[Image:Config-source1.jpg]]
 +
[[Image:Zm-Monitor1.jpg]]
 +
 +
== Using ImgSrv to configure your monitor ==
 +
Currently working to implement.

Revision as of 18:45, 24 September 2008

We plan to make model 353 camera work with Zoneminder

Several ways may be considered:

  • imgsrv have the possibility to send MJPEG stream over HTTP
  • the RTP/RTSP streamer can be used with MPlayer and  AVLD
  • or the best way: RTP/RTSP integration in ZoneMinder


Configuring Elphel cameras and ZoneMinder

Using ccam.cgi to configure your monitor

Using the ccam.cgi to grap a snapshot in ZoneMinder works well. You will be able to easily implement this. Keep in mind that ZoneMinder has no facilities to determine the image size so this must be manually set in ZoneMinder to match the image being sent by the camera. Alternatively you can set the image dimensions in the path in ZM which would be preferred just in case for some reason someone changes the dimensions on the camera it self which would make ZM unable to process the images. These are my findings after having a go of it for a half hour: Using Ccam.cgi. ccam.cgi will soon be depreciated in favor of imgsrv.


Using " /admin-bin/ccam.cgi?opt=vhcxy " as your path in ZoneMinders Monitor configuration ( Keep in mind that I am using the sandbox camera so I'm not going to bother benchmarking )

Config-general.jpg Config-source1.jpg Zm-Monitor1.jpg

Using ImgSrv to configure your monitor

Currently working to implement.