Search found 12 matches
- Sun Mar 01, 2015 6:31 pm
- Forum: ZoneMinder 1.28.x
- Topic: New install on new machine, copy setup from 1.24.2 to 1.28.1
- Replies: 7
- Views: 3161
Re: New install on new machine, copy setup from 1.24.2 to 1.
On old machine mysqldump -p zm > zm.sql enter the root mysql password copy the zm.sql onto the new machine On the new machine mysqladmdin -p create zm enter root mysql password mysql -p zm < zm.sql enter root mysql password If all goes well you now have the new machine with your old setup but, the 1 ...
- Sat Feb 28, 2015 12:16 am
- Forum: ZoneMinder 1.28.x
- Topic: What OPTIONS_FFMPEG are supported by libav/ffmpeg?
- Replies: 3
- Views: 7250
What OPTIONS_FFMPEG are supported by libav/ffmpeg?
It seems the only option that I can get to work is loglevel=debug or at least nothing I have tried can make any obvious difference in the image output of the camera. The test camera is running ffmpeg rtsp/unicast I have tried scaling, sharpen, blur etc. The option being set is logged in debug but ...
- Sat Feb 28, 2015 12:12 am
- Forum: ZoneMinder 1.28.x
- Topic: Add Events Hard Drive
- Replies: 2
- Views: 1704
Re: Add Events Hard Drive
I mount mine to a spot where it can include the temp, images and the events directory that way all the images created by the thumbnail views are created on that drive as well. I mount mine on /var/event and symlink everything back to the directory tree on the new hard drive which contains events and ...
- Tue Sep 10, 2013 10:04 pm
- Forum: ZoneMinder 1.26.x
- Topic: Upgrade from 1.25.0 - Did not succeed - Still better!
- Replies: 0
- Views: 2140
Upgrade from 1.25.0 - Did not succeed - Still better!
I ugraded from version 1.25.0 built from source, the process did not go well. I had to delete the database and all files from 1.25.0. Reinstall 1.26.2, re-enter all my cameras etc. AMD Phenom(tm) II X4 970 - Ubuntu 11.10 x64 Linux zm 3.0.0-12-server #20-Ubuntu SMP Fri Oct 7 16:36:30 UTC 2011 x86_64 ...
- Wed Oct 17, 2012 10:29 pm
- Forum: ZoneMinder 1.25.x
- Topic: [solved] Zoneminder no longer streams in single camera view
- Replies: 0
- Views: 1069
[solved] Zoneminder no longer streams in single camera view
Some how I toggled the option "Is the (optional) cambozola java streaming client installed " IE was getting mode=single. Dumb :oops: I can no longer stream in single camera view. (when you clink on the name of a camera) This only occurs in IE10. It will stream in firefox it will not stream in chrome ...
- Sun Apr 29, 2012 3:49 pm
- Forum: ZoneMinder 1.25.x
- Topic: a week with zm need usb webcam help
- Replies: 2
- Views: 2091
Re: a week with zm need usb webcam help
I use 2 usb HD auto focus webcams with ZM 1.25 as well as 5 ip cameras. I use mjpg-streamer to connect to the USB cameras and connect ZM as if it is a remote IP camera. This works reasonably well but USB runs out of bandwidth very easily. Look through the ZM Wiki and faq. http://www.zoneminder.com ...
- Sat Apr 21, 2012 9:40 pm
- Forum: ZoneMinder 1.25.x
- Topic: Save snapshot at intervals [SOLVED]
- Replies: 0
- Views: 1313
Save snapshot at intervals [SOLVED]
Use cron and wget. /path/to/wget -O snap.jpg "http://<IP>/<zm path>/cgi-bin/nph-zms?mode=single&monitor=<monitor-id-number>&scale=100&user=<user>&pass=<pass>" Probably could go in the FAQ from my google search results as well as forum searching....... Is there a way to save snapshot jpg files at ...
- Tue Apr 17, 2012 1:56 pm
- Forum: ZoneMinder 1.25.x
- Topic: MODETECT only during hours x-x?[Solved]
- Replies: 1
- Views: 1442
- Mon Apr 16, 2012 8:44 pm
- Forum: ZoneMinder 1.25.x
- Topic: MODETECT only during hours x-x?[Solved]
- Replies: 1
- Views: 1442
MODETECT only during hours x-x?[Solved]
Is there any way to set modetect during certain time frames and turn it off for others? Even a simple cron job to twiddle the database would be OK. If the DB is touched to disable record on a camera what process needs to be told that the database has been changed?
Thank you,
Jerry Allen
Thank you,
Jerry Allen
- Sun Apr 15, 2012 7:23 pm
- Forum: ZoneMinder 1.25.x
- Topic: ffmpeg source camera sharpen
- Replies: 3
- Views: 3792
Re: ffmpeg source camera sharpen
Solved for you.
Really cleans up the created video from an event.
Add this to the output entry in ffmpeg options;
-r 25 -vf "unsharp=l:7:7:5" -ab 64k -b 5000k
Jerry
Really cleans up the created video from an event.
Add this to the output entry in ffmpeg options;
-r 25 -vf "unsharp=l:7:7:5" -ab 64k -b 5000k
Jerry
- Wed Apr 11, 2012 1:51 pm
- Forum: ZoneMinder 1.25.x
- Topic: ffmpeg source camera sharpen
- Replies: 3
- Views: 3792
Re: ffmpeg source camera sharpen
Tried unsharp=7:7:2.5 before posting. This seems to only effect the image input for creating avi/mpeg etc from events and does not work at first glance. The cameras still work so it is not effecting the connection to the camera only the creation of video from events. This option fails with; Unable ...
- Tue Apr 10, 2012 2:37 pm
- Forum: ZoneMinder 1.25.x
- Topic: ffmpeg source camera sharpen
- Replies: 3
- Views: 3792
ffmpeg source camera sharpen
Is there a way to apply the ffmpeg unsharp filter on input to sharpen the incoming frames from an ffmpeg sourced h264 camera?
Thanks,
Jerry Allen
Thanks,
Jerry Allen