Archive

Posts Tagged ‘Security’

Video: ZoneMinder Demo

March 31st, 2009

A video I made that demonstrates the basics of using the ZoneMinder security suite.

Computers, Video ,

Higher Resolutions in ZoneMinder

March 8th, 2009

After some fiddling around with my new IP cameras I finally figured out why my videos would only be recognized if they were at the 320×240 resolution or lower. It turns out that a significant amount of memory is required for scanning and decompressing images (go figure). What I did  not know is that the amount of allocated memory can only grow to a certain point before it hits the maximum amount for a given program. The ZoneMinder FAQ was very helpful in resolving the matter.  Basically you issue a simple command to up the amount of memory allowed for each program:

echo 134217728 >/proc/sys/kernel/shmall
echo 134217728 >/proc/sys/kernel/shmmax

Computers , , ,