Search found 10 matches

by greckpk
Sun Jun 27, 2010 7:42 pm
Forum: Hardware Compatibility List
Topic: ABS MegaCam 4220 capture and TCP trigger working
Replies: 28
Views: 19197

It looks to me like there is some color(very washed out).
You might need to play with the Picture Settings.

Also, look on the "System" tab to see if you have the newest firmware(3.0.3.3454)
I guess if all else fails hit the Reset button on the camera and start from scratch.
by greckpk
Sun Jun 27, 2010 1:41 am
Forum: Hardware Compatibility List
Topic: ABS MegaCam 4220 capture and TCP trigger working
Replies: 28
Views: 19197

LOL, atleast you were able to figure it out.

Here is a complete remake for that camera giving it a few more options. :D
http://www.zoneminder.com/forums/viewto ... 2901#62901
by greckpk
Sun Jun 27, 2010 1:34 am
Forum: User Contributions
Topic: ABS MegaCam 4210 4220 PT module
Replies: 2
Views: 4020

I was also wondering if the "Left Pan" button step incraments are reversed for everyone else? (normal is click on the tip of the arrow would be a value of "10", and click on the base would be a value of "1")
by greckpk
Sun Jun 27, 2010 1:29 am
Forum: User Contributions
Topic: ABS MegaCam 4210 4220 PT module
Replies: 2
Views: 4020

ABS MegaCam 4210 4220 PT module

Here is a control module for ABS MegaCam 4210, 4220 series network cams (i have not tested on 421M and 422M cams but they should work) Place the code in a file named "ABS_MegaCam.pm" and add it with the rest of the ZoneMinder Control Perl libraries (mine are in /usr/local/share/perl/5.10.1 ...
by greckpk
Fri Jun 25, 2010 6:06 pm
Forum: Hardware Compatibility List
Topic: ABS MegaCam 4220 capture and TCP trigger working
Replies: 28
Views: 19197

The only thing I see is when I punch the left rotate arrow, the camera rotates all the way around to the stop, I will have to see what is going on there. There was a edit on the first post i had made about that, I did not catch it at first. Need to change the left to this: sub moveConLeft { my ...
by greckpk
Fri Jun 25, 2010 6:54 am
Forum: Hardware Compatibility List
Topic: ABS MegaCam 4220 capture and TCP trigger working
Replies: 28
Views: 19197

Great! Glad to see you got it going. As far as the IR, The only thing I can think of is to check on the cameras settings. Goto the home page for the camera click Settings>Camera>Picture and see how IR LEDs (Night Vision) is set. If it is set to ON it will be on ALL the time. I have mine set on a ...
by greckpk
Fri Jun 25, 2010 3:02 am
Forum: Hardware Compatibility List
Topic: ABS MegaCam 4220 capture and TCP trigger working
Replies: 28
Views: 19197

I don't know if this will help at all, this is how it is setup for me. This is where it is located (for me on Ubuntu 10.04) http://img191.imageshack.us/img191/9609/abslocation.png http://img171.imageshack.us/img171/1921/absmonitorcontrol.png http://img229.imageshack.us/img229/520 ...
by greckpk
Fri Jun 25, 2010 1:22 am
Forum: Hardware Compatibility List
Topic: ABS MegaCam 4220 capture and TCP trigger working
Replies: 28
Views: 19197

It might be easier for you to copy the AxisV2 file delete the contents and paste the code in it and the rename the file ABS.pm? I know a silly thought.
by greckpk
Fri Jun 25, 2010 1:10 am
Forum: Hardware Compatibility List
Topic: ABS MegaCam 4220 capture and TCP trigger working
Replies: 28
Views: 19197

Hi, This location is correct location for me: /usr/local/share/perl/5.10.1/ZoneMinder/Control/ABS.pm I think that your location should be correct for your version of OS. I'am running Ubuntu 10.4 make sure when you set the camera up in "Control Capability" under "Move" tab check "Can Move", "Can Move ...
by greckpk
Fri Jun 25, 2010 12:12 am
Forum: Hardware Compatibility List
Topic: ABS MegaCam 4220 capture and TCP trigger working
Replies: 28
Views: 19197

The camera will respond to commands formatted like this: wget --http-user=admin --http-password= "http://192.168.0.101/ptz.cgi?move=downleft&speed=10" I started with the AxisV2.pm file and trimmed out all the features this camera does not support. package ZoneMinder::Control::ABS; use 5.006; use ...