Closed knight-of-ni closed 11 years ago
Thanks for reporting this.
Sorry all, my fault for not including that line when I put this file in the tree.
Also, no apologies neccessary... I'm barely learning this stuff too.
On 13-08-14 08:37 PM, Andy wrote:
The file SkyIPCam7xx.pm is contained in the source tree, and the database contains the correct reference to this PTZ control. However, the actual file is not copied over during install time. See below for a patch that resolves the issue.
PS: I apologize for not using the proper github method to submit this. Learning how to edit my own fork and then submit changes is something on my to-do list. I've read a lot about it, but I'm a slow learner.
|--- scripts/Makefile.am 2013-08-13 11:40:03.000000000 -0500 +++ scripts/Makefile.am.skyip 2013-08-14 18:56:29.919038259 -0500 @@ -59,6 +59,7 @@ ZoneMinder/lib/ZoneMinder/Control/Visca.pm \ ZoneMinder/lib/ZoneMinder/Control/Ncs370.pm \ ZoneMinder/lib/ZoneMinder/Control/mjpgStreamer.pm \
- ZoneMinder/lib/ZoneMinder/Control/SkyIPCam7xx.pm \ ZoneMinder/lib/ZoneMinder/Trigger/Channel.pm \ ZoneMinder/lib/ZoneMinder/Trigger/Channel/Handle.pm \ ZoneMinder/lib/ZoneMinder/Trigger/Channel/Spawning.pm \ --- scripts/ZoneMinder/Makefile.PL 2013-08-13 11:40:03.000000000 -0500 +++ scripts/ZoneMinder/Makefile.PL.skyip 2013-08-14 19:18:33.839396021 -0500 @@ -25,6 +25,7 @@ 'lib/ZoneMinder/Control/Visca.pm' => '$(INST_LIBDIR)/ZoneMinder/Control/Visca.pm', 'lib/ZoneMinder/Control/Ncs370.pm' => '$(INST_LIBDIR)/ZoneMinder/Control/Ncs370.pm', 'lib/ZoneMinder/Control/mjpgStreamer.pm' => '$(INST_LIBDIR)/ZoneMinder/Control/mjpgStreamer.pm',
- 'lib/ZoneMinder/Control/SkyIPCam7xx.pm' => '$(INST_LIBDIR)/ZoneMinder/Control/SkyIPCam7xx.pm', 'lib/ZoneMinder/Trigger/Channel.pm' => '$(INST_LIBDIR)/ZoneMinder/Trigger/Channel.pm', 'lib/ZoneMinder/Trigger/Channel/Handle.pm' => '$(INST_LIBDIR)/ZoneMinder/Trigger/Channel/Handle.pm', 'lib/ZoneMinder/Trigger/Channel/Spawning.pm' => '$(INST_LIBDIR)/ZoneMinder/Trigger/Channel/Spawning.pm', |
— Reply to this email directly or view it on GitHub https://github.com/ZoneMinder/ZoneMinder/issues/38.
No worries. :+1:
The file SkyIPCam7xx.pm is contained in the source tree, and the database contains the correct reference to this PTZ control. However, the actual file is not copied over during install time. See below for a patch that resolves the issue.
UPDATE: I also found a typo in the skyip database record. The SkyIPCam7xx protocol was misspelled SKyIPCam7xx.pm. My eyes hurt after finding that one. :-) I updated the patch below to account for this.
PS: I apologize for not using the proper github method to submit this. Learning how to edit my own fork and then submit changes is something on my to-do list. I've read a lot about it, but I'm a slow learner.