Search found 10 matches
- Tue May 06, 2014 8:44 pm
- Forum: ZoneMinder 1.27.x
- Topic: Server Spec to run 15 cameras
- Replies: 5
- Views: 3594
Re: Server Spec to run 15 cameras
It really depends on what video format you'll be using. Zoneminder isn't terribly processor intensive. It's more about throughput and bandwidth. Example: Personally, I'm running 34 cameras that see a lot of action during the day. While I am running an 8-core AMD processor, it's running at about 30 ...
- Tue May 06, 2014 4:31 pm
- Forum: ZoneMinder 1.27.x
- Topic: Trendnet TV-IP672PI pan/tilt controls
- Replies: 13
- Views: 6636
Re: Trendnet TV-IP672PI pan/tilt controls
Well, tried renaming it to simply TVIP672PI with appropriate changes to the script and configuration with no luck. 2014-05-06 12:20:14.342200 zmcontrol 18721 INF Starting control server 4/TVIP672PI zmcontrol.pl 2014-05-06 12:20:24.380240 zmcontrol 18721 FAT Can't connect: No such file or directory ...
- Thu May 01, 2014 4:09 pm
- Forum: ZoneMinder 1.27.x
- Topic: Trendnet TV-IP672PI pan/tilt controls
- Replies: 13
- Views: 6636
Re: Trendnet TV-IP672PI pan/tilt controls
Yeah, there's no data being sent from the ZM server outward. The zmcontrol.pl script is grousing about tiltstep and moveRelRight (or whatever direction) as being undefined. I believe that it's just not seeing the TVIP672PI script; which I renamed to be "Trendnet_TVPI672PI.pm" and made the ...
- Wed Apr 30, 2014 6:25 pm
- Forum: ZoneMinder 1.27.x
- Topic: Trendnet TV-IP672PI pan/tilt controls
- Replies: 13
- Views: 6636
Re: Trendnet TV-IP672PI pan/tilt controls
I believe the following code should work for rebooting the whole camera. sub cameraReset { # Reboot the Camera my $self=shift; my $url = "/eng/admin/reboot.cgi"; my $cmd = "reboot=true"; Debug("Camera Reboot"); $self->sendCmdPost ($url,$cmd); }
- Wed Apr 30, 2014 4:43 pm
- Forum: ZoneMinder 1.27.x
- Topic: Trendnet TV-IP672PI pan/tilt controls
- Replies: 13
- Views: 6636
Re: Trendnet TV-IP672PI pan/tilt controls
#1. You totally f**king rock. #2. I sense now that I have another issue: Error: Control response was status = undefined message = /usr/bin/zmcontrol.pl --tiltstep=0 --command=moveRelDown --id=2=> Syslog: Apr 30 12:30:59 zoneminder zmcontrol[676]: INF [Starting control server 2/672pi] Apr 30 12:30:59 ...
- Mon Apr 28, 2014 4:55 pm
- Forum: ZoneMinder 1.27.x
- Topic: Trendnet TV-IP672PI pan/tilt controls
- Replies: 13
- Views: 6636
Re: Trendnet TV-IP672PI pan/tilt controls
Hah! And JUST as I was plowing through the control scripts and using wireshark to record the commands too :) That's awesome! If you can get this working, it'd be a huge load off my back. I thank you, Sir! Hell, I'd even be happy to add to the functionality if I can (or if need be). I think I ...
- Thu Apr 24, 2014 5:45 pm
- Forum: ZoneMinder 1.27.x
- Topic: Trendnet TV-IP672PI pan/tilt controls
- Replies: 13
- Views: 6636
Re: Trendnet TV-IP672PI pan/tilt controls
Oooookaaaay,
Not seeing a lot of action on this one. Anyone interested in maybe helping me make a script for this if there isn't one already?
Not seeing a lot of action on this one. Anyone interested in maybe helping me make a script for this if there isn't one already?
- Mon Apr 21, 2014 8:08 pm
- Forum: ZoneMinder 1.27.x
- Topic: Trendnet TV-IP672PI pan/tilt controls
- Replies: 13
- Views: 6636
Trendnet TV-IP672PI pan/tilt controls
Hey there, Running ZM Ver. 1.2.7 with the Trendnet TV-IP672PI. Do any of the default control scripts work with this camera? If not, is there one floating around out there? I've been searching Google like a madman and haven't found anything. Has anyone gotten the pan/tilt controls to work with this ...
- Sat Mar 01, 2014 12:05 am
- Forum: Hardware Queries
- Topic: Trendnet TV-IP672PI pan/tilt controls
- Replies: 2
- Views: 1975
Re: Trendnet TV-IP672PI pan/tilt controls
[BUMP] Anyone? Beuler? Fry?
- Thu Jan 23, 2014 5:30 pm
- Forum: Hardware Queries
- Topic: Trendnet TV-IP672PI pan/tilt controls
- Replies: 2
- Views: 1975
Trendnet TV-IP672PI pan/tilt controls
Hello there everyone, So I've gotten my camera all set up and the video streaming is perfectly fine. I have, however, had a hell of a time finding any information on configuring the pan/tilt controls for it. My searches both here and on the interwebs abroad have proved fruitless. I've figured out ...