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
3
votes
2 answers

Does ffmpeg support GPU acceleration on Jetson platform?

I want to run ZoneMinder on Jetson-nano as an IP CAM server, but it seems that Jetson nano can not handle many cams which are using ffmpeg for decoding. If I open three cams on ZoneMinder, CPU usage is always 100%, but GPU usage is 0%, and I can…
Vincent_Wang
  • 71
  • 1
  • 7
2
votes
0 answers

Unable to see FOSCAM FI9831P streaming in ZoneMinder

I've been trying to set up ZoneMinder to be able to see streamed video from a FOSCAM FI9831P. I've successfully tested the camera using VLC for the following url: rtsp://username:password@IPADDRESS:88/videoMain Unfortunately I haven't been able to…
cvicente
  • 132
  • 3
  • 12
2
votes
0 answers

How to trigger Zoneminder to phone a land line

You need to connect your PC to the land-line via a "modem". Install wvdial (and configure it) (and test that it rings your phone). Then modify the script supplied by zoneminder to access the modem (search that page for e.g. "trigger"). Run that…
Robin Pain
  • 639
  • 2
  • 8
  • 17
2
votes
2 answers

How do I do a clean re-install of zoneminder?

Because doing this:- sudo apt-get remove --purge zoneminder sudo apt-get remove --purge mysql-server mysql-client mysql-common sudo rm -rf /var/lib/mysql sudo apt-get remove --purge apache2* sudo apt-get clean sudo apt-get update sudo apt-get…
Robin Pain
  • 639
  • 2
  • 8
  • 17
1
vote
1 answer

Zoneminder on Kubernetes?

I am new to Kubernetes. I am trying to implement zoneminder on Kubernetes. I noticed from google I found quantumobject which is implementing zoneminder on docker, but the resources of implementing it on Kubernetes are really less. I tried…
1
vote
2 answers

Trying to create web page links that will launch a Perl script

I am using a Ubuntu server with Apache2 and Zoneminder (a security camera program). I have one camera (but eventually will be three) that has pan tilt and zoom (PTZ). In the Zoneminder program (PHP web based interface), through navigation through…
John Orion
  • 117
  • 7
1
vote
0 answers

How to properly get live stream feed from another server and return the same feed with PHP

I have a ZoneMinder media server that serve a live feed of CCTV's through http. It's response with an image stream (not video). Now I making a third-party web application that needs that live stream feed to be displayed. The problem I have here, is…
Edgar P.
  • 129
  • 1
  • 1
  • 7
1
vote
1 answer

How do I connect my IP Remote Camera to ZoneMinder?

I am using Ubuntu 16.04, ZoneMinder v1.29.1 with this docker and this camera(hikvision ir panoramic fisheye). I can connect to the camera and I get the camera interface for settings etc. The problem is the live views need a windows dependent plugin,…
Hakaishin
  • 2,550
  • 3
  • 27
  • 45
1
vote
1 answer

CakePHP - filtering for parameters in the passed URL

I am working with a 3rd party PHP server which has implemented its APIs via CakePHP 2.x It looks like CakePHP accepts query parameters even if its not specifically been implemented in the controller side. For example, when I invoke this URL in my…
user1361529
  • 2,667
  • 29
  • 61
1
vote
1 answer

How to speed up video conversion

I'm currently working in a project that involves converting large series of .jpg (>6000) into video format. These frames (320x240) are stored in folders at a rate of 2.5fps. Generating a couple of folders every hour that need to be converted…
Arheisel
  • 186
  • 11
1
vote
1 answer

Zoneminder missing api folder

I have Ubuntu 12.04 installed and I am running Zoneminder 1.28.1. The github repository for Zoneminder has an api directory under the web directory. However, the repository for Ubuntu 12.04 does not install this folder when upgrading Zoneminder. I…
fastyzfr1
  • 37
  • 1
  • 7
0
votes
0 answers

Memory leaks when stream video from Zoneminder using nodeJS

I want to stream a video from Zoneminder app using NodeJS. ZoneMinder stores video from ip cameras and can stream it into HTML . I have issues when access external zoneminder server with self-signed certificate because my web-app requires https. So…
rLino
  • 91
  • 1
  • 6
0
votes
0 answers

How write records in ZoneMinder with sound?

I have 37 cameras in ZoneMinder on protocol RTSP, all writes sound, but I don`t know how write sounds. No sound in streaming and records. Sounds works in VLC. Settings General Settings Source How write records in ZoneMinder with sound?
pozhilou
  • 1
  • 1
  • 3
0
votes
0 answers

Looking for a way to surpass the 6 http limit connection imposed by Chromium

I'm developing an app in electron. It's main purpose is to show a better GUI for ZoneMinder. I'm using the API, and other stuff to access data, problem is, livestreams have a method using direct access to the cgi and, when you have more than 6…
0
votes
0 answers

Using curl in a bash script - to post for auth token - weird behaviour?

I am new to programming and scripting, so I am sorry if this is obvious. I have tried obtaining help elsewhere but can't seem to figure it out. I am creating a bash script that I get cron to execute every X mins to handle run state changes for a NVR…
tsp84
  • 1
1
2