Difference between revisions of "Linksys"
From ZoneMinder Wiki
Jump to navigationJump to search
m |
Glenharris (talk | contribs) (Add WVC2300 and PVC2300 info) |
||
Line 4: | Line 4: | ||
http://www.zoneminder.com/forums/viewtopic.php?t=13484&highlight=cameras | 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) | |||
*Home run seems to be using ffmpeg | |||
**Source Path: http://user:password@ip.ad.dr.ess/img/video.asf | |||
**Seems to use size and quality settings from the administration website | |||
*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. |
Revision as of 22:35, 8 September 2009
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)
- Home run seems to be using ffmpeg
- Source Path: http://user:password@ip.ad.dr.ess/img/video.asf
- Seems to use size and quality settings from the administration website
- 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.