Search found 219 matches

by Normando
Wed Sep 01, 2010 5:49 pm
Forum: ZoneMinder 1.24.x
Topic: Record path, length/size and Cronjob
Replies: 5
Views: 3508

Yes, or better, create a new filter to create a video automatically for that monitor. Read the wiki and search the forums for "generate video" or "create video".
by Normando
Tue Aug 31, 2010 10:05 pm
Forum: ZoneMinder 1.24.x
Topic: Need Advice... mocord, modect or record? 24cams...
Replies: 4
Views: 2863

limitlessent wrote:Ended up going with modect and taking the time to test and adjust each camera's zone(s) individually. Getting very good results.
With all 24 on modect, my load is only 3.24 (4 cores) so I'm happy with it.
Hi chris, how you achieve load 3.24 for the 24 cameras?
by Normando
Tue Aug 31, 2010 9:55 pm
Forum: ZoneMinder 1.24.x
Topic: Record path, length/size and Cronjob
Replies: 5
Views: 3508

For cron issues read: http://www.zoneminder.com/wiki/index.php/FAQ#How_can_I_get_ZM_to_do_different_things_at_different_times_of_day_or_week.3F The filter is nothing to do with cron. The filter use only to made actions. For events path, of course you can change to the mounted external usb drive. The...
by Normando
Tue Aug 31, 2010 9:39 pm
Forum: Website Issues
Topic: Time to change the forum
Replies: 16
Views: 21874

What do we need to do to keep it going forward? 1- Change forum to SMF ( http://www.simplemachines.org )and migrate all users and messages to the new forum 2- Install a bug tracker (easy one is http://codingteam.net who can allow chat, link with code repo svn, and more) accessible for anyone 3- Cre...
by Normando
Tue Aug 31, 2010 5:02 am
Forum: ZoneMinder 1.24.x
Topic: Missing features??
Replies: 0
Views: 1034

Missing features??

:cry:

Some missing features in 1.24.2 and svn:

ZM_WEB_RESIZE_CONSOLE

ZM_WEB_MONTAGE_MAX_COLS
ZM_WEB_MONTAGE_WIDTH
ZM_WEB_MONTAGE_HEIGHT

ZM_WEB_REFRESH_METHOD
ZM_WEB_DOUBLE_BUFFER


These are not very important, but are very useful
by Normando
Sun Aug 29, 2010 10:17 pm
Forum: ZoneMinder 1.24.x
Topic: High load and just on Monitor mode... any ideas?
Replies: 15
Views: 7505

Centos 32bits it's ok. Are you using PAE kernel to handle 12Gb of RAM?

I am currently working with a cos server like you. Can I get root access to your server to test my zm distribution? If you want, send me a pm.
by Normando
Sun Aug 29, 2010 10:03 pm
Forum: ZoneMinder 1.24.x
Topic: High load and just on Monitor mode... any ideas?
Replies: 15
Views: 7505

What OS are you using?
by Normando
Fri Aug 27, 2010 1:56 pm
Forum: Website Issues
Topic: Time to change the forum
Replies: 16
Views: 21874

Time to change the forum

Hello I think it is time to change the forum (phpBB) to a better one. In this forum I can't paste a code because this strip my code. I think you can migrate to SMF forums. this is very good forum and you can migrate all posts and accounts easy because have an import function. In SMF you can paste a ...
by Normando
Fri Aug 27, 2010 1:18 pm
Forum: ZoneMinder 1.24.x
Topic: A few fixes
Replies: 0
Views: 1171

A few fixes

Please, do not apply these patches directly, because my code is already modify. So search the string in your code and made the changes manualy. 1 - Remove Makefile.am file of installations: --- ./web/skins/classic/views/js/Makefile.am.orig 2009-04-01 10:37:10.000000000 +0200 +++ ./web/skins/classic/...
by Normando
Wed Aug 25, 2010 8:36 pm
Forum: User Contributions
Topic: More Fixes + XML API for ZM 1.24.2
Replies: 18
Views: 20524

Thank you Mitch. I was confirmed that this issue is no excluvelly for your path. Also give me the same ERR without the patch. One thing I think is why Phill not use [INF] instead of [ERR] in the code if this is a "normal" operation?
by Normando
Wed Aug 25, 2010 6:03 am
Forum: User Contributions
Topic: More Fixes + XML API for ZM 1.24.2
Replies: 18
Views: 20524

Hi Mitch!. Your patch work like a charm! This have a minimal issue, and is this: In the DB and ConfigAdmin.pm you use "Category = image" and should be "Category = images" (look the 's'). Another issue. I don't know if this is important or not, but looking for log files when throt...
by Normando
Mon Aug 23, 2010 5:34 pm
Forum: ZoneMinder 1.24.x
Topic: Issues with sockets, stream.php, apache hangs. One progress
Replies: 0
Views: 1263

Issues with sockets, stream.php, apache hangs. One progress

Ivestigating about the issues with sockets, and then apache hangs, I was change one value that fixes the main problem. In the file ajax/stream.php i changed the line 11 from: if ( !($socket = @socket_create( AF_UNIX, SOCK_DGRAM, 0 )) ) to: if ( !($socket = @socket_create( AF_UNIX, SOCK_DGRAM, SOL_UD...
by Normando
Mon Aug 23, 2010 2:51 am
Forum: ZoneMinder 1.24.x
Topic: A simple question about compiler warning
Replies: 2
Views: 1880

A simple question about compiler warning

Hello all (again)! I have compiled ZM, and get this warning: zm_image.cpp: In member function 'void Image::Blend(const Image&, int) const': zm_image.cpp:779: warning: operation on 'pdest' may be undefined and this is the code at line 779: *pdest++ = (*blend_ptr)[*pdest][*psrc++]; I am concerned ...
by Normando
Wed Jul 21, 2010 1:24 pm
Forum: Feature Requests
Topic: OpenCV
Replies: 24
Views: 29058

Good work gianfx!
by Normando
Sat Nov 21, 2009 11:29 pm
Forum: ZoneMinder Previous Versions
Topic: Maximum event time?
Replies: 2
Views: 2171

I think is not like that... see... depends on the FPS... If you have a 5 FPS, and you have Pre Event Image Count = 15 then that's 3 seconds... then you should tweak Post Event Image Count = 35 to be 7 seconds... 3 + 7 = 10 You missing the "event" lenght in your calculus. KFerg need a tota...