Search found 16 matches

by jitz
Mon Jan 07, 2008 5:54 pm
Forum: ZoneMinder Previous Versions
Topic: ZoneMinder 1.23.0 - Release Note - Release Candidate 3
Replies: 16
Views: 12967

the problem with LIBCRYTO was with the release code.

also: the 1.22 to 1.23 database upgrade script failed. I think it was a field
having to do with colors. Sadly I blew the original database away
and installed a new one, so I am unable to recreate the problem.
by jitz
Thu Jan 03, 2008 5:47 pm
Forum: ZoneMinder Previous Versions
Topic: ZoneMinder 1.23.0 - Release Note - Release Candidate 3
Replies: 16
Views: 12967

How to compile with HAVE_LIBCRYPTO enabled

Hi: Do I have to to add something to ./configure line to get HAVE_LIBCRYTO to be defined as 1. I had to manually add #ifndef HAVE_LIBCRYPTO #define HAVE_LIBCRYPTO 1 to zm_user.h to get it compiled in. Is there another way?? Symptom: have axis camera with password protection enabled. without LIBCRPTO ...
by jitz
Thu Sep 13, 2007 11:35 pm
Forum: Feature Requests
Topic: virtual monitor // custom cycle feed
Replies: 0
Views: 1788

virtual monitor // custom cycle feed

Hi: I am interested in creating a monitor in zoneminder that could capture a feed from any of the configured cameras like how the cycle feature behaves but with differences. -an external trigger event chooses which camera to get the camera feed from. -the camera feed is tied into monitor api, for ...
by jitz
Thu Jul 12, 2007 11:24 pm
Forum: User Contributions
Topic: ZoneMinder now in Fedora
Replies: 8
Views: 15688

- cgi-bin/zm is good, looks like a problem with the initial value of the ZM_PATH_ZMS option in the database. Suggest you change that by hand.

Confirmed.
modified entry for ZM_PATH_ZMS: /cgi-bin/zm/nph-zms

Works great. Thanks
Jitz
by jitz
Thu Jul 12, 2007 6:58 pm
Forum: User Contributions
Topic: ZoneMinder now in Fedora
Replies: 8
Views: 15688

notes on my FC7 install

Hi: I did a FC7 install ( mostly default ) to try the zoneminder package. Nice work! Here are some issues that I ran into: needed to: yum install php, mysql-server, and php-mysql ScriptAlias /cgi-bin "/usr/libexec/zoneminder/cgi-bin" >vi /etc/httpd/conf.d/zoneminder.conf Delete line ( Deny from all ...
by jitz
Wed Jan 10, 2007 11:38 pm
Forum: ZoneMinder Previous Versions
Topic: Can Montage be configured???
Replies: 3
Views: 2520

Got it!!

Monitors is an active button.
you can then create camera groups, then select which group is active.

learn something new everyday I guess.

Thanks for telling me it was doable.

Regards
Jitz
by jitz
Wed Jan 10, 2007 10:25 pm
Forum: ZoneMinder Previous Versions
Topic: Can Montage be configured???
Replies: 3
Views: 2520

Kool

Can you give me a few instructions on how to do this??
I combed the menus but nothing jumped out at me.

Thanks
Jitz
by jitz
Wed Jan 10, 2007 9:40 pm
Forum: ZoneMinder Previous Versions
Topic: Can Montage be configured???
Replies: 3
Views: 2520

Can Montage be configured???

If I have 5 or six cameras installed but only want to have a montage of lets say 4, is there a way of doing this, or would it be a new feature???

Thanks
Jitz
by jitz
Mon Oct 23, 2006 11:22 pm
Forum: Non-ZoneMinder Chat
Topic: FC5 Serial port baudrate issue
Replies: 2
Views: 2551

continued

I put together a quick perl script to test changing the baudrate #!/usr/bin/perl -w use Device::SerialPort qw( :PARAM :STAT 0.07 );; my $device = "/dev/ttyS0"; my $serial_port = new Device::SerialPort( $device ); $serial_port->databits(8); $serial_port->parity('none'); $serial_port->stopbits(1 ...
by jitz
Mon Oct 23, 2006 11:19 pm
Forum: Non-ZoneMinder Chat
Topic: FC5 Serial port baudrate issue
Replies: 2
Views: 2551

FC5 Serial port baudrate issue

Hi guys: I have been investigating the perl serial port stuff some more and am somewhat convinced that there may be a problem with the api regarding FC5. I tryed changing the baudrate in both zmcontrol-pelco-p.pl ( org 4K8 ) zmcontrol-pelco-d.pl ( org 9K6 ) It just stays at the system default ( 9K6 ...
by jitz
Fri Oct 20, 2006 9:32 pm
Forum: Non-ZoneMinder Chat
Topic: CCTV camera selection
Replies: 14
Views: 10879

Perl Serial API

Hi guys: I have been investigating the perl serial port stuff some more and am somewhat convinced that there may be a problem with the api regarding FC5. I tryed changing the baudrate in both zmcontrol-pelco-p.pl ( org 4K8 ) zmcontrol-pelco-d.pl ( org 9K6 ) It just stays at the system default ( 9K6 ...
by jitz
Fri Oct 20, 2006 6:50 pm
Forum: Non-ZoneMinder Chat
Topic: CCTV camera selection
Replies: 14
Views: 10879

Hi: I am looking more into the Sony family. Found some docs on the internet for both IP protocol and visca protocol. The SNC-RZ25 is looking friendly. -It allows IP interface ( can use in future ) -It allows VISCA rs232 ( can use today ) -It allows JPEG/MPEG streaming ( can use in future ) -It ...
by jitz
Thu Oct 19, 2006 10:58 pm
Forum: Non-ZoneMinder Chat
Topic: CCTV camera selection
Replies: 14
Views: 10879

Thanks for all the info. Still haven't found my silver bullet VISCA is nice but limited to seven cameras from what I have read. Also RS232 mostly. Would need rs485. probably can do a converter. Not sure on the web what info is dated and which is recent. Noise, so much noise when you google for CCTV ...
by jitz
Tue Oct 17, 2006 8:40 pm
Forum: Non-ZoneMinder Chat
Topic: CCTV camera selection
Replies: 14
Views: 10879

interesting...

What kind of response times can you get on controlling th IP camera's. We will be tracking an object that can be moving upwards of 10m/s 30feet/sec. -Any good IP vendors you can recommend?? Do the the IP cameras give you let say 100ms type response times or better??? Where can I find info on the ...
by jitz
Mon Oct 16, 2006 8:18 pm
Forum: Non-ZoneMinder Chat
Topic: CCTV camera selection
Replies: 14
Views: 10879

CCTV camera selection

Hi: I am looking for cctv cameras that give me position control as apposed to generic Pan/tilt/zoom. I would like to command the pan angle and let the camera move to that setting. Ideally the same for tilt. Zoom, would be nice to control zoom 0-100% etc. Setpoints are not really doing the trick for ...