Difference between revisions of "Linksys"

From ZoneMinder Wiki
Jump to navigationJump to search
(Add WVC2300 and PVC2300 info)
m (Undo SPAM links revision 5630 by Tonyguards (talk))
 
(6 intermediate revisions by 5 users not shown)
Line 9: Line 9:
A few options for these cameras:
A few options for these cameras:


*Base hit uses still image snapshots
*Base hit uses still image snapshots:
**Remote Host Name: user:password@ip.ad.dr.ess
**Remote Host Name: user:password@ip.ad.dr.ess
**Remote Host Path: img/snapshot.cgi?size=3&quality=1
**Remote Host Path: img/snapshot.cgi?size=3&quality=1
***size=1-3 (160x120, 320x240, 640x480)
***size=1-3 (160x120, 320x240, 640x480)
***quality=1-5(very high - very low)
***quality=1-5(very high - very low)
*Home run seems to be using ffmpeg
*Even better solution is to use pushed jpegs:
**Remote Host Name: user:password@ip.ad.dr.ess
**Remote Host Path: img/mjpeg.jpg
**Use the web administration UI for the camera to set size, quality and framerate throttling
*Would like to use ffmpeg, however this seems to be giving problems - partial image scans etc
**Source Path: http://user:password@ip.ad.dr.ess/img/video.asf
**Source Path: http://user:password@ip.ad.dr.ess/img/video.asf
**Seems to use size and quality settings from the administration website
**Seems to use size and quality settings from the administration website
*What doesnt work
*What doesnt work
**img/video.mjpeg (and other similar urls).  Generally barfs on zm_remote_camera_http.cpp:134, and I cant be bothered debugging it.
**img/video.mjpeg (and other similar urls).  Generally barfs on zm_remote_camera_http.cpp:134, and I cant be bothered debugging it.
*Other notes
**See [http://www.lavrsen.dk/foswiki/bin/view/Motion/NetcamMjpegStreamDumps] for information from the 'motion' application (scroll down to Linksys WVC54G which gave me some hints)
WVC54GC
*Source Type: ffmpeg
*Source Path: http://##.##.##.##/img/mjpeg.cgi
[[Category:Network Cameras]]

Latest revision as of 13:26, 14 February 2015

WVC-210 PTZ

remote host path = /img/video.mjpeg

http://www.zoneminder.com/forums/viewtopic.php?t=13484&highlight=cameras

WVC2300 / PVC2300

A few options for these cameras:

  • Base hit uses still image snapshots:
    • Remote Host Name: user:password@ip.ad.dr.ess
    • Remote Host Path: img/snapshot.cgi?size=3&quality=1
      • size=1-3 (160x120, 320x240, 640x480)
      • quality=1-5(very high - very low)
  • Even better solution is to use pushed jpegs:
    • Remote Host Name: user:password@ip.ad.dr.ess
    • Remote Host Path: img/mjpeg.jpg
    • Use the web administration UI for the camera to set size, quality and framerate throttling
  • Would like to use ffmpeg, however this seems to be giving problems - partial image scans etc
  • What doesnt work
    • img/video.mjpeg (and other similar urls). Generally barfs on zm_remote_camera_http.cpp:134, and I cant be bothered debugging it.
  • Other notes
    • See [1] for information from the 'motion' application (scroll down to Linksys WVC54G which gave me some hints)

WVC54GC