Difference between revisions of "Panasonic"

From ZoneMinder Wiki
Jump to navigationJump to search
Line 8: Line 8:
=BL-C30=
=BL-C30=


Source type: Remote
Remote Host Name: IP Address of Camera
Remote Host Port: 80 (Default) or the non-default port assigned to the camera in your network
Remote host Path: nphMotionJpeg?Resolution=320x240&Quality=Standard
  Control script: download at www.condrau.com/download/zmcontrol-blc30.pl
  Control script: download at www.condrau.com/download/zmcontrol-blc30.pl


The control script supports all controls for this camera, but it can be used for other D-Link and Vivotek cameras as well. I verified it with DCS-6620 and Vivotek's PT7137, as the software is compatible with these 2 cameras. It should also work with other models such as the DCS-5300.
The control script supports all controls for this camera, but it can be used for other Panasonic cameras as well.


Note that I implemented a real name preset functionality, where you can set any desired name as the preset name. It is basically possible to set the presets through ZM's interface, but I prefer to do it through the cam's firmware interface, which is the default setting in the script. By changing one constant definition, you may change this behaviour.
Note that I implemented a real name preset functionality, where you can set any desired name as the preset name. It is basically possible to set the presets through ZM's interface, but I prefer to do it through the cam's firmware interface, which is the default setting in the script. By changing one constant definition, you may change this behaviour. In any case still activate the "can set presets" option in ZM, after which you can assign names to each preset.


I would further recommend to update the cam's firmware. I found smoother operation in ZM after having updated the firmware, and also with the latest firmware you can set ZM_HTTP_VERSION option to 1.1.
I would further recommend to update the cam's firmware. I found smoother operation in ZM after having updated the firmware.
[bco]

Revision as of 02:41, 23 September 2008

BL-C1, BL-C10, BL-C20, BL-C30, KX-HCM10 etc (including PTZ support)

BB-HCM381. At least JPEG capture (640x480@5fps) works.

bl-c1 works on http://user:password@ip/cgi-bin/nphContinuousServerPush?Resolution=640x480&Quality=Standard


BL-C30

Source type: Remote
Remote Host Name: IP Address of Camera
Remote Host Port: 80 (Default) or the non-default port assigned to the camera in your network
Remote host Path: nphMotionJpeg?Resolution=320x240&Quality=Standard
Control script: download at www.condrau.com/download/zmcontrol-blc30.pl

The control script supports all controls for this camera, but it can be used for other Panasonic cameras as well.

Note that I implemented a real name preset functionality, where you can set any desired name as the preset name. It is basically possible to set the presets through ZM's interface, but I prefer to do it through the cam's firmware interface, which is the default setting in the script. By changing one constant definition, you may change this behaviour. In any case still activate the "can set presets" option in ZM, after which you can assign names to each preset.

I would further recommend to update the cam's firmware. I found smoother operation in ZM after having updated the firmware. [bco]