Search found 1173 matches

by rockedge
Mon Nov 09, 2015 4:37 am
Forum: ZoneMinder 1.28.x
Topic: Event export generation incorrect paths
Replies: 4
Views: 1657

Re: Event export generation incorrect paths

I made the changes....export works perfectly now. Thanks again.
by rockedge
Sun Nov 08, 2015 6:50 pm
Forum: ZoneMinder 1.28.x
Topic: Event export generation incorrect paths
Replies: 4
Views: 1657

Re: Event export generation incorrect paths

Thanks for the reply. I know the fix is in the master. And by altering the error_reporting in my set up the event export in version 1.28.107 is working well. It is only in my 1.28.1 install that export is always generating a path like USE_DEEP_STORAGE is not set. Can I add the fix to existing 1.28.1...
by rockedge
Fri Nov 06, 2015 1:23 pm
Forum: ZoneMinder 1.28.x
Topic: Event export generation incorrect paths
Replies: 4
Views: 1657

Event export generation incorrect paths

I posted earlier that almost every install of 1.28.1 the export function works but the paths are incorrectly generated.

Again, does anyone any one at all have a reason why it makes bad paths or a clue to what I might have done wrong in the setup.

help as always is greatly appreciated.
by rockedge
Thu Nov 05, 2015 5:50 pm
Forum: ZoneMinder 1.28.x
Topic: ZoneMinder running on a Hiawatha Server
Replies: 4
Views: 2648

Re: ZoneMinder running on a Hiawatha Server

I can help you set up the proper config. in the virtual host you will need to specify the path and port you want.
the Hiawatha Server is well documented and the writer will answer a question on the forum almost immediately.
start here: https://www.hiawatha-webserver.org/howto
by rockedge
Thu Nov 05, 2015 5:44 pm
Forum: ZoneMinder 1.28.x
Topic: ZoneMinder running on a Hiawatha Server
Replies: 4
Views: 2648

Re: ZoneMinder running on a Hiawatha Server

Yes you can run either Apache or Hiawatha without changing the default setup. Check which user your Apache and zoneminder are running on. Usually www-data ,daemon or webuser are used. ZoneMinder from a package probably runs as www-data. Make sure in the hiawatha.conf , set the ServerId = to the same...
by rockedge
Wed Nov 04, 2015 4:22 pm
Forum: ZoneMinder 1.28.x
Topic: ZoneMinder running on a Hiawatha Server
Replies: 4
Views: 2648

ZoneMinder running on a Hiawatha Server

I have ZoneMinder running well using a Hiawatha Server. I installed the latest XAMPP installed Hiawatha v9.15. Then only start the MySQL server and the Hiawatha server instead of the Apache.I built ZoneMinder from source for Apache using cmake -DZM_WEB_USER=daemon -DZM_WEB_GROUP=daemon -DZM_WEBDIR=/...
by rockedge
Tue Nov 03, 2015 4:26 pm
Forum: ZoneMinder 1.28.x
Topic: (Temp Fix)Event export generation never finishes
Replies: 2
Views: 1592

(TEMP FIX) Event export generation never finishes

Temporary fix I found is to make a change to error_reporting in /zm/index.php line 21: error_reporting ( E_ALL ); to error_reporting ( E_COMPILE|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR ); suddenly export worked perfectly. Could it be the undefined index error that zoneminder 1.28.107 throws from th...
by rockedge
Tue Nov 03, 2015 2:24 pm
Forum: ZoneMinder 1.28.x
Topic: ZoneMinder Documentation
Replies: 5
Views: 2518

Re: ZoneMinder Documentation

I agree with West Slope. These Docs are professional and just make it easier to track down the needed and up-to-date information. Well done. I appreciate the hard work and discipline to put this together, Thank you from Connecticut
by rockedge
Tue Nov 03, 2015 1:09 pm
Forum: ZoneMinder 1.28.x
Topic: Whats wrong with my filter?
Replies: 2
Views: 1804

Re: Whats wrong with my filter?

My filter worked better like this:
Time greater than

7 Day
My filter which is exactly like the one posted originally did not work for me on all my zoneminder installs. So tried the above and it worked like a charm.

Seems the s suffix doesn't matter so Days or Day should work the same.
by rockedge
Tue Nov 03, 2015 12:48 pm
Forum: ZoneMinder 1.28.x
Topic: HOOTOO HT-IP008HDP PTZ Config
Replies: 8
Views: 4904

Re: HOOTOO HT-IP008HDP PTZ Config

definitely getting there. Is the port the camera is running on correct? Do you have a live video stream? Here is what I did in the Control config -> Control tab: Controllable = checked Control Type = IPCAM Control Device = Control Address = admin:admin@192.168.0.15:81 (use your camera's IP and port)...
by rockedge
Tue Nov 03, 2015 12:23 am
Forum: ZoneMinder 1.28.x
Topic: HOOTOO HT-IP008HDP PTZ Config
Replies: 8
Views: 4904

Re: HOOTOO HT-IP008HDP PTZ Config

I have gone through these errors also. It is a good sign, I think your close with this script. The error is your not connecting to the camera.....probably authority issue. I need to look back to see exactly what I did to fix it. Is the Control tab properly configured for the camera? I had to leave C...
by rockedge
Mon Nov 02, 2015 5:03 pm
Forum: ZoneMinder 1.28.x
Topic: (Temp Fix)Event export generation never finishes
Replies: 2
Views: 1592

(Temp Fix)Event export generation never finishes

OS : Puppy Linux Tahr 6.0.3 ZM : 1.28.1 and 1.28.107 built from source PHP: Version 5.6.12 temp directory is in /zm/temp I have troubles exporting events. 2 different errors by 2 slightly different versions of ZoneMinder. In 1.28.1 export generation is successful and download link appear. After down...
by rockedge
Mon Nov 02, 2015 4:37 pm
Forum: ZoneMinder 1.28.x
Topic: HOOTOO HT-IP008HDP PTZ Config
Replies: 8
Views: 4904

Re: HOOTOO HT-IP008HDP PTZ Config

Hello. I found this code researching getting PTZ controls to work through zoneminder. It has worked on several Foscam clones most recently a Storage Options camera. Is your HooToo a foscam clone? Installed in /usr/share/perl5/ZoneMinder/Control/IPCAM.pm # ============================================...
by rockedge
Wed Oct 28, 2015 1:13 am
Forum: ZoneMinder 1.28.x
Topic: Modect fails to pick up activity while in IR during night
Replies: 5
Views: 3185

Re: Modect fails to pick up activity while in IR during nigh

Perhaps use a X10 motion sensor that signals a CM19a USB transceiver with a python driver that can be queried every second via a script that uses zmTrigger.pl to start and stop the recording on the specified camera. I use the set up with great success for small animal detection at night to record wi...
by rockedge
Wed Oct 28, 2015 12:44 am
Forum: ZoneMinder 1.28.x
Topic: Undefined index: object in /zm/includes/actions.php
Replies: 2
Views: 1475

Re: Undefined index: object in /zm/includes/actions.php

Thank you for the info!

I see it in the logs and have wondered what the Server options will do since I see it is not finished yet. Otherwise ZoneMinder is running Green.