Hello zoneminder community,
after two days of extended troubleshooting the capture car I am up and running with ZM
The bottom line is: I can't configure any zones
I can't click on the preview image on the right to draw a zone like in the tutorial "How to setup motion detection" in the wiki.
I've googled for this issue all over the forum and wiki but to no avail so decided to post here.
system:
Ubuntu 11.04
Zoneminder 1.24.2
1 camera
1 TV card 878A based
I've made two screen shoots and attached them to the post, if you need and other info let me know and I will post it.
Image preview is blank because it was dark outside when I took the it.
Please help.
Thank you!
Problem configuring motion detection areas - zones
Problem configuring motion detection areas - zones
- Attachments
-
- Zones2.jpg (233.99 KiB) Viewed 4445 times
-
- Zones1.jpg (166.95 KiB) Viewed 4445 times
Re: Problem configuring motion detection areas - zones
I have the exact same issue.
EDIT
****
Refer to http://www.zoneminder.com/forums/viewto ... 21&t=17586 for the solution. Zones can now be configured.
Always pays to search the Forums before posting
EDIT
****
Refer to http://www.zoneminder.com/forums/viewto ... 21&t=17586 for the solution. Zones can now be configured.
Always pays to search the Forums before posting
Re: Problem configuring motion detection areas - zones
The solution you linked also worked for me!
Thank you Foxxy for finding and linking it!
I did many searches on site with google, maye should have just browsed it more manualy.
Thank you Foxxy for finding and linking it!
I did many searches on site with google, maye should have just browsed it more manualy.
Re: Problem configuring motion detection areas - zones
I have my too a little problem and the solution above doesn't work.
The picture in Attachments for explain : I have no image en zones selection
Zoneminder : v1.24.2
mootools : 1.31
The camera work perfectly, there is just in zone section that i can see picture.
is someone have an idea ??
Thanks
The picture in Attachments for explain : I have no image en zones selection
Zoneminder : v1.24.2
mootools : 1.31
The camera work perfectly, there is just in zone section that i can see picture.
is someone have an idea ??
Thanks
- Attachments
-
- No image
- ZM3.jpeg (36.05 KiB) Viewed 4376 times
-
- ZM2.jpeg (92.46 KiB) Viewed 4376 times
-
- ZM1.jpeg (80.48 KiB) Viewed 4376 times
Re: Problem configuring motion detection areas - zones
Check your apache error log after bringing up the zone config window and it will give you a clue more specifically as to what is wrong.
I'd guess that either you have the images folder improperly configured in options, or a permissions problem with that folder.
I'd guess that either you have the images folder improperly configured in options, or a permissions problem with that folder.
-
- Posts: 1
- Joined: Sat Jun 04, 2011 5:16 am
Re: Problem configuring motion detection areas - zones
Here what I found on how to fix the no-image issue.
You have to change the image folder ownership.
chown www-data.www-data /var/cache/zoneminder/images/
That should fixed it.
You have to change the image folder ownership.
chown www-data.www-data /var/cache/zoneminder/images/
That should fixed it.
Re: Problem configuring motion detection areas - zones
Thanks for your reply,
And you have right : and solve my problem.
Again Thanks
And you have right :
Code: Select all
sudo chmod -R 777 /var/www/zm/images
Code: Select all
sudo chmod -R 777 /var/www/zm/events
Again Thanks