Questions tagged [zoneminder]

ZoneMinder is a Linux video camera security and surveillance solution

Intended for use in single or multi-camera video security applications, including commercial or home CCTV, theft prevention and child, family member or home monitoring and other domestic care scenarios such as nanny cam installations. It supports capture, analysis, recording, and monitoring of video data coming from one or more video or network cameras attached to a Linux system. ZoneMinder also support web and semi-automatic control of Pan/Tilt/Zoom cameras using a variety of protocols. It is suitable for use as a DIY home video security system and for commercial or professional video security and surveillance. It can also be integrated into a home automation system via X.10 or other protocols.

19 questions
0
votes
1 answer

Why zoneminder monitor function utilizing camera constantly even when no one is monitoring

My IP camera has a LED which blink when someone is streaming from it. When I add the camera to zoneminder as monitor function, the LED keeps blinking constantly meaning zoneminder is streaming from it. It also keep blinking even when nobody is using…
R.J
  • 396
  • 1
  • 13
0
votes
1 answer

zoneminder auto tracking zmtrack.pl modification to set PTZ maximum YX boundaries

I am using zoneminder for security of the facility with a buch of cameras and also to record hockey games using a TrendNet TV-IP612P PTZ network camera. I can control ptz movement with HTTP commands no problem. I am using the auto tracking script…
user178386
  • 101
  • 1
0
votes
2 answers

how to start zoneminder server

i install the zoneminder as per their instruction give by zone minder.After installation they gave a command to start zomeminder server "zmpkg.pl start" but when i use this i got this error . Warning, overriding installed ./zm.conf file with local…
vijaykumar
  • 4,658
  • 6
  • 37
  • 54
-3
votes
1 answer

how can I transform Perl's $1 special variable to Python?

I want to transform a hash that contains hashes in perl to python. here is a piece of its perl code: our %types = ( string => { db_type => 'string', hint => 'string', pattern => qr|^(.+)$|, format => q( $1 ) …
Fatemeh Karimi
  • 914
  • 2
  • 16
  • 23
1
2