Page 1 of 1
Panasonic Camera BL-C10
Posted: Sun Apr 24, 2005 10:53 am
by felixchu
hi,
I would like to ask how to add Panasonic BL-C10 to ZoneMinder.
Assume the ip addr of cam is 192.168.1.100
Login: administrator
Password: abc123
What should I fill for the following fields in "Source" ?
Remote Host Name
Remote Host Port
Remote Host Path
Posted: Sun Apr 24, 2005 8:23 pm
by cordel
Remote Host Name: 192.168.1.100
The port is more than likely 80
Remote Host Path (dependeing on your install)
/cgi-bin/zms?mode=jpeg&monitor=2&scale=100&maxfps=1&user=administrator&pass=abc123
or
/cgi-bin/zm/zms?mode=jpeg&monitor=2&scale=100&maxfps=1&user=administrator&pass=abc123
Of course you may wish to set the FPS higher as The above example is set to 1.
Cheers,
Cordel
Posted: Mon Apr 25, 2005 4:38 am
by felixchu
hi
BL-C10 itself is an IP network camera. There is no /cgi-bin/zms program inside the cam.
i think the "path" should be program path of the panasonic cam.
pls correct me if i am wrong. thanks.
Posted: Mon Apr 25, 2005 2:02 pm
by zoneminder
I have a KS-HCM10 and the path is /nphMotionJpeg?Resolution=320x240&Quality=Standard so I would think something similar would probably work with your cam. The hostname should probably be administrator:abc123@192.168.100
Phil
Posted: Wed Apr 27, 2005 12:26 pm
by felixchu
thanks a lot "zonemider", I can add my BL-C10 cam to ZM now. Actually BL-C10 uses same program as KS-HCM10, so most of the paths are same.
By the way, I have another problem on "control". I used zmcontrol-kx-hcm10.pl for my cam, pls advise on the following fields under "control"
Control Type : I chosen KX-HCM10
Control Device: I leave it blank
Control Address: I typed "administrator:abc123@192.168.1.100"
But it cannot control movement of cam.
I tried
http://192.168.1.100/nphControlCamera?D ... n=PanRight
which can control the cam to right successfully. That means the control command of KX-HCM10 should be same as BL-C10.
Posted: Wed Apr 27, 2005 10:59 pm
by zoneminder
Do you get any errors in the zmcontrol-kxhcm10.log file?
Also you have entered a username and password in the address in ZM but in your command line examples you are not including it. It would appear that the user details may not be required in the control address if that is the case.
Phil
Posted: Thu Apr 28, 2005 10:07 am
by felixchu
Thanks a lot
i have solved the problem because missed a perl module shown from Apache log, but not ZM log.