Search found 337 matches

by snake
Sat Apr 21, 2018 4:13 pm
Forum: ZoneMinder 1.29.x
Topic: How to restart ZM service in response to camera dead?
Replies: 5
Views: 13853

Re: How to restart ZM service in response to camera dead?

I am running version 1.30.0, and there is no zmwatch timeout option that I am able to find. I didn't give enough information, it's the zmdc setting in options. zmwatch is a watchdog script and if you read it, it will use zmdc.pl to restart any cameras that are not responding. The setting is MAX_RES...
by snake
Sun Apr 15, 2018 1:10 am
Forum: ZoneMinder 1.30.x
Topic: IP Camera stops working regularly
Replies: 5
Views: 3265

Re: IP Camera stops working regularly

You mention that restarting brings the camera back... If you are able to change the camera from monitor to none, and ALSO disable it. Then if you change it back to its mode, and enable it, and find it returns, then I have run into a similar problem. I dealt with it here: https://notabug.org/monitor/...
by snake
Sat Mar 17, 2018 4:41 pm
Forum: ZoneMinder 1.25.x
Topic: Can't add monitor, missing mootools
Replies: 4
Views: 28460

Re: Can't add monitor, missing mootools

This occurred again. I reboot the zm server but the error remained.

I deleted the cache and any cookies of the webkit browser (in home folder). I also reboot the client computer. The error disappeared.
by snake
Fri Mar 09, 2018 5:17 am
Forum: Hardware Queries
Topic: Upgrade of 2 independent analog camera groups
Replies: 1
Views: 1689

Re: Upgrade of 2 independent analog camera groups

- is this a sensible approach or is there a better one? - Would this need a dedicated gigabit network or could it be run as a VLAN on the existing factory network? - Can anyone recommend what soft of hardware requirement (cpu/memory/storage) I would need to run Zoneminder on linux with approx 1 wee...
by snake
Fri Feb 23, 2018 1:03 am
Forum: ZoneMinder 1.29.x
Topic: Raspberry pi3 and h264_mmal
Replies: 60
Views: 82163

Re: Raspberry pi3 and h264_mmal

I'm going to be testing this out. I'll write up some how to on it, if I can get it working.
by snake
Fri Feb 16, 2018 3:33 pm
Forum: ZoneMinder 1.30.x
Topic: Triple image / weird video issue
Replies: 3
Views: 2293

Re: Triple image / weird video issue

The Hikvision stream being sent is wrong, my guess. Try tweaking settings on the DVR. Disable motion detection, etc. Never set FPS limits on ZM unless it's local type. I've written up a troubleshooting guide here: https://wiki.zoneminder.com/Finding_Camera_Stream_Paths Which covers some beginner to ...
by snake
Thu Feb 08, 2018 2:04 am
Forum: ZoneMinder 1.30.x
Topic: Triple image / weird video issue
Replies: 3
Views: 2293

Re: Triple image / weird video issue

What is the model of the Hikvision IP video encoder? What configuration settings did you use to connect to it in ZM?
by snake
Fri Feb 02, 2018 5:30 pm
Forum: Hardware Queries
Topic: Dlink DCS-8000LH
Replies: 18
Views: 40239

Re: Dlink DCS-8000LH

Added to wiki.

Thanks
by snake
Fri Feb 02, 2018 4:40 am
Forum: Hardware Queries
Topic: Dlink DCS-8000LH
Replies: 18
Views: 40239

Re: Dlink DCS-8000LH

I made a page for obtaining stream paths on the wiki here:
https://wiki.zoneminder.com/Finding_Camera_Stream_Paths

See in particular the link to the medical device reverse engineering in hardware reading...
by snake
Wed Jan 31, 2018 12:48 am
Forum: ZoneMinder 1.29.x
Topic: socket_sendto error intermittently. Feeds are up
Replies: 3
Views: 2951

Re: socket_sendto error intermittently. Feeds are up

Another option for refreshing is xdotool. I've documented that here:
https://wiki.zoneminder.com/Dedicated_S ... riodically

I use surf (for <6 cameras only), but any browser could be used.

There are some addons for FF, but may require esr, possibly. (52)
by snake
Mon Jan 29, 2018 3:22 am
Forum: User Contributions
Topic: Bash script to manage cameras and zmtrigger
Replies: 2
Views: 3564

Re: Bash script to manage cameras and zmtrigger

Similar to my script I wrote here https://forums.zoneminder.com/viewtopic.php?f=9&t=26909 except I use the API, not zmcntrol.pl. Can you explain how this will reset the cameras? Does this require a specific ZM version, because I don't see any code for --control=reset in /usr/bin/zmcontrol.pl in ...
by snake
Fri Jan 26, 2018 1:17 am
Forum: Website Issues
Topic: Wiki 500 Internal Server Error
Replies: 3
Views: 12196

Re: Wiki 500 Internal Server Error

Seems to be working now. Thanks.
by snake
Sat Jan 20, 2018 4:59 pm
Forum: Website Issues
Topic: Wiki 500 Internal Server Error
Replies: 3
Views: 12196

Re: Wiki 500 Internal Server Error

It looks like only certain pages are affected. I am unable to edit the https://wiki.zoneminder.com/foscam page. I am also unable to edit https://wiki.zoneminder.com/How_to_get_ssmtp_working_with_Zoneminder. Editing my own articles works. I can also edit other pages such as https://wiki.zoneminder.co...
by snake
Sat Jan 20, 2018 4:17 pm
Forum: ZoneMinder 1.30.x
Topic: Switch states on schedule?
Replies: 2
Views: 1810

Re: Switch states on schedule?

See https://wiki.zoneminder.com/Cron for example cron jobs.

You have to run as www-data user to change run states. Also it should be /usr not usr.
by snake
Sat Jan 20, 2018 1:05 am
Forum: ZoneMinder 1.30.x
Topic: Zm 1.3 is loosing one WLAN camera
Replies: 17
Views: 9831

Re: Zm 1.3 is loosing one WLAN camera

Dropouts were still occuring on one install, so I made the following script to disable, then re-enable any cameras that aren't responding to zmwatch.pl:
Disable / Enable Cameras that are not responding script