Panasonic Camera BL-C10

Support and queries relating to all previous versions of ZoneMinder
Locked
felixchu
Posts: 7
Joined: Sat Apr 23, 2005 5:40 pm

Panasonic Camera BL-C10

Post 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
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post 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
Image
Image
3939663646337

It's better to keep your mouth shut and appear stupid than open it and remove all doubt.
-Mark Twain
felixchu
Posts: 7
Joined: Sat Apr 23, 2005 5:40 pm

Post 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.
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post 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
felixchu
Posts: 7
Joined: Sat Apr 23, 2005 5:40 pm

Post 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.
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post 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
felixchu
Posts: 7
Joined: Sat Apr 23, 2005 5:40 pm

Post by felixchu »

Thanks a lot
i have solved the problem because missed a perl module shown from Apache log, but not ZM log.
Locked