Search found 7 matches

by benb
Tue Sep 25, 2012 8:24 pm
Forum: ZoneMinder 1.25.x
Topic: ZMCONTROL Can't connect: No such file or directory - ARGH!
Replies: 1
Views: 1216

Re: ZMCONTROL Can't connect: No such file or directory - ARG

this look quite similar to my problem with a foscam FI8910w http://www.zoneminder.com/forums/viewtopic.php?f=29&t=18963&p=75758#p75758 While your camera is a slightly diffrent model, I would think that it works very similar. I had to make few changes to get it to work, which are outlined in ...
by benb
Mon Jun 11, 2012 2:07 am
Forum: ZoneMinder 1.25.x
Topic: Foscam FI8910w
Replies: 13
Views: 6357

Re: Foscam FI8910w

I also realized that I get no messages when I try the "perl controlfile.pm" command suggested in this thread. Am I supposed to run it in the perl shell? yes, run something like this to test your control script zmcontrol.pl --id 1 --command=moveConLeft # ===================================...
by benb
Mon Apr 16, 2012 9:21 pm
Forum: ZoneMinder 1.25.x
Topic: Foscam FI8910w
Replies: 13
Views: 6357

Re: Foscam FI8910w

I will have to look into the "Auto Stop Timeout" field and see if I can get that to work
I really do appreciate the help :lol:
by benb
Mon Apr 02, 2012 2:59 am
Forum: ZoneMinder 1.25.x
Topic: Foscam FI8910w
Replies: 13
Views: 6357

Re: Foscam FI8910w

the key for me to get this to work was definitely Knnniggett post on the changes from

Code: Select all

use ZoneMinder::Debug qw(:all);
to

Code: Select all

use ZoneMinder::Logger qw(:all);
by benb
Mon Apr 02, 2012 2:55 am
Forum: ZoneMinder 1.25.x
Topic: Foscam FI8910w
Replies: 13
Views: 6357

Re: Foscam FI8910w

thanks for all the help and information. I really appreciate the help I have recieved. After reading the latest replys I ran the following command: perl {your_ptz_control_file.pm} and realized the changes I had made where to the wrong file. After making these changes, I reran the command and only go...
by benb
Thu Mar 22, 2012 5:53 pm
Forum: ZoneMinder 1.25.x
Topic: Foscam FI8910w
Replies: 13
Views: 6357

Re: Foscam FI8910w

thankyou for your reply I have made the change suggested. Code: use ZoneMinder::Debug qw(:all); then change it to this: Code: use ZoneMinder::Logger qw(:all); I then enter this into terminal killall -9 zmcontrol.pl zmcontrol.pl: no process found the result was just the same as before Control respons...
by benb
Sun Mar 18, 2012 6:30 pm
Forum: ZoneMinder 1.25.x
Topic: Foscam FI8910w
Replies: 13
Views: 6357

Foscam FI8910w

Hi I am using ubuntu 12.04 with a Foscam FI8910W I am able to get a video stream working however I cannot get the pan and tilt working at all. using firefox i'm able to get the camera to move and I wrote a very simple perl script that I can control this camera with. However when I try to use 'zmcont...