Search found 251 matches

by MJN
Sat Jul 01, 2017 12:04 pm
Forum: Mobile Apps and Event Server
Topic: ZmNinja recently stopped working after android update (Chrome issue)
Replies: 15
Views: 12373

Re: ZmNinja recently stopped working

Do you know how I can enable the php-apcu module?

I tried phpenmod apcu bu to no avail - this could well be the wrong way to do it though. I can also confirm I do have a /etc/php/7.0/apache2/conf.d/20-apcu.ini file (containing extension=apcu.so) which I think means the module would be loaded?
by MJN
Fri Jun 30, 2017 2:44 pm
Forum: Mobile Apps and Event Server
Topic: ZmNinja recently stopped working after android update (Chrome issue)
Replies: 15
Views: 12373

ZmNinja recently stopped working after android update (Chrome issue)

(edited by asker - subject line changed to state its a Chrome issue after update, so people can come here if they face the same problem) Judging by ZmNinja's FAQ I fear this issue may quite rightly be met by the developer with thoughts of 'here we go again!' so I thought I'd post here to share what...
by MJN
Tue Feb 14, 2017 7:03 pm
Forum: Hardware Queries
Topic: Wansview W3 IP Camera
Replies: 15
Views: 18249

Re: Wansview W3 IP Camera

Try these settings (I intend to create a wiki page for the Wansview cameras): Source Type: Remote Remote Protocol: RTSP Remote Method: RTP/RTSP/HTTP Remote Host Name: <username>:<password>@<ipaddress> Remote Host Port: 80 Remote Host Path: /live/ch1 (see camera web page for channel stream numbers an...
by MJN
Tue Feb 14, 2017 6:58 pm
Forum: ZoneMinder 1.29.x
Topic: Apache default configuration - directory listing
Replies: 4
Views: 3659

Re: Apache default configuration - directory listing

I use Basic Authentication (inside HTTPS) to secure the whole ZM tree.
by MJN
Tue Feb 14, 2017 6:50 pm
Forum: ZoneMinder 1.30.x
Topic: [Solved] Add temperature to image
Replies: 29
Views: 12075

Re: Add temperature to image

If I'm not mistaken, I have recently seen mention of a camera that has a built in temp sensor, and can OSD the reading for you. I can't tell you which one, alas. For the sake of the archives, the Wansview K1 is one such camera (also includes humidity) however mine always reads around 1C too high. I...
by MJN
Tue Feb 14, 2017 6:47 pm
Forum: ZoneMinder 1.30.x
Topic: Wansview W2 blurry image/pixelation
Replies: 4
Views: 3646

Re: Wansview W2 blurry image/pixelation

To follow up on my query I applied the patch at the marc.merlins.org site and this enabled me to use a snapshot JPEG type approach. Also got RTSP working. Rather than post the details here for others I'll look at writing a wiki page so it's all in one place.
by MJN
Mon Feb 13, 2017 8:49 pm
Forum: ZoneMinder 1.30.x
Topic: Wansview W2 blurry image/pixelation
Replies: 4
Views: 3646

Re: Wansview W2 blurry image/pixelation

theskunk wrote:For what it's worth, I have a K1 and a K2, which are both working perfectly.
Might you able to share your settings for the K1? I've just bought one today and whilst all is working well with the Wansview app and Firefox I'm struggling with integrating with ZM...
by MJN
Tue May 24, 2016 9:54 pm
Forum: ZoneMinder 1.29.x
Topic: Ubuntu 16.04 Release with Zoneminder 1.29.0
Replies: 70
Views: 57991

Re: Ubuntu 16.04 Release with Zoneminder 1.29.0

It looks like permissions issue - check that /tmp/zm is owned by www-data.
by MJN
Tue May 24, 2016 6:21 pm
Forum: ZoneMinder 1.29.x
Topic: Ubuntu 16.04 Release with Zoneminder 1.29.0
Replies: 70
Views: 57991

Re: Ubuntu 16.04 Release with Zoneminder 1.29.0

You can install it with:

Code: Select all

apt install libapache2-mod-php7.0
by MJN
Tue May 24, 2016 5:44 pm
Forum: ZoneMinder 1.29.x
Topic: Ubuntu 16.04 Release with Zoneminder 1.29.0
Replies: 70
Views: 57991

Re: Ubuntu 16.04 Release with Zoneminder 1.29.0

May 24 20:05:02 dvr apache2[567]: Invalid command 'php_flag', perhaps misspelled or defined by a module not included in the server configuration
Is the PHP Apache module loaded?

Code: Select all

$ a2query -m php7.0
php7.0 (enabled by unknown)
If not, enable it with:

Code: Select all

a2enmod php7.0
by MJN
Tue May 24, 2016 1:39 pm
Forum: ZoneMinder 1.29.x
Topic: Ubuntu 16.04 Release with Zoneminder 1.29.0
Replies: 70
Views: 57991

Re: Ubuntu 16.04 Release with Zoneminder 1.29.0

Apologies I didn't spot that it was the MySQL root user. Disregard my suggestion! (or simplify the root password if acceptable from a security perspective).
by MJN
Tue May 24, 2016 9:04 am
Forum: ZoneMinder 1.29.x
Topic: Ubuntu 16.04 Release with Zoneminder 1.29.0
Replies: 70
Views: 57991

Re: Ubuntu 16.04 Release with Zoneminder 1.29.0

You could always change the password ('zmpass') to something that satisfies the minimum requirements listed. You will have to make sure it is reflected in /etc/zm.conf too.
by MJN
Mon May 02, 2016 2:43 pm
Forum: ZoneMinder 1.29.x
Topic: Ubuntu 16.04 Release with Zoneminder 1.29.0
Replies: 70
Views: 57991

Re: Ubuntu 16.04 Release with Zoneminder 1.29.0

Did you enable it?
by MJN
Mon May 02, 2016 12:31 pm
Forum: ZoneMinder 1.29.x
Topic: Ubuntu 16.04 Release with Zoneminder 1.29.0
Replies: 70
Views: 57991

Re: Ubuntu 16.04 Release with Zoneminder 1.29.0

You might need to enable it:

Code: Select all

sudo a2enmod php

(Might need to check the 'php' descriptor - I'm not at my machine right now to check the exact name)
by MJN
Sat Apr 30, 2016 12:04 pm
Forum: ZoneMinder 1.29.x
Topic: Ubuntu 16.04 Release with Zoneminder 1.29.0
Replies: 70
Views: 57991

Re: Ubuntu 16.04 Release with Zoneminder 1.29.0

You can get rid of the [mysql] section as it is invalid. You also haven't followed the instructions about which file to edit.

(And the topic should remain open to others - it wasn't created just for you!)