Search found 5 matches

by solsrch
Sat Oct 03, 2009 6:30 pm
Forum: ZoneMinder 1.24.x
Topic: error: ‘struct sigcontext’ has no member named ‘cr2’
Replies: 2
Views: 2404

You might lose a bit of crash debugging capability but you can just comment out the two lines in zm_signal.cpp that contain "cr2".
by solsrch
Wed Sep 30, 2009 9:50 pm
Forum: ZoneMinder 1.24.x
Topic: Zoneminder 1.24.2 on FreeBSD 7.2-RELEASE amd64
Replies: 9
Views: 5858

Wow, really? o_O
by solsrch
Wed Sep 30, 2009 3:15 am
Forum: ZoneMinder 1.24.x
Topic: Zoneminder 1.24.2 on FreeBSD 7.2-RELEASE amd64
Replies: 9
Views: 5858

You may have to add the following includes to the top of src/zm_comms.h:

#include <sys/types.h>
#include <sys/uio.h>
#include <sys/socket.h>
#include <netinet/in.h>
by solsrch
Mon Aug 10, 2009 4:49 pm
Forum: ZoneMinder 1.24.x
Topic: Videocameras non in reeal-time
Replies: 5
Views: 4050

I've seen this happen too (1.24.2 on Ubuntu 9.04 server). I had to make sure the frame rate in ZM wasn't set slower than the actual frame rate being sent by the camera.
by solsrch
Fri Jul 31, 2009 2:34 am
Forum: Hardware Queries
Topic: Weird question and some information on DLink DCS-920 cameras
Replies: 12
Views: 11254

These are my settings for getting about 13FPS from a DCS-910 at 640x480 using ZoneMinder 1.24.2 under FreeBSD 7.2: [Source tab] Remote Protocol: HTTP Remote Method: Simple Remote Host Name: admin:yourpassword@192.168.11.12 (obviously use your own camera's username:password@IP address or hostname ...