Search found 77 matches

by KeithB
Sun Dec 13, 2009 5:16 pm
Forum: Hardware Queries
Topic: Kodicom 8800 card but unable to get picture
Replies: 13
Views: 8812

The crash could be overheating, maybe try heat sinks on the bt878 chips?
by KeithB
Tue Dec 08, 2009 11:43 pm
Forum: ZoneMinder 1.24.x
Topic: Problem with the resolution of IP cameras.
Replies: 3
Views: 2178

Usualy working at a low resolution but not a high resolution is a shared memory problem. Set shmmax and shmall to correctly for your RAM and then restart the Zoneminder service and all should work.
by KeithB
Tue Dec 08, 2009 11:36 pm
Forum: ZoneMinder 1.24.x
Topic: motion detection
Replies: 3
Views: 1950

I had the same problem but changing to the below values improved things a lot:

Image Buffer Size (frames) 80
Warmup Frames 40
Pre Event Image Count 40
Post Event Image Count 40
by KeithB
Tue Nov 17, 2009 12:05 pm
Forum: Feature Requests
Topic: human recognizing feature
Replies: 1
Views: 2833

There has been discusion on this before, if you search for analytics it is an interesting read.
by KeithB
Mon Nov 16, 2009 6:24 pm
Forum: ZoneMinder 1.24.x
Topic: Live-View Delay
Replies: 3
Views: 2288

I think you should, as Siki wrote, leave the frame rate blank and set the frame rate on the device instead.
by KeithB
Sat Nov 14, 2009 1:40 pm
Forum: ZoneMinder Previous Versions
Topic: Does not record to hard drive
Replies: 19
Views: 10276

This looks like an ownership problem, you probably need to chown -R apache.apache the video directory. I would probably first have a look at the ownership of some of those directories.
by KeithB
Sat Nov 14, 2009 1:19 pm
Forum: ZoneMinder Previous Versions
Topic: card with 4 BT878 and max resulution
Replies: 2
Views: 2056

Set your linux shmmax and shmall values to something sensible for the amount of RAM in your server, then set the cameras to 640*480 or whatever then reboot and voila they will work:)
by KeithB
Sun Nov 08, 2009 1:11 am
Forum: ZoneMinder 1.24.x
Topic: Memory allocation problems. Camera goes to black.
Replies: 5
Views: 7079

kernel.shmall should be something less than the total RAM on your server divided by 4096 say 1000000 ( 1 million) on a 4GB system.
kernel.shmax set at 180000000 ( 180 million) should be enough unless you are doing something unusual.
by KeithB
Wed Nov 04, 2009 3:30 pm
Forum: ZoneMinder 1.24.x
Topic: 64 Bit
Replies: 2
Views: 2308

Yes.
by KeithB
Sun Oct 25, 2009 12:39 pm
Forum: ZoneMinder 1.24.x
Topic: hy, camera weired recording and lots of events
Replies: 6
Views: 4870

If your camera only works at 30fps but you want it to modect at 15fps a workaround would be to define a monitor to get its full frame rate just monitoring then define a second monitor that gets its input from the 1st monitor but at the frame rate you want, the second monitor is setup like this: Remo...
by KeithB
Sat Oct 24, 2009 4:56 pm
Forum: ZoneMinder 1.24.x
Topic: Ubuntu 9.04 / ZM 1.24.1 - Apache Randomly Stops
Replies: 24
Views: 19310

Upgrading with reinstall to 1.24.2 fixes this 99.99% for me.
by KeithB
Sat Oct 24, 2009 4:51 pm
Forum: ZoneMinder 1.24.x
Topic: hy, camera weired recording and lots of events
Replies: 6
Views: 4870

Are you setting the 15fps on the camera? You should set the frame rate on the camera and let ZM go as fast as it wants, ie set its frame rate to a nominal zero.
by KeithB
Thu Oct 22, 2009 8:00 am
Forum: ZoneMinder 1.24.x
Topic: ERR [Can't make events: Permission denied]
Replies: 1
Views: 2156

Have you tried?

chown -R apache:apache /srv/www/htdocs/zm/events
by KeithB
Mon Oct 19, 2009 11:12 am
Forum: Hardware Queries
Topic: AverMedia nv3000 works with xawtv but can´t with ZM
Replies: 3
Views: 3290

It should work apparently: http://www.zoneminder.com/forums/viewtopic.php?t=12126&highlight= Maybe set it to record and see whether the "Source" column turns green and you start seeing jpgs appearing in the events folder. You should be testing it on a client PC not the server, and usin...
by KeithB
Sun Oct 18, 2009 9:29 pm
Forum: ZoneMinder 1.24.x
Topic: zmwatch: ERR [Can't get shared memory id '7a6d000a',
Replies: 16
Views: 14067

shmall should be the total ram available to linux divided by 4096. E.G. if you want to allow it 3GB then shmall = 732422
shmmax = 180000000 works for me using an image buffer size of 80.