Search found 23 matches

by therese
Wed Mar 07, 2012 2:31 am
Forum: Hardware Queries
Topic: EasyN FS-613B-M166 IP PTZ camera
Replies: 30
Views: 17399

Re: EasyN FS-613B-M166 IP PTZ camera

Interesting that there is such an add-on on firefox. You can also use this free app (works on firefox & IE ) to find out what commands are being sent via your browser to the camera. Its called "HttpWatch Basic 8.0.9" here is the link to the site... http://www.httpwatch.com/features.htm...
by therese
Fri Feb 24, 2012 2:24 pm
Forum: Hardware Compatibility List
Topic: Chinese IP CAMERAS
Replies: 12
Views: 13097

Re: Chinese IP CAMERAS

Here is one that I bought on ebay the EasyN FS-613B-M166 IP PTZ camera that works well with zoneminder. Look at my post: " http://www.zoneminder.com/forums/viewtopic.php?f=14&t=18795 " available on ebay: " http://www.ebay.ca/itm/230681062800?ssPageName=STRK:null:IT " Hope tha...
by therese
Fri Feb 24, 2012 5:49 am
Forum: Hardware Queries
Topic: EasyN FS-613B-M166 IP PTZ camera
Replies: 30
Views: 17399

Re: EasyN FS-613B-M166 IP PTZ camera

My settings on this camera...
by therese
Sat Feb 18, 2012 6:43 pm
Forum: Hardware Queries
Topic: EasyN FS-613B-M166 IP PTZ camera
Replies: 30
Views: 17399

Re: EasyN FS-613B-M166 IP PTZ camera

Updated script to fix jerky motion when panning camera... #Up Arrow sub Up { my $self = shift; Debug( "Move Up" ); my $cmd = "decoder_control.cgi?command=0&onestep=1&user=admin&pwd="; $self->sendCmd( $cmd ); } #Down Arrow sub Down { my $self = shift; Debug( "Move...
by therese
Fri Feb 17, 2012 6:23 am
Forum: Hardware Queries
Topic: EasyN FS-613B-M166 IP PTZ camera
Replies: 30
Views: 17399

Re: EasyN FS-613B-M166 IP PTZ camera

Here is the modified EasyN config file ( EasyN FS-613B M166 IP PTZ Camera ) so far manage to control the pan, tilt function the reset function and also the Home preset buttons....enjoy :D
There is no diagonal control with these camera.
by therese
Thu Feb 16, 2012 4:03 am
Forum: Hardware Queries
Topic: EasyN FS-613B-M166 IP PTZ camera
Replies: 30
Views: 17399

Re: EasyN FS-613B-M166 IP PTZ camera

Success !!! Erik thank you for your help really appreciate everything you have done...great work. Deleted the old EasyN.pm file and replaced the file you created, did not work at first then I noticed this.... # ========================================================================== # # EasyN FS-6...
by therese
Tue Feb 14, 2012 4:25 am
Forum: Hardware Queries
Topic: EasyN FS-613B-M166 IP PTZ camera
Replies: 30
Views: 17399

Re: EasyN FS-613B-M166 IP PTZ camera

Code:
$ sudo apt-get install libjson-any-perl

Tried this & did load files and updated but still no response... :(

it keeps coming back with the same message every time.
"Control response was status = undefined message = /usr/bin/zmcontrol.pl --command=Up --id=5=>"
by therese
Mon Feb 13, 2012 2:16 pm
Forum: Hardware Queries
Topic: EasyN FS-613B-M166 IP PTZ camera
Replies: 30
Views: 17399

Re: EasyN FS-613B-M166 IP PTZ camera

yes I have checked your screen shot and also set it up the same way but still control unresponsive.
by therese
Sun Feb 12, 2012 7:27 pm
Forum: Hardware Queries
Topic: EasyN FS-613B-M166 IP PTZ camera
Replies: 30
Views: 17399

Re: EasyN FS-613B-M166 IP PTZ camera

http://192.168.1.30:81/decoder_control. ... admin&pwd=

Yes with this command straight from the browser moved the camera up... :D
by therese
Sun Feb 12, 2012 5:24 pm
Forum: Hardware Queries
Topic: EasyN FS-613B-M166 IP PTZ camera
Replies: 30
Views: 17399

Re: EasyN FS-613B-M166 IP PTZ camera

changed the config file but still no response from the camera. Seems like the command is going no where it is not receiving it. :(
by therese
Sun Feb 12, 2012 4:22 am
Forum: Hardware Queries
Topic: EasyN FS-613B-M166 IP PTZ camera
Replies: 30
Views: 17399

Re: EasyN FS-613B-M166 IP PTZ camera

Configuration file ? is it the Easyn.pm file you wanted... # ========================================================================== # # ZoneMinder Foscam FI8908W IP Control Protocol Module, $Date: 2009-11-25 09:20:00 +0000 (Wed, 04 Nov 2009) $, $Revision: 0001 $ # Copyright (C) 2001-2008 Philip ...
by therese
Fri Feb 10, 2012 3:41 am
Forum: Hardware Queries
Topic: EasyN FS-613B-M166 IP PTZ camera
Replies: 30
Views: 17399

Re: EasyN FS-613B-M166 IP PTZ camera

Try to modify the EasyN.pm file command with
my $cmd = "decoder_control.cgi?command=0&user=admin&pwd=";

The control address as specified 192.168.1.30:81
No control device

Did the changes to the my $cmd but still not working.
by therese
Thu Feb 09, 2012 2:50 am
Forum: Hardware Queries
Topic: EasyN FS-613B-M166 IP PTZ camera
Replies: 30
Views: 17399

Re: EasyN FS-613B-M166 IP PTZ camera

I tried that and it was still the same. The same error log.
username:password@192.168.1.30:81
admin:@192.168.1.30:81
there is no password for the camera just the username.
by therese
Wed Feb 08, 2012 6:11 pm
Forum: Hardware Queries
Topic: EasyN FS-613B-M166 IP PTZ camera
Replies: 30
Views: 17399

Re: EasyN FS-613B-M166 IP PTZ camera

This is what shows up and my zmcontrol log file.
by therese
Wed Feb 08, 2012 2:48 pm
Forum: Hardware Queries
Topic: EasyN FS-613B-M166 IP PTZ camera
Replies: 30
Views: 17399

Re: EasyN FS-613B-M166 IP PTZ camera

Maybe that is what I was doing wrong. How do you setup rights to read the file ? I am new on Linux and not sure how to do this. Thanks. Screen shots of my setup.