Author |
Message |
Girkers
|
Posted: Tue Mar 21, 2017 1:06 am |
|
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location:
Brisbane, Queensland, Australia
|
I have just got my first camera a D-Link DCS-2630L and it is a lovely camera however I can't get it to work with Zoneminder. I can use ONVIF on Windows and it finds the camera without issue, however my ZM install returns a error status of "2".
Adding a monitor I can do that but no matter what settings I set I can't seem to get a picture. I am using LinHES as my Myth install.
Googling I have seen settings for similar cameras, but nothing I can see actually tells me where to put these settings or how to change the camera to match what is required.
Does anyone know where I can find a simple step by step or can tell me which configure files to change to get my camera working?
Also once I get it up and running is there a mobile app that people suggest.
_________________ Girkers
|
|
Top |
|
 |
bobmyth
|
Posted: Tue Mar 21, 2017 9:04 pm |
|
Joined: Wed Jan 18, 2006 8:36 pm
Posts: 199
|
|
Top |
|
 |
Girkers
|
Posted: Wed Mar 22, 2017 3:57 am |
|
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location:
Brisbane, Queensland, Australia
|
Thanks bobmyth, that has worked to some extent, except that when I watch the feed via the local network it deosn't seem to update as I think it should.
I will take my problem across to the zoneminder forums and once I get the message up I will link it here for reference.
Thanks all for your help and guidance.
Cheers
_________________ Girkers
|
|
Top |
|
 |
Girkers
|
Posted: Wed Mar 22, 2017 4:43 am |
|
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location:
Brisbane, Queensland, Australia
|
|
Top |
|
 |
Girkers
|
Posted: Sun Jun 25, 2017 7:18 pm |
|
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location:
Brisbane, Queensland, Australia
|
To update this thread, I posted on the Zoneminder forums and they were ZERO help.
I have since built a CentOS7 box and installed Zoneminder and found I can get my camera to work. Can anyone suggest how I go about looking at the differences to find out why my clean install works and my LinHES version doesn't?
Wanting to make this work so only have a single server running.
_________________ Girkers
|
|
Top |
|
 |
bobmyth
|
Posted: Sun Jun 25, 2017 10:25 pm |
|
Joined: Wed Jan 18, 2006 8:36 pm
Posts: 199
|
What version of zoneminder are you using on the CentOS system?
|
|
Top |
|
 |
Girkers
|
Posted: Sun Jun 25, 2017 10:33 pm |
|
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location:
Brisbane, Queensland, Australia
|
My LinHES system is running 1.30.2 and my CentOS box is running 1.30.4.
From my further playing it only appears to be an issue in showing the camera, everything else appears to be working, but without a picture I cannot confirm.
_________________ Girkers
|
|
Top |
|
 |
bobmyth
|
Posted: Tue Jun 27, 2017 10:24 pm |
|
Joined: Wed Jan 18, 2006 8:36 pm
Posts: 199
|
What is the output of the following command: Code: ldd /data/srv/httpd/cgi-bin/nph-zms | grep found
|
|
Top |
|
 |
Girkers
|
Posted: Thu Jun 29, 2017 6:06 am |
|
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location:
Brisbane, Queensland, Australia
|
On my mythbox I get nothing just returns me to the command prompt. On my Zoneminder server I get Code: ldd: /data/srv/httpd/cgi-bin/nph-zms: No such file or directory
_________________ Girkers
|
|
Top |
|
 |
bobmyth
|
Posted: Mon Jul 10, 2017 9:45 pm |
|
Joined: Wed Jan 18, 2006 8:36 pm
Posts: 199
|
Sorry, I am running 1.30.0 so there may be some differences. Try this: Code: ldd $(locate cgi-bin/zms) | grep found This will help determine if all required shared libraries are installed.
|
|
Top |
|
 |
Girkers
|
Posted: Wed Jul 12, 2017 12:04 am |
|
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location:
Brisbane, Queensland, Australia
|
Sorry Bob empty: Code: [root@vmmythtv ~]# ldd $(locate cgi-bin/zms) | grep found [root@vmmythtv ~]#
_________________ Girkers
|
|
Top |
|
 |
bobmyth
|
Posted: Wed Jul 12, 2017 10:36 pm |
|
Joined: Wed Jan 18, 2006 8:36 pm
Posts: 199
|
Well, it appears the installation is correct. My next suggestion would be to compare the logs of the working system and the non-working system. Maybe that will lead to some insights.
|
|
Top |
|
 |