Canon

From ZoneMinder Wiki
Revision as of 20:04, 16 February 2013 by Phatpaul (talk | contribs) (Created page with "Canon IP Cameras =Canon VB-C10 / VB-C10R= This camera can serve single JPG o stream MJPEG. I experienced lots of timeouts (blue images) when using JPG, so MJPEG is recommend...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Canon IP Cameras

Canon VB-C10 / VB-C10R

This camera can serve single JPG o stream MJPEG. I experienced lots of timeouts (blue images) when using JPG, so MJPEG is recommended.

A JPG is retreived via:

http://IPADDRESS/-wvhttp-01-/GetLiveImage

The MJPG stream is here:

http://IPADDRESS/-wvhttp-01-/GetOneShot?frame_count=0

Here the ZM configuration that's working for me:

Maximum FPS (leave blank)
Remote Protocol	= HTTP
Remote Method	= Simple
Remote Host Name = (ip of camera)
Remote Host Port = 80
Remote Host Path = /-wvhttp-01-/GetOneShot?frame_count=0
Remote Image Colours = 24 bit colour
Capture Width (pixels) = 640
Capture Height (pixels)	= 480

I'm working on the PTZ functions now...