Search found 23 matches
- Wed Mar 07, 2012 2:31 am
- Forum: Hardware Queries
- Topic: EasyN FS-613B-M166 IP PTZ camera
- Replies: 30
- Views: 18611
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 That is how I ...
- Fri Feb 24, 2012 2:24 pm
- Forum: Hardware Compatibility List
- Topic: Chinese IP CAMERAS
- Replies: 12
- Views: 13652
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 that helps.
- Fri Feb 24, 2012 5:49 am
- Forum: Hardware Queries
- Topic: EasyN FS-613B-M166 IP PTZ camera
- Replies: 30
- Views: 18611
Re: EasyN FS-613B-M166 IP PTZ camera
My settings on this camera...
- Sat Feb 18, 2012 6:43 pm
- Forum: Hardware Queries
- Topic: EasyN FS-613B-M166 IP PTZ camera
- Replies: 30
- Views: 18611
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 Down" ); my $cmd = "decoder_control ...
- Fri Feb 17, 2012 6:23 am
- Forum: Hardware Queries
- Topic: EasyN FS-613B-M166 IP PTZ camera
- Replies: 30
- Views: 18611
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
There is no diagonal control with these camera.
There is no diagonal control with these camera.
- Thu Feb 16, 2012 4:03 am
- Forum: Hardware Queries
- Topic: EasyN FS-613B-M166 IP PTZ camera
- Replies: 30
- Views: 18611
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 ...
- Tue Feb 14, 2012 4:25 am
- Forum: Hardware Queries
- Topic: EasyN FS-613B-M166 IP PTZ camera
- Replies: 30
- Views: 18611
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=>"
$ 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=>"
- Mon Feb 13, 2012 2:16 pm
- Forum: Hardware Queries
- Topic: EasyN FS-613B-M166 IP PTZ camera
- Replies: 30
- Views: 18611
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.
- Sun Feb 12, 2012 7:27 pm
- Forum: Hardware Queries
- Topic: EasyN FS-613B-M166 IP PTZ camera
- Replies: 30
- Views: 18611
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...
Yes with this command straight from the browser moved the camera up...
- Sun Feb 12, 2012 5:24 pm
- Forum: Hardware Queries
- Topic: EasyN FS-613B-M166 IP PTZ camera
- Replies: 30
- Views: 18611
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.
- Sun Feb 12, 2012 4:22 am
- Forum: Hardware Queries
- Topic: EasyN FS-613B-M166 IP PTZ camera
- Replies: 30
- Views: 18611
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 ...
- Fri Feb 10, 2012 3:41 am
- Forum: Hardware Queries
- Topic: EasyN FS-613B-M166 IP PTZ camera
- Replies: 30
- Views: 18611
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.
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.
- Thu Feb 09, 2012 2:50 am
- Forum: Hardware Queries
- Topic: EasyN FS-613B-M166 IP PTZ camera
- Replies: 30
- Views: 18611
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.
username:password@192.168.1.30:81
admin:@192.168.1.30:81
there is no password for the camera just the username.
- Wed Feb 08, 2012 6:11 pm
- Forum: Hardware Queries
- Topic: EasyN FS-613B-M166 IP PTZ camera
- Replies: 30
- Views: 18611
Re: EasyN FS-613B-M166 IP PTZ camera
This is what shows up and my zmcontrol log file.
- Wed Feb 08, 2012 2:48 pm
- Forum: Hardware Queries
- Topic: EasyN FS-613B-M166 IP PTZ camera
- Replies: 30
- Views: 18611
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.