Scroll to navigation

ZoneMinder::Control::Trendnet(3pm) User Contributed Perl Documentation ZoneMinder::Control::Trendnet(3pm)

NAME

ZoneMinder::Control::Trendnet - Perl module for Trendnet cameras

SYNOPSIS

use ZoneMinder::Control::Trendnet; place this in /usr/share/perl5/ZoneMinder/Control

DESCRIPTION

This module contains the implementation of the Trendnet # IP camera control protocol. Has been tested with TV-IP862IC

Under control capability:

* Main: Can wake, can sleep, can reset * Move: Can move, can move diagonally, can move mapped, can move relative * Pan: Can pan * Tilt: Can tilt * Presets: Has presets, num presets 20, has home preset (don't set presets via camera's web server, only set via ZM.)

Under control tab in the monitor itself:

Controllable Control type is the name you gave it in control capability above Control address is the camera's ip address AND web port. example: 192.168.1.1:80 You can also put the authentication information here and change the protocol to https using something like https://admin:password@192.168.1.1:80

EXPORT

None by default.

COPYRIGHT AND LICENSE

Copyright (C) 2018 ZoneMinder LLC

This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

2018-12-12 perl v5.28.1