Search found 262 matches
- Fri Apr 09, 2021 12:25 pm
- Forum: Non-ZoneMinder Chat
- Topic: CV binary w/out Zoneminder
- Replies: 0
- Views: 116
CV binary w/out Zoneminder
I don't see a binary that I can pipe video into and get motion detection / computer vision results from. For example, ffmpeg has its libraries (which ZM uses) and it also has the single executable which can do most (if not all) the same functions. OpenCV is only a library from what I can tell. Zonem...
- Thu Apr 01, 2021 12:28 pm
- Forum: ZoneMinder 1.34.x
- Topic: mysql backup/restore questions
- Replies: 2
- Views: 370
Re: mysql backup/restore questions
zmuser is the default account used for Mariadb/mysql. You can always start over, if you have a backup. See: https://wiki.zoneminder.com/MySQL#Recreate_ZM_DB mysql -u root -p -e "drop database zm;" mysql -u root -p -e "create database zm;" mysql -u root -p zm < zmdb.sql mysql -u root -p -e "grant all...
- Thu Apr 01, 2021 12:18 pm
- Forum: ZoneMinder 1.34.x
- Topic: database very large Frames.ibd: 34G Logs.ibd: 584M
- Replies: 1
- Views: 245
Re: database very large Frames.ibd: 34G Logs.ibd: 584M
Did you upgrade from 1.28 or earlier? See https://wiki.zoneminder.com/MySQL#IBData_files_Large Having ibd files too large can be from having the earlier DB format, MyISAM. Starting from 1.32, ZM uses innoDB which should avoid this issue. In ZoneMinder 1.28, I had an issue with the ibdata1 file in /v...
- Thu Apr 01, 2021 12:14 pm
- Forum: ZoneMinder 1.34.x
- Topic: New Install v1.34.23
- Replies: 2
- Views: 317
Re: New Install v1.34.23
Did you set a custom storage area or are you using the default? The default is at /var/cache/zoneminder/events. Do you see videos there? If you set a custom storage area, did you set it up properly? See: https://wiki.zoneminder.com/Using_a_dedicated_Hard_Drive What is not working? You haven't specif...
- Wed Mar 24, 2021 2:17 am
- Forum: ZoneMinder 1.34.x
- Topic: SQL Error Starting ZoneMinder
- Replies: 1
- Views: 513
Re: SQL Error Starting ZoneMinder
... I found that several directories inside /var/log related to ZoneMinder had filled the 120 GB root partition. I deleted all the contents of these log directories and rebooted the server. There's only one directory for buster: /var/log/zm/. Syslog also can fill up. Settings are adjusted in option...
- Mon Mar 22, 2021 4:05 am
- Forum: ZoneMinder Distributions
- Topic: ZoneMinder (1.32.2) on Slackware 15
- Replies: 4
- Views: 1339
Re: ZoneMinder (1.32.2) on Slackware 15
The apache config seems to be missing a bit:
https://www.slackbuilds.org/slackbuilds ... pache.conf
Compare that to Debian 1.34.
https://www.slackbuilds.org/slackbuilds ... pache.conf
Compare that to Debian 1.34.
- Mon Mar 22, 2021 3:58 am
- Forum: Mobile Apps
- Topic: add an extra hard drive in zoneminder
- Replies: 14
- Views: 1121
Re: add an extra hard drive in zoneminder
https://wiki.zoneminder.com/Using_a_ded ... Hard_Drive
Don't forget to make a new filter for purgewhenfull on the storage area.
Don't forget to make a new filter for purgewhenfull on the storage area.
- Sun Mar 21, 2021 4:47 am
- Forum: ZoneMinder 1.34.x
- Topic: [Solved] New Storage issue
- Replies: 3
- Views: 585
Re: New Storage issue
There is no need to create the /zoneminder/events folder. In fact, the paths don't look like that at all in custom storage (with default settings). See what one of my folders (/videos/One_10tb/) looks like: /videos/ ├── One_10tb │ ├── 10 │ │ ├── 2020-11-13 │ │ │ ├── 4263714 │ │ │ │...
- Thu Mar 18, 2021 10:54 pm
- Forum: ZoneMinder 1.34.x
- Topic: Dual Lens Camera
- Replies: 2
- Views: 438
Re: Dual Lens Camera
I checked but the user manual doesn't detail the path... You can view the feed from the cameras webpage right? Usually if you right click the feed to view in a new window it's /mjpg/video.mjpg. What if you right click and open the 2nd feed in a new tab? Also sometimes it will announce a path when it...
- Tue Mar 16, 2021 12:30 pm
- Forum: ZoneMinder 1.34.x
- Topic: More than one view in montage
- Replies: 2
- Views: 212
Re: More than one view in montage
Typically malformed images like this are due to the source settings being wrong in ZM. Probably wrong resolution.
Post camera settings, ZM source settings, and then try the video in ffmpeg or vlc. What do those output for video resolution and details?
Post camera settings, ZM source settings, and then try the video in ffmpeg or vlc. What do those output for video resolution and details?
- Mon Mar 15, 2021 4:57 am
- Forum: ZoneMinder 1.35.x
- Topic: VNC: Error Loading libvncclient shared library not found
- Replies: 1
- Views: 356
Re: VNC: Error Loading libvncclient shared library not found
Also, there is an issue with the DB creation on buster / devuan. It looks like whatever dpkg is doing in zoneminder.postinst is failing. What happens is that the numbers don't show in the web console for day,week,month, etc for a monitor. They do show totals. When I try to run the zm_create.sql I ge...
- Sun Mar 14, 2021 6:19 am
- Forum: ZoneMinder 1.35.x
- Topic: VNC: Error Loading libvncclient shared library not found
- Replies: 1
- Views: 356
VNC: Error Loading libvncclient shared library not found
On debian 10 / devuan 3, in 1.35.20~20210309.53-buster I see the following error for libvncclient shared libraries: 03/12/21 21:57:43.790746 zmc_m2[8088].ERR-zm_libvnc_camera.cpp/26 [Error loading libvncclient: libvncclient.so: cannot open shared object file: No such> 03/12/21 21:57:43.790953 zmc_m2...
- Thu Mar 11, 2021 6:07 am
- Forum: ZoneMinder 1.34.x
- Topic: Error while monitoring Amcrest IP2M-841
- Replies: 16
- Views: 1149
Re: Error while monitoring Amcrest IP2M-841
Does the camera work in ffmpeg or vlc?
- Thu Mar 11, 2021 4:32 am
- Forum: ZoneMinder 1.32.x
- Topic: Install on Shared Hosting?
- Replies: 7
- Views: 1991
Re: Install on Shared Hosting?
... generic VPS, but you have to spec accordingly. .... AKA "not cheap" :D I'm not sure... I haven't done any rough calculations, but It's going to depend upon bandwidth. There are VPS providers with block storage slabs, where you can get 1TB for $5 a month along with a $4 a month VPS. So for about...
- Wed Mar 10, 2021 8:55 pm
- Forum: ZoneMinder 1.32.x
- Topic: Install on Shared Hosting?
- Replies: 7
- Views: 1991
Re: Install on Shared Hosting?
IMHO your going to need hosting that is dedicated to IP cam security. regular web hosting isnt going to cut it. a VPS ( virtual private server ) may work but it isnt going to be cheap. There's no reason you can't use a generic VPS, but you have to spec accordingly. You'll need a VPN, and a big enou...