Search found 4 matches

by forsberg94
Tue Apr 06, 2010 10:55 pm
Forum: ZoneMinder 1.24.x
Topic: Camera not recording all motion
Replies: 1
Views: 1799

Camera not recording all motion

I have a camera set up in my Office. The Zoneminder fedora 12 box is at my house (different location) -- everything is forwarded correctly because for the most part I am gettng full motion record. The problem is that every once in a while, I check the Events for the day and see that the first event ...
by forsberg94
Sun Mar 07, 2010 7:04 pm
Forum: ZoneMinder 1.24.x
Topic: zmc -d /dev/video0' exited abnormally, exit status 6
Replies: 3
Views: 5175

Try this: Edit the file: /usr/bin/zmdc.pl Find the ‘my @daemons = (’ line. Add this line: $ENV{LD_PRELOAD} = '/usr/lib/libv4l/v4l1compat.so'; I added this below the other ENV’s and above the ‘delete’ (Once you find the 'my @daemons' in this file you'll know where this is) This preloads the ...
by forsberg94
Sun Mar 07, 2010 6:55 am
Forum: ZoneMinder 1.24.x
Topic: USB Cam working in vlc xawtv cheese etc. not in ZM [SOLVED]
Replies: 2
Views: 3729

Got It Working! So it seemed to be a few things – I raised the shared memory in the kernel (didn’t seem to be working from just doing: #echo 30000000>/proc/sys/kernel/shmall #echo 30000000>/proc/sys/kernel/shmmax So instead I edited the /etc/syctl.conf and it actually raised it. Also edited the / ...
by forsberg94
Sat Mar 06, 2010 7:07 am
Forum: ZoneMinder 1.24.x
Topic: USB Cam working in vlc xawtv cheese etc. not in ZM [SOLVED]
Replies: 2
Views: 3729

USB Cam working in vlc xawtv cheese etc. not in ZM [SOLVED]

Hi - i am fairly new to linux and new to Zoneminder - I have a 046d:08da Logitech, Inc. QuickCam Messanger camera that I am trying to get working with ZoneMinder. The camera works fine in vlc, cheese, xawtv, anything else I have tried it in... (the camera in all these is under /dev/video0) I am ...