Search found 11 matches

by haensse
Tue Feb 15, 2011 2:09 pm
Forum: Feature Requests
Topic: Mobotix MxPEG and H.264 encoding
Replies: 0
Views: 1829

Mobotix MxPEG and H.264 encoding

Hi Forum,

I would like convert live streams of MxPEG and H.264 at the same time out of a mobotix cam.
Is there a way to use the camera in MxPEG mode and transcode H.264 somehow in realtime?

best regards

Dani
by haensse
Sat Feb 24, 2007 6:37 pm
Forum: ZoneMinder Previous Versions
Topic: openvz and two SOI markes
Replies: 2
Views: 1867

openvz and two SOI markes

Dear forum, zmc is terminating very 5-10 seconds. It complains about two SOI markers. Has anybody experiences with running zoneminder (1.22.3 debian) with openvz. It works really smouth except this problem. The server has moderate load (about 10% load and 1Gb free of memory). The server has also ...
by haensse
Thu Mar 02, 2006 9:33 pm
Forum: ZoneMinder Previous Versions
Topic: stealth colours
Replies: 1
Views: 1493

stealth colours

there is a problem with the motion detected. The image background ist brown background. Some blue object do not trigger an event.

it looks like in zm_image.cpp in line 700 member function Delta, that the motion detection only works with "monochrome" images. Is this the reason for it?
by haensse
Thu Mar 02, 2006 8:45 pm
Forum: ZoneMinder Previous Versions
Topic: SUSE install question ?
Replies: 4
Views: 3249

there is a howto in the forum for suse 10 installation.
I have a suse 9.3 running with zm
by haensse
Wed Mar 01, 2006 5:42 am
Forum: ZoneMinder Previous Versions
Topic: zma crash
Replies: 5
Views: 3405

now I understand, you make 8 bit per pixel images out of every camera frame for alarm detection.

The code section looks clean
by haensse
Tue Feb 28, 2006 6:53 pm
Forum: ZoneMinder Previous Versions
Topic: zma crash
Replies: 5
Views: 3405

another question related to that, what happens if I define a polygon
with "arms", I mean you have something in the line like
polygone area, gap, polygone area?
by haensse
Tue Feb 28, 2006 6:15 pm
Forum: ZoneMinder Previous Versions
Topic: zma crash
Replies: 5
Views: 3405

yes, reproducable. can you explain your source code a little bit: if ( lo_y > 0 ) { lo_x = ranges[0].lo_x; if ( lo_x > 0 ) lo_x--; hi_x = ranges[0].hi_x; if ( hi_x < (diff_width-1) ) hi_x++; pdiff = diff_image->Buffer( lo_x, lo_y-1 ); memset( pdiff, BLACK, (hi_x-lo_x)+1 ); } lo_y is the first line ...
by haensse
Mon Feb 27, 2006 8:55 pm
Forum: ZoneMinder Previous Versions
Topic: zma crash
Replies: 5
Views: 3405

zma crash

Camera 352 / 288 points, 24 bits a zone set with the following points: 0/161 20/110 42/142 25/205 settings: Type Active Units Pixel Alarm Check Blobs Thresh min 15 max blank Filter 9 / 9 Zone 2100 alarmed area min 400 max 2000 filtered area min 250 max 2007 blob area min 200 max 2007 Blobs min 3 max ...
by haensse
Mon Feb 27, 2006 7:25 pm
Forum: ZoneMinder Previous Versions
Topic: zmfilter.pl crashes on min blobs 2 sometime also blobs 1
Replies: 2
Views: 1998

I had to change the resolution of the camera, thus I had to readjust the filter parameters. I also had to increase the shared memory as I added a second camera. I'm not sure, but maybe it is not a good idea to adjust the share memory size at runtime. Now it looks pretty stable. No "died" or "crashed ...
by haensse
Sat Feb 25, 2006 8:19 am
Forum: ZoneMinder Previous Versions
Topic: zmfilter.pl crashes on min blobs 2 sometime also blobs 1
Replies: 2
Views: 1998

zmfilter.pl crashes on min blobs 2 sometime also blobs 1

Dear list, first of congratulations to this great software. I bought a FCS-3000 and the supplied windoze software was just crap. After some efforts, I made Zone Minder working on a SuSE box. One problem remains, I have defined a single active zone for motion detection. It is a polygon with 5 points ...