Code: Select all
Device Firmware Version 0.41.2.47
Device Embeded Web UI Version 0.2.10.12
Trying to access it via .cgi files is OK. videostream.cgi&user=user&pwd=pwd&resolution=32 works perfectly in ZM
Trying to access any other .cgi, as listed in the ipcamcgisdk21.pdf will only work from IE. However, they all seem to work.
I got them to work in Chrome, when I spoof the user-agent to be IE8. So I know the camera is quite happy to listen to commands.
Having read the documentation, I finally decided to try and create a control module, based on the http://www.zoneminder.com/wiki/index.php/Foscam_Clones guide.
I created the .pm file, and followed the guide to setting up via ZM. All well so far. I decided to call the camera "IPCam" and made sure case is consistent throughout. I also know to "killall -9 zmcontrol.pl"
However, when I try to control the camera, I get this, in the logfile:
Code: Select all
Sep 18 16:16:53 LucidFileserver zmcontrol[32092]: INF [Starting control server 1/IPCam]
Sep 18 16:16:53 lll zmcontrol[32093]: INF [Control server 1/IPCam starting at 12/09/18 16:16:53]
Sep 18 16:17:03 lll zmcontrol[32092]: FAT [Can't connect: Connection refused]
I have put user=xxx&pwd=xxx in the "Control Device" field on the Control tab.
So, 2 questions, although hopefully an answer to the first will negate the need for the second !
1) Can anyone suggest what the problem is, and a fix
OR
2) What more can I do to provide diagnostic information. I tried editing zmcontrol.pl to up the DEBUG level, but it didn't return any more than I have posted.
Apart from that, ZM is great - very smart.