Search found 2934 matches

by bbunge
Mon Oct 31, 2022 1:00 am
Forum: ZoneMinder 1.36.x
Topic: pi4 bullseye 1.36 arm64
Replies: 8
Views: 4817

Re: pi4 bullseye 1.36 arm64

Not sure what you are using for install instructions. There is a shell script in the ZM WIKI that should work for Debian 11 regardless of the hardware (AMD64, armhf and arm64).
by bbunge
Sun Oct 23, 2022 12:56 pm
Forum: ZoneMinder 1.36.x
Topic: Strange error after upgrading to 1.36.31
Replies: 6
Views: 731

Re: Strange error after upgrading to 1.36.31

Hmm... I created that script a couple day ago and had no issues with it on my test server. Bullseye should not have the PHP version that broke the code as reported by the developer. I'll dig into my test server a bit to see if t works or not. Edit: All is well on my test server with Bullseye and ZM ...
by bbunge
Sat Oct 22, 2022 11:31 pm
Forum: ZoneMinder 1.36.x
Topic: Strange error after upgrading to 1.36.31
Replies: 6
Views: 731

Re: Strange error after upgrading to 1.36.31

Per chance did you upgrade the PHP as well?
If not what flavor of Linux and version are you using?
by bbunge
Tue Oct 18, 2022 2:55 pm
Forum: ZoneMinder 1.36.x
Topic: Very high disc write from MySQL destroying SSD.
Replies: 20
Views: 5783

Re: Very high disc write from MySQL destroying SSD.

Use Mariadb instead of MySQL. Don't run a production zoneminder on a VM. Don't record jpegs if possible. Video with camera pass through should use fewer database writes. And you Samsung SSD should last you a long time. I ran a Kingston SSD on a 16 cam system, for OS and database, for a couple of yea...
by bbunge
Sun Oct 16, 2022 11:13 pm
Forum: ZoneMinder 1.36.x
Topic: Reason for not disabling frames and analysis images?
Replies: 2
Views: 664

Re: Reason for not disabling frames and analysis images?

There is no good reason if your cam supports video.

With that said I have an old Foscam that I'm using that works better saving jpeg's at the low frame rate (5 FPS) I have set.
by bbunge
Sat Oct 15, 2022 1:05 am
Forum: ZoneMinder 1.36.x
Topic: Trouble viewing recorded events on v. 1.36.12
Replies: 2
Views: 443

Re: Trouble viewing recorded events on v. 1.36.12

Linux distro and version, please.Also what instructions did you use to install and why are you on an older version? 1.36.29 is current.
by bbunge
Thu Oct 13, 2022 7:36 pm
Forum: ZoneMinder 1.36.x
Topic: Camera resolution issue Ubuntu 22.04
Replies: 3
Views: 1058

Re: Camera resolution issue Ubuntu 22.04

You should be able to set the resolution at the camera, use an Amcrest preset resolution, and use ONVIF to set up Zoneminder. 1080p is usually more than enough for a security cam. Also set the frame rate to 10 and the frame interval to 10. Also use Camera Pass Through in Zoneminder.
by bbunge
Sun Oct 09, 2022 7:16 pm
Forum: ZoneMinder 1.36.x
Topic: Continuous recording help
Replies: 1
Views: 1277

Re: Continuous recording help

First, there is a bug in 1.36.27 that messes up the log. There is a fix in the works but it could take a few days for it to make it to the Debian zmrepo. There is a 1.36.28 for Ubuntu that can be fixed with a file from the Github master for Zoneminder. Discussion elsewhere in this forum. Recording l...
by bbunge
Fri Oct 07, 2022 1:19 pm
Forum: ZoneMinder 1.36.x
Topic: Get latest Frame (jpg) from camera?
Replies: 9
Views: 1739

Re: Get latest Frame (jpg) from camera?

How about video instead? Set up a basic user with view only permission. I use user with a password of user. I also set up a low res cam with monitor function. Here is the code to put into an html file: <html> <meta http-equiv="refresh" content="300"> <body> <img src="https:/...
by bbunge
Mon Sep 26, 2022 12:38 pm
Forum: ZoneMinder 1.36.x
Topic: You do not have permissions to access this resource.
Replies: 7
Views: 1250

Re: You do not have permissions to access this resource.

If you had a good password set in Ubuntu it is unlikely the OS was hacked. Make sure you change the ZM admin password and insure you had a password set in MySQL or Mariadb, whichever you use. Also set another user in ZM with admin authority.
by bbunge
Sun Sep 25, 2022 5:46 pm
Forum: ZoneMinder 1.36.x
Topic: Stopped working after update
Replies: 10
Views: 3777

Re: Stopped working after update

What OS and version?
by bbunge
Sun Sep 25, 2022 5:42 pm
Forum: ZoneMinder 1.36.x
Topic: You do not have permissions to access this resource.
Replies: 7
Views: 1250

Re: You do not have permissions to access this resource.

By any chance is the server exposed to the internet? If so it is possible you were hacked. Might be better off to wipe the server and start over.

However: viewtopic.php?t=22440
by bbunge
Sat Sep 24, 2022 11:21 pm
Forum: ZoneMinder 1.36.x
Topic: You do not have permissions to access this resource.
Replies: 7
Views: 1250

Re: You do not have permissions to access this resource.

Hi, The message box continues with "Please contact your adminstrator for details." I have tried talking to myself but I do not seem very knowledgeable. Ububtu 20.04 Zoneminder 1.36.26 I am signed in as admin* Username Language Enabled Stream Events Control Monitors Groups Snapshots System...
by bbunge
Sat Sep 24, 2022 12:01 am
Forum: ZoneMinder 1.36.x
Topic: Zoneminder 1.36.26 No Picture show
Replies: 2
Views: 663

Re: Zoneminder 1.36.26 No Picture show

I have not been able to find much on this camera. It is likely it will work with RTSP and camera pass through but finding the stream parameters is the trick. You also need to match the video resolution exactly to the camera stream. One trick I use is to get the cam to stream in VLC then use the stre...