Zoneminder: Difference between revisions
From DWIKI
mNo edit summary |
|||
Line 52: | Line 52: | ||
===Where does it store the captures?=== | ===Where does it store the captures?=== | ||
in whatever --with-webdir chosen, /images as configured in options dialog (ZM_DIR_IMAGES) | in whatever --with-webdir chosen, /images as configured in options dialog (ZM_DIR_IMAGES) | ||
[[Category:Domotics]] |
Latest revision as of 19:06, 14 May 2022
Documentation
Installation
Dependencies on Debian
- libmysqlclient15-dev
- libgnutls-dev (zm requires gnutls/openssl.h)
- libjpeg62-dev (zm requires libjpeg.a)
- libpcre3-dev
- libavutil-dev
- libavcodec-dev
- libavformat-dev
- libswscale-dev(swscale)
checking for av_new_stream in -lavformat... no checking for perl module Module::Load... no checking for perl module Device::SerialPort... no checking for perl module MIME::Lite... no checking for perl module X10::ActiveHome... no
Perl modules on debian
- libdate-manip-perl (Date::Manip)
- libphp-serialization-perl (zm requires PHP::Serialization)
- libmime-lite-perl (Mime::Lite)
- libmodule-load-perl (Module::Load)
Configuration
Notes and bugs
ipcs/ipcrm /proc/sys/kernel/shmall
zm_mpeg.cpp: In destructor 'VideoStream::~VideoStream()':
zm_mpeg.cpp:281: error: cannot convert 'ByteIOContext' to 'ByteIOContext*' for argument '1' to 'int url_fclose(ByteIOContext*)'
just fix line 281 :)
WAR [Buffer overrun at index 13, slow down capture, speed up analysis or increase ring buffer size]
find option "image buffer size" and increase, also check shared mem
Where is this option found?
FAQ
Where does it store the captures?
in whatever --with-webdir chosen, /images as configured in options dialog (ZM_DIR_IMAGES)