Search found 702 matches

by mikb
Wed Sep 06, 2017 5:03 pm
Forum: ZoneMinder 1.30.x
Topic: Signal loss causes blue screen that requires camera reset
Replies: 44
Views: 28083

Re: Signal loss causes blue screen that requires camera reset

I think the "remotely bounce a port" comment only really applies if you are powering the cameras directly from a proper Power-over-Ethernet capable hub/switch. Which you've indicated you're not ... Some PoE capable switches can be instructed to turn the power off and back on, on a per port basis ...
by mikb
Mon Aug 28, 2017 5:01 pm
Forum: ZoneMinder 1.30.x
Topic: Camera wil not reconnect after signal lost
Replies: 2
Views: 2456

Re: Camera wil not reconnect after signal lost

ZM does try and reconnect -- so the question is -- what do your Zoneminder logs say is happening after the "signal loss" has happened? Also, are these USB connected (web) cameras, Network connected (IP cameras), wired, wireless? ZM is very chatty about what it thinks is going on .... :) Then you ...
by mikb
Sat Aug 26, 2017 5:49 pm
Forum: ZoneMinder 1.29.x
Topic: Cron scheduling question
Replies: 7
Views: 7398

Re: Cron scheduling question

Slackware: "Our crontab format is roughly similar to that used by vixiecron. " :) So the "roughly similar" is probably where all this diverges. I don't have an /etc/crontab (although there are /etc/cron.d - empty, and /etc/cron.[hourly/daily/monthly/weekly] which just contain scripts to directly ...
by mikb
Fri Aug 25, 2017 5:51 pm
Forum: ZoneMinder 1.29.x
Topic: Cron scheduling question
Replies: 7
Views: 7398

Re: Cron scheduling question

On my Slackware systems, no crontab entries have a user field. Try "man crontab" on your system and read what it says about the fields -- I've just skimmed mine and see nothing about handing off to other users, the crontab file called "root" runs the rooty things, a crontab file called "myuser ...
by mikb
Mon Aug 21, 2017 4:42 pm
Forum: Website Issues
Topic: Report link does not work
Replies: 6
Views: 18233

Re: Report link does not work

Don't worry, I wasn't going to complete the report :)

I just thought it might help to know what the error message was, beyond a basic "It doesn't work!"
by mikb
Thu Aug 17, 2017 4:44 pm
Forum: Website Issues
Topic: Report link does not work
Replies: 6
Views: 18233

Re: Report link does not work

I tried to report you :)

Hitting "!" gives an immediate "404 not found" for "app.php/post/101874/report"
by mikb
Sun Aug 06, 2017 8:18 pm
Forum: ZoneMinder 1.30.x
Topic: Problem with improper shutdown
Replies: 3
Views: 2428

Re: Problem with improper shutdown

Please don't pull the plug on your rasp-pi, you may well permanently/semi-permanently trash the SD card, leading to all sorts of unreliability and ultimately, death :(
by mikb
Mon Jul 31, 2017 4:49 pm
Forum: ZoneMinder 1.30.x
Topic: Error parsing date/time - Filter issues
Replies: 7
Views: 4352

Re: Error parsing date/time - Filter issues

Try "Date/Time" "Less than" "21 days ago" (older than 21 days) ?
by mikb
Fri Jun 23, 2017 5:18 pm
Forum: Non-ZoneMinder Chat
Topic: POE Injector Block Install
Replies: 3
Views: 6065

Re: POE Injector Block Install

Mostly it provides power over ethernet, and it switches packets ...
by mikb
Fri Jun 23, 2017 5:16 pm
Forum: Non-ZoneMinder Chat
Topic: Automatic reboot, crypted drive
Replies: 3
Views: 5366

Re: Automatic reboot, crypted drive

Your question is unclear, but the answer is probably "yes".
by mikb
Fri Jun 23, 2017 5:15 pm
Forum: ZoneMinder 1.30.x
Topic: Options and Cropping Video
Replies: 1
Views: 1882

Re: Options and Cropping Video

FFMPEG_OPTIONS: I think it's only applicable to the final files when you "create video from event", so you won't see this until you start archiving out videos.
Maybe there [is/should be] a second FFMPEG options line for FFMPEG "on the way in", for this kind of usage case :)
by mikb
Mon May 29, 2017 5:00 pm
Forum: Non-ZoneMinder Chat
Topic: HIKVision dome IR LED reflections
Replies: 2
Views: 4658

Re: HIKVision dome IR LED reflections

Camera sounds "broken by design" ... if it's the type with 20-30 IR leds inside the same dome as the camera, surrounding the camera, that's a LOT of IR light heading out, and only a tiny fraction needs to bounce off the inside of the dome and get back into the camera for it to dazzle it. Same ...
by mikb
Tue May 16, 2017 6:02 pm
Forum: ZoneMinder 1.30.x
Topic: Zoneminder monitor went from working to blue screen; changing from hostname to IP fixed issue. Why?
Replies: 5
Views: 3137

Re: Zoneminder monitor went from working to blue screen; changing from hostname to IP fixed issue. Why?

This is indeed a networking issue, it sounds like the IP address changed, so ZM was looking at where the camera *was* ... I second the idea of keeping things static-IP wherever possible, to avoid surprises like this. Now, shifting the blame back to Zoneminder ;) How often does Zoneminder "look up ...
by mikb
Mon May 01, 2017 5:37 pm
Forum: ZoneMinder 1.30.x
Topic: Filters not deleting events
Replies: 6
Views: 5509

Re: Filters not deleting events

Your syntax looks ok I use "Date" "Less Than" "7 days ago" for purging when old. It means "older than 7 days", even though "less than 7 days" in *English* means everything within the last week :) It's a mathematical less-than, so a date which is smaller than "7 days ago", with date "0" being way in ...
by mikb
Fri Mar 17, 2017 6:44 pm
Forum: ZoneMinder 1.30.x
Topic: Webcam on separate machine
Replies: 8
Views: 6019

Re: Webcam on separate machine

- Remote Hostname: <the internal ip address of the machine with the webcam> - Remote Host Port: 8081 - Remote Host Path: http://<internal ip>:8081 Your settings feel redundant. Maybe that's why it doesn't work in ZoneMinder. Mine is, simply :- Remote Hostname: cam01 Remote Host Port:80 Remote Host ...