Search found 108 matches

by W.
Fri Oct 17, 2008 6:34 pm
Forum: ZoneMinder Previous Versions
Topic: gentoo, zoneminder & autoconf
Replies: 6
Views: 3984

cordel wrote:Not sure how Ubuntu does things, but in rpm we set our contact info so that it is available trough the package manager, I would assume that Ubuntu does some thing similar.
Weedy G. is having trouble with gentoo not ubuntu, hence http://bugs.gentoo.org
by W.
Mon Sep 22, 2008 3:35 pm
Forum: User Contributions
Topic: fix for video download
Replies: 0
Views: 2165

fix for video download

zm_html_view_video.php is a bit broken as it is (both 1.22.3 and 1.23.3) --- ZoneMinder-1.23.3/web/zm_html_view_video.php 2008-02-25 11:49:53.000000000 +0200 +++ ZoneMinder-1.23.3.NV/web/zm_html_view_video.php 2008-09-22 18:14:47.000000000 +0300 @@ -77,9 +77,10 @@ closedir( $dir ); } -if ( !empty($d...
by W.
Wed Sep 10, 2008 3:51 pm
Forum: User Contributions
Topic: ZoneMinder linux/windows/mac/*nix client Qt Viewer
Replies: 54
Views: 114701

fix to get events viewed on 1.23.3 (maybe other versions too) --- trunk/zmviewer/src/core/stream.cpp~ 2008-08-28 14:43:13.000000000 +0300 +++ trunk/zmviewer/src/core/stream.cpp 2008-09-10 18:38:47.000000000 +0300 @@ -171,7 +171,7 @@ void Stream::start() if (d->type == Monitor ) connection = QString ...
by W.
Wed Sep 10, 2008 2:23 pm
Forum: User Contributions
Topic: real world interface for ZM
Replies: 5
Views: 6622

real world interface for ZM

Is there any interest in ZM community in device that would interface real world (switches, pir sensors etc) to ZM? I am toying with an idea to build simple box that could react to external events (switch turned on/off, pir sensor activated etc) and send event notification to ZM over usb/serial and c...
by W.
Fri Sep 05, 2008 8:09 am
Forum: Feature Requests
Topic: Audio support
Replies: 6
Views: 5352

One should consider legal consequences of audio capture as well. Here it is illegal to record conversation without written consent from person/s being recorded unless it is police doing that with court permission :)
by W.
Thu Aug 28, 2008 10:58 am
Forum: Feature Requests
Topic: Axis 207 and On-Camera motion detection solved
Replies: 30
Views: 117399

One can set two separate events one that is fired when motion starts and another when motion ends thus imitating behavior of ZM motion detection. In that case no + sign is needed.
by W.
Fri Aug 22, 2008 7:33 am
Forum: ZoneMinder Previous Versions
Topic: Zonminder suddenly stopped recording.
Replies: 4
Views: 3735

if you dont have ZM_USE_DEEP_STORAGE enabled, you might have hit 32k file (directory) limit. Check how many events are there for your old monitor.
by W.
Fri Aug 08, 2008 10:29 am
Forum: User Contributions
Topic: Bug in PTZ control code
Replies: 0
Views: 2064

Bug in PTZ control code

Found in 1.23.3, but most likely present in all previous versions as well. Diagonal movements do not work ie UpRight, DownLeft etc. Fix: file web/zm_actions.php, line 462, replace regexp '/^([a-z]+)([A-Z][a-z]+)([A-Z][a-z]+)$/' with '/^([a-z]+)([A-Z][a-z]+)([A-Z][A-Za-z]+)$/' file web/zm_request_con...
by W.
Tue Apr 08, 2008 7:28 am
Forum: Hardware Queries
Topic: Comart XED 4040
Replies: 15
Views: 11551

Re: V4l loopback

Is there a dev mailing list? Any opinions on which constitutes the best way to proceed? this appears to be mostly one man show (i might be wrong though) and the man is zoneminder himself :) try PMing him and ask as to what is best route in his opinion. I would go with either 2nd or 3rd option and j...
by W.
Mon Apr 07, 2008 10:42 am
Forum: ZoneMinder Previous Versions
Topic: ffmpeg compilation on ubuntu - another thread
Replies: 11
Views: 7429

first of all, i am on Kubuntu, which probably does not make any difference. the path in your error messages looks strange to me. no surprise it can not read source files from /bin/something :)
by W.
Mon Apr 07, 2008 10:39 am
Forum: Hardware Queries
Topic: Comart XED 4040
Replies: 15
Views: 11551

raw as in uncompressed, ie, if you can get series of values representing rgb values of pixels, you are on your way of getting it work with ZM :)
by W.
Mon Apr 07, 2008 6:02 am
Forum: Hardware Queries
Topic: Comart XED 4040
Replies: 15
Views: 11551

statement about jpegs and mjpegs is true for ip cams, but you have capture card. when using "local" cameras ZM just captures raw frames (see src/zm_local_camera.cpp) somebody on the forums posted solution that uses v4l loopback driver to feed video to ZM from unsupported device, maybe you ...
by W.
Mon Apr 07, 2008 5:53 am
Forum: ZoneMinder Previous Versions
Topic: ffmpeg compilation on ubuntu - another thread
Replies: 11
Views: 7429

i just tried to compile ffmpeg from svn on my kubuntu 7.10 and everything worked like a charm. only difference i noticed was that libswscale was at revision 26340, ffmpeg itself was at 12758. of course it gave me the usual bunch of warnings while compiling, but other than that, nothing went wrong. c...
by W.
Wed Mar 26, 2008 10:55 am
Forum: Hardware Queries
Topic: Card not recognized by kernel
Replies: 23
Views: 13364