I have searched the site and found several answers to the problem where when using ZM 1.24.4 with Ubuntu 11.04, there is only one motion detection zone. Found the solutions, but because I am very lacking in linux, I can't seem to make the changes.
I found the file that requires changing "functions.php" , made the suggested changes, but when I go to save it, it says I do not have the permissions to make such changes - however, I'm logged in as the root user.
Any help would really be appreciated!
Also, had issues with detection of bttv card monitors and found the answer on this site which was : sudo chmod 777 /dev/video0, then changed settings on camera and it worked!
Motion Detection Zones not present
Motion Detection Zones not present
Thanks for all the Help.
New to Linux
New to Linux
Re: Motion Detection Zones not present
still no answers on the SUBJECT of motion detection zones broken.
Also, the sudo chmod 777 /dev/video0 worked temprarily. If I restart computer, monitors are broken again until I run the sudo chmod 777 /dev/video0 again
Any help on this would be greatlty appreciated.
Also, the sudo chmod 777 /dev/video0 worked temprarily. If I restart computer, monitors are broken again until I run the sudo chmod 777 /dev/video0 again
Any help on this would be greatlty appreciated.
Thanks for all the Help.
New to Linux
New to Linux
Re: Motion Detection Zones not present (RESOLVED)
Funny. Some things never change. After several days of reading numerous threads, found the answer, and was actually assisted by s a couple through PM.
http://www.zoneminder.com/forums/viewto ... e+in+ZM%3F
Thanks neighbors. WAABOATCI
http://www.zoneminder.com/forums/viewto ... e+in+ZM%3F
Thanks neighbors. WAABOATCI
Thanks for all the Help.
New to Linux
New to Linux
-
- Posts: 678
- Joined: Wed Dec 16, 2009 4:32 pm
- Location: Israel
Re: Motion Detection Zones not present
Hi, add the apache user to the video group, like this:snake61 wrote:still no answers on the SUBJECT of motion detection zones broken.
Also, the sudo chmod 777 /dev/video0 worked temprarily. If I restart computer, monitors are broken again until I run the sudo chmod 777 /dev/video0 again
Any help on this would be greatlty appreciated.
Code: Select all
gpasswd -a apache video
Code: Select all
gpasswd -a www-data video
Kfir Itzhak.