Search found 23 matches

by tommisgr
Mon Feb 21, 2022 9:24 am
Forum: ZoneMinder 1.36.x
Topic: zmfilter error
Replies: 1
Views: 3422

zmfilter error

For some days now I keep getting the following errors on my syslog zmfilter_7[8494]: ERR [Failure to load Object record for 158303: Reason: Lock wait timeout exceeded; try restarting transaction] zmfilter_5[8470]: ERR [Src path /var/cache/zoneminder/events/20/2021-11-05/158298 does not exist.] I hav...
by tommisgr
Thu Jul 08, 2021 6:46 am
Forum: ZoneMinder 1.36.x
Topic: Memory Leak/Increase and Choppy events due to Maximum Image Buffer Size
Replies: 86
Views: 1644152

Re: Memory Leak/Increase and Choppy events due to Maximum Image Buffer Size

After facing same issues (ram usage rising - error on zmc process - monitor stop working restarting) I disabled in the 3 monitor with ram usage (over 1GB up to 4GB) storage - Save JPEGs -> disabled was on Analysis images only. Now running smoothly with 6GB of free RAM (used to be 1Gb and lower and w...
by tommisgr
Sun Jul 04, 2021 7:23 am
Forum: ZoneMinder Hints & Tips
Topic: Questions about Zoneminder
Replies: 2
Views: 16418

Re: Questions about Zoneminder

Basic reading: https://zoneminder.readthedocs.io/en/stable/userguide/index.html https://wiki.zoneminder.com/Dummies_Guide using search (google duckduckgo) with "site:forums.zoneminder.com" to limits results to this forum only None of the feature you ask for are natively supported but you c...
by tommisgr
Wed Jun 02, 2021 7:41 am
Forum: ZoneMinder 1.36.x
Topic: Memory Leak/Increase and Choppy events due to Maximum Image Buffer Size
Replies: 86
Views: 1644152

Re: Memory Leak/Increase and Choppy events due to Maximum Image Buffer Size

Running zm 1.36.3 under linuxMint 19.3 16 cameras mixed resolution from 640x480 - 2k) Having same issues as above. Have set the buffer high enough that I don't get errors but then ram usage rises to the point it starts using swap. My workaround was a script to monitor ram and swap usage and over a l...
by tommisgr
Thu Oct 15, 2020 2:43 pm
Forum: Hardware Queries
Topic: Wansview w4 cloud cam
Replies: 5
Views: 15411

Re: Wansview w4 cloud cam

from https://www.ispyconnect.com/man.aspx?n=Wansview
the link seems to be rtsp://IPadress/live/ch0 & rtsp://IPadress/live/ch1

try doing a test with vlc 1st
by tommisgr
Sun Oct 04, 2020 4:32 pm
Forum: ZoneMinder 1.34.x
Topic: FFMPEG passthrough can not play video & what are best libraries?
Replies: 5
Views: 9708

Re: FFMPEG passthrough can not play video & what are best libraries?

Also you cannot change the FPS of the camera from the web interface of the IPCam App but u can directly from the phone inside the settings of the app.
by tommisgr
Sun Oct 04, 2020 6:15 am
Forum: ZoneMinder 1.34.x
Topic: FFMPEG passthrough can not play video & what are best libraries?
Replies: 5
Views: 9708

Re: FFMPEG passthrough can not play video & what are best libraries?

After you get it working on VLC look into the tools menu -> codec (Ctrl+J)
to get the exact resolution especially Android IP webcam have some "interesting" resolutions.
u can change that from the android app (video options)
by tommisgr
Fri Oct 02, 2020 9:07 pm
Forum: ZoneMinder 1.34.x
Topic: USB cam and VM freeze
Replies: 1
Views: 4930

USB cam and VM freeze

Recently I added a a USB cam to monitor the room of the ZM server. On the same machine I run a VirtualBox VM which I restart twice a day. I noticed that every few day one of the restarts of the VM fails. Sometimes the manual restart is successful but some also fail with VM freezing. I noticed that w...
by tommisgr
Thu Oct 01, 2020 4:27 am
Forum: ZoneMinder Hints & Tips
Topic: Netdata stats
Replies: 4
Views: 18888

Re: Netdata stats

Ok Thanks for the info will look into it
by tommisgr
Tue Sep 29, 2020 8:15 am
Forum: ZoneMinder Hints & Tips
Topic: Netdata stats
Replies: 4
Views: 18888

Re: Netdata stats

Does running netdata interfere with zoneminder mysql apache2?

What version to install repository (UBUNTU 18.04=1.9 - 20.04=1.19 or install by script?

Does it tax the CPU?
by tommisgr
Sat Sep 26, 2020 6:33 pm
Forum: Mobile Apps and Event Server
Topic: Improving performance in constant preview scenario
Replies: 3
Views: 5700

Re: Improving performance in constant preview scenario

Use low bandwidth option in zmninja settings.

Every monitor will update every 10 secs or something.
i think there is an option to change that.
by tommisgr
Sat Sep 26, 2020 6:27 pm
Forum: ZoneMinder 1.34.x
Topic: excessive ammounts of mysql activity caused by zoneminder?
Replies: 5
Views: 10894

Re: excessive ammounts of mysql activity caused by zoneminder?

mikb wrote: Tue Sep 22, 2020 3:53 pm
iconnor wrote: Mon Sep 21, 2020 10:44 pm rm -rf /
Somewhat brutal -- some day that joke will backfire when someone tries it ... :)
at least he didnt add sudo infront of it
by tommisgr
Sat Sep 26, 2020 6:11 pm
Forum: ZoneMinder 1.34.x
Topic: Any Email Notification Setting when camera goes down
Replies: 4
Views: 7826

Re: Any Email Notification Setting when camera goes down

Couldnt find a filter for that so I wrote the script.

Was planing on auto setting monitor to none but http call dont work and hadnt had time to look into the API calls
by tommisgr
Sat Sep 26, 2020 6:01 pm
Forum: ZoneMinder 1.34.x
Topic: Any Email Notification Setting when camera goes down
Replies: 4
Views: 7826

Re: Any Email Notification Setting when camera goes down

personaly I wrote a script to do ping test and awk the syslog for error and run it every 20 mins. If a ping fails or an error if found in the syslog an email is sent eg. #!/bin/bash #set IP address monitor1=192.168.1.100 #ping test monitor1_chck=$(ping -c 1 $monitor1 | grep bytes | wc -l) #write tex...
by tommisgr
Fri Sep 04, 2020 3:03 pm
Forum: ZoneMinder 1.34.x
Topic: Lights by night and shadows
Replies: 1
Views: 3911

Re: Lights by night and shadows

You could try to reduse the "Max Alarmed Area" & "Max Filtered Area "pixels to about half the area (or whatever is reasonable to ur case) another tweak is to increase the "Min Pixel Threshold" Any changes need to be retested during the day. Min/Max Pixel Threshold (...