Search found 193 matches

by kitkat
Sun Mar 17, 2019 4:47 pm
Forum: ZoneMinder 1.32.x
Topic: Zoneminder keeps crashing
Replies: 6
Views: 4784

Re: Zoneminder keeps crashing

Could this have something to do with it?

Code: Select all

2019-03-16 23:48:58 zmc_m1 15889 WAR Monitor dimensions are 320x240 but camera is sending 1280x720 zm_ffmpeg_camera.cpp 627
by kitkat
Sun Mar 17, 2019 12:49 pm
Forum: ZoneMinder 1.33.x Development Branch
Topic: Zoneminder and Seperate HDD for recording
Replies: 4
Views: 3783

Re: Zoneminder and Seperate HDD for recording

What are the permissions of /mnt and /mnt/vdb?

On CentOS they'd both need to have the eXecute bit set for all users else Apache can't see or traverse the directories below them, so maybe it's the same with Ubuntu and other distros?

I would have thought that it should still see the disk size though.
by kitkat
Sat Mar 09, 2019 12:18 pm
Forum: ZoneMinder 1.30.x
Topic: Shadows set off motion
Replies: 4
Views: 4094

Re: Shadows set off motion

In my mind, it's about detecting changes larger than the things you're looking for and using those large-scale changes to prevent other zones triggering.

I found this useful: ZoneMinder's Zoning System for Dummies
by kitkat
Fri Mar 08, 2019 2:44 pm
Forum: ZoneMinder 1.30.x
Topic: Shadows set off motion
Replies: 4
Views: 4094

Re: Shadows set off motion

I found that making a fairly large Preclusive zone and detecting changes (but not blobs) that affect a significant percentage of that zone stopped most shadow- and cloud- and sunlight-induced false alarms.
by kitkat
Mon Feb 18, 2019 3:07 pm
Forum: ZoneMinder 1.32.x
Topic: First alarm frame : There are no statistics recorded
Replies: 2
Views: 1510

Re: First alarm frame : There are no statistics recorded

I get this too, using ZM 1.32.2 on CentOS 7.
by kitkat
Mon Feb 18, 2019 3:04 pm
Forum: ZoneMinder 1.32.x
Topic: [SOLVED] DiskSpace column shows incorrect values
Replies: 2
Views: 1624

Re: DiskSpace column shows incorrect values

11 GB out of 218 GB is about 5%, which is coincidentally the default amount of reserved space for ext2/3/4 file systems. You can change the value using tune2fs -m X /dev/sdYZ where X is the percentage of reserved space desired (e.g. 1, 0.5, etc.) and YZ is the partition identifier (e.g. 'c1' for /de...
by kitkat
Wed Feb 06, 2019 12:43 pm
Forum: ZoneMinder 1.32.x
Topic: Zoneminder unusable: intermittent zmc issue with monitors (start/terminate/restart loop)
Replies: 12
Views: 14882

Re: Zoneminder unusable: intermittent zmc issue with monitors (start/terminate/restart loop)

Have you tried using MediaInfo to inspect a stream saved using FFMpeg and -codec copy? That might provide some clues.
by kitkat
Mon Feb 04, 2019 11:42 am
Forum: ZoneMinder 1.32.x
Topic: [ZM API] Database connection "Mysql" is missing, or could not be created
Replies: 4
Views: 2974

Re: [ZM API] Database connection "Mysql" is missing, or could not be created

$ grep ^mysql $(php --ini |grep Loaded |awk '{print $4 }') mysql.allow_local_infile = On mysql.allow_persistent = On mysql.cache_size = 2000 mysql.max_persistent = -1 mysql.max_links = -1 mysql.default_port = mysql.default_socket = mysql.default_host = mysql.default_user = mysql.default_password = ...
by kitkat
Fri Feb 01, 2019 12:05 pm
Forum: ZoneMinder 1.32.x
Topic: Is ZoneMinder good for securing/rebroadcasting RTSP streams?
Replies: 6
Views: 3693

Re: Is ZoneMinder good for securing/rebroadcasting RTSP streams?

bbunge wrote: Wed Jan 30, 2019 6:55 pm Only downside is the cameras can't set their clocks
Can you set up an NTP service on the ZM machine and have the cameras get their time from that?
by kitkat
Sun Jan 27, 2019 7:17 pm
Forum: ZoneMinder 1.32.x
Topic: Image degradation
Replies: 2
Views: 2031

Re: Image degradation

Quality 6 I don't know what the range available is on that camera, but most of the cameras and video software I've come across use lower numbers for better quality - On my current cheapo-Chinese things the scale runs from 1 through 6, with 6 being lowest quality. Maybe trying a lower number is wort...
by kitkat
Sun Jan 27, 2019 7:02 pm
Forum: ZoneMinder 1.32.x
Topic: Dedicated drive issue - Ubuntu 18.04
Replies: 3
Views: 2107

Re: Dedicated drive issue - Ubuntu 18.04

My situation is similar but not exactly the same (I'm simply using a directory under /home rather than a dedicated disk, and I'm moving the entire /var/lib/zoneminder directory) and I found that I also had to change the Default Storage Path at Options -> Storage in the ZoneMinder console. I also had...
by kitkat
Sun Jan 27, 2019 5:47 pm
Forum: ZoneMinder 1.30.x
Topic: problem with camera switching back and forth to night vision
Replies: 4
Views: 3537

Re: problem with camera switching back and forth to night vision

Maximum Alarm Area = "If more than this much of the zone changes, don't raise an alarm"

It can be set in pixels or percent.
by kitkat
Sun Jan 27, 2019 5:23 pm
Forum: ZoneMinder 1.32.x
Topic: SQL error when creating Preclusive zone without specifying ExtendAlarmFrames
Replies: 0
Views: 1124

SQL error when creating Preclusive zone without specifying ExtendAlarmFrames

I get a SQL error if I leave the 'Extend Alarm Frame Count' box empty when creating a Preclusive zone. Not sure where to report bugs so I thought I'd drop it here. web_php - 15231 ERR - SQL-ERR 'SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'ExtendAlarmFrames' cannot be null', stateme...