Search found 116 matches

by Sigge
Tue Jan 10, 2017 9:46 pm
Forum: ZoneMinder 1.30.x
Topic: [Solved] Add temperature to image
Replies: 29
Views: 12126

Re: Add temperature to image

Thanks! So I might substitute your weblink with a call to my thermometer binary? You are not using a network socket? It´s been 20 years since I last touched any code. Will have to read up on php. The Perl part, is is complete? Is that what runs as zmtrigger? Or is is it creating a soccet to it? Than...
by Sigge
Tue Jan 10, 2017 9:37 pm
Forum: ZoneMinder 1.30.x
Topic: [Solved] Add temperature to image
Replies: 29
Views: 12126

Re: Add temperature to image

Thanks, I did follow your build of an external trigger. Interesting might try and build one myself. You write a script, which reads the temp from your device, then it should write that data to one of the sockets zmtrigger creates after you enable it. When zmtrigger is started, it creates a network a...
by Sigge
Tue Jan 10, 2017 9:42 am
Forum: ZoneMinder 1.30.x
Topic: [Solved] Add temperature to image
Replies: 29
Views: 12126

Re: Add temperature to image

So I am on the right track thinking a script that takes the temp reading and writes it to a file. Then somehow use the file/device interfaces in zmtrigger? Or could I call the temp binary from within the zmtrigger script?
by Sigge
Mon Jan 09, 2017 4:27 pm
Forum: ZoneMinder 1.30.x
Topic: [Solved] Add temperature to image
Replies: 29
Views: 12126

[Solved] Add temperature to image

I am trying to figure out if it is possible to have the readout from a USB thermometer added to the monitors.

zmtrigger has the ability to add text to the image but I do not want to trigger an alarm.

Is there a way to do this?

Thanks
by Sigge
Tue May 10, 2016 11:16 am
Forum: ZoneMinder 1.29.x
Topic: DVR6116CW-H RTSP only shows a blue image
Replies: 4
Views: 3159

Re: DVR6116CW-H RTSP only shows a blue image

Can you just open the rstp port given in url or is there more ports needed? UDP or TCP? Thanks
by Sigge
Mon May 09, 2016 11:52 am
Forum: ZoneMinder Hints & Tips
Topic: Remote Event Storage
Replies: 4
Views: 11407

Re: Remote Event Storage

I too would like to have the events replicated off site then viewed with ZM interface at that site.

Can this be done with database replication? How to set up ZM interface?

FTP just uploads the video, right?
by Sigge
Tue May 03, 2016 11:25 am
Forum: ZoneMinder 1.29.x
Topic: Ubuntu 16.04 Release with Zoneminder 1.29.0
Replies: 70
Views: 58573

Re: Ubuntu 16.04 Release with Zoneminder 1.29.0

I "purged" all the packages including mysql. Just kept apache2. Then reinstalled them all.

Now it works!

Just have to make my camera work.....
by Sigge
Mon May 02, 2016 2:32 pm
Forum: ZoneMinder 1.29.x
Topic: Ubuntu 16.04 Release with Zoneminder 1.29.0
Replies: 70
Views: 58573

Re: Ubuntu 16.04 Release with Zoneminder 1.29.0

@SteveGilvary: I did all but apachectl -M did not work with apache down. Now: apachectl -M AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message Loaded Modules: core_module (static) s...
by Sigge
Mon May 02, 2016 2:08 pm
Forum: ZoneMinder 1.29.x
Topic: Ubuntu 16.04 Release with Zoneminder 1.29.0
Replies: 70
Views: 58573

Re: Ubuntu 16.04 Release with Zoneminder 1.29.0

Commenting it away makes the apache2 server start.

But localhost/zm is blank.

I created a /var/www/html/info.php conaining:

<?php
phpinfo();
?>

and that is blanc as well.

I think there is some problem with PHP?

Thanks,
by Sigge
Mon May 02, 2016 11:49 am
Forum: ZoneMinder 1.29.x
Topic: Ubuntu 16.04 Release with Zoneminder 1.29.0
Replies: 70
Views: 58573

Re: Ubuntu 16.04 Release with Zoneminder 1.29.0

Thanks but it did not work:

libapache2-mod-php is already the newest version (1:7.0+35ubuntu6).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
by Sigge
Mon May 02, 2016 8:23 am
Forum: ZoneMinder 1.29.x
Topic: Ubuntu 16.04 Release with Zoneminder 1.29.0
Replies: 70
Views: 58573

Re: Ubuntu 16.04 Release with Zoneminder 1.29.0

Hi and thanks for the instructions. I ran in to a lot of trubble from anouther service blocking the install of mysql. Solved that but I am now unable to start apache2. Anyone knows what the problem is? PHP not properly installed? Log: apache2.service - LSB: Apache2 web server Loaded: loaded (/etc/in...