Search found 3 matches
- Mon Jul 17, 2017 3:20 pm
- Forum: ZoneMinder Hints & Tips
- Topic: Script to convert all events to daily videos
- Replies: 24
- Views: 70959
Re: Script to convert all events to daily videos
#!/bin/bash ## to run the script ## location of the converter file ZM_MKVID=/DIRECTORY/zm_converter.py ZM_MONITORS_1='Dog_cam-1' ## location of the zoneminder event files ZM_EVENTS_DIR=/var/lib/zoneminder/events ## using date as a name of log files ## sample "NOW_STRING=$( date +"DATE %b %d, %Y ...
- Sun May 21, 2017 5:34 pm
- Forum: ZoneMinder Hints & Tips
- Topic: Script to convert all events to daily videos
- Replies: 24
- Views: 70959
Re: Script to convert all events to daily videos
hello ConcreteRooster
is there a way to change the date format ? i tried changing them with success
date_format='%b%d%Y-%H:%M:%S'
i wanted to write the video in this format
XXXX.from.May.20.2017-Time.10.27.00-to. May.21.2017-Time.10.27.00
is there a way to change the date format ? i tried changing them with success
date_format='%b%d%Y-%H:%M:%S'
i wanted to write the video in this format
XXXX.from.May.20.2017-Time.10.27.00-to. May.21.2017-Time.10.27.00
- Wed Sep 28, 2016 11:26 pm
- Forum: ZoneMinder 1.30.x
- Topic: Montage not displaying anything
- Replies: 11
- Views: 8125
Re: Montage not displaying anything
On a related point. I have just installed Zoneminder 1.30 on Ubuntu 14.04 and am trying in vain to get 2 x 4MP Longse (Herospeed) cameras to work. I can connect to both cameras from Internet Explorer and all view the picture with no issues. When I try to configure Zoneminder using the Onvif ...