Problem configuring motion detection areas - zones

Forum for questions and support relating to the 1.24.x releases only.
Locked
coinbird
Posts: 3
Joined: Fri May 27, 2011 9:06 pm

Problem configuring motion detection areas - zones

Post 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!
Attachments
Zones2.jpg
Zones2.jpg (233.99 KiB) Viewed 4034 times
Zones1.jpg
Zones1.jpg (166.95 KiB) Viewed 4034 times
Foxxy
Posts: 1
Joined: Sat May 28, 2011 5:27 am

Re: Problem configuring motion detection areas - zones

Post 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 :)
coinbird
Posts: 3
Joined: Fri May 27, 2011 9:06 pm

Re: Problem configuring motion detection areas - zones

Post 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:
Elringer
Posts: 2
Joined: Thu Jun 02, 2011 9:01 pm

Re: Problem configuring motion detection areas - zones

Post 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
Attachments
No image
No image
ZM3.jpeg (36.05 KiB) Viewed 3965 times
ZM2.jpeg
ZM2.jpeg (92.46 KiB) Viewed 3965 times
ZM1.jpeg
ZM1.jpeg (80.48 KiB) Viewed 3965 times
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Re: Problem configuring motion detection areas - zones

Post 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.
linuxmugen
Posts: 1
Joined: Sat Jun 04, 2011 5:16 am

Re: Problem configuring motion detection areas - zones

Post 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.
Elringer
Posts: 2
Joined: Thu Jun 02, 2011 9:01 pm

Re: Problem configuring motion detection areas - zones

Post 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
Locked