Page 1 of 1

Problem configuring motion detection areas - zones

Posted: Fri May 27, 2011 10:29 pm
by coinbird
Hello zoneminder community,

after two days of extended troubleshooting the capture car I am up and running with ZM :D

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!

Re: Problem configuring motion detection areas - zones

Posted: Sat May 28, 2011 5:29 am
by Foxxy
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 :)

Re: Problem configuring motion detection areas - zones

Posted: Sat May 28, 2011 10:50 pm
by coinbird
The solution you linked also worked for me! :mrgreen:
Thank you Foxxy for finding and linking it!

I did many searches on site with google, maye should have just browsed it more manualy. :mrgreen:

Re: Problem configuring motion detection areas - zones

Posted: Thu Jun 02, 2011 9:24 pm
by Elringer
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

Re: Problem configuring motion detection areas - zones

Posted: Fri Jun 03, 2011 3:05 am
by cordel
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.

Re: Problem configuring motion detection areas - zones

Posted: Sat Jun 04, 2011 5:20 am
by linuxmugen
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.

Re: Problem configuring motion detection areas - zones

Posted: Sat Jun 04, 2011 9:46 am
by Elringer
Thanks for your reply,

And you have right :

Code: Select all

sudo chmod -R 777 /var/www/zm/images
and

Code: Select all

sudo chmod -R 777 /var/www/zm/events
solve my problem.

Again Thanks