Change zone sensitivity at night?
Change zone sensitivity at night?
I read the FAQ on using run states to change between monitor, record, etc at certain times. However, I don't think it allows me to change the sensitivity of zones (if I want it to stay in modect). Is there any way to do this? Basically, I want zoneminder to be much more sensitive at night. My camera is used with a motion sensitive light, but my daytime sensitivity isn't quite triggering the thing to record when the light comes on.
Thanks in advance!
Aaron
Thanks in advance!
Aaron
no response? I'm wondering the same thing. On a bright sunny day, the feed is so bright it is completely washed out. I adjust it manually (which triggers an alarm) and then end up getting some cloud cover, and it gets too dark. Any way to account for this in ZM?
I am using a cheap Labtec Webcam Pro for my proof of concept with zm before spending $$$ on cameras. Do decent cameras somehow handle the adjustment of light?
I am using a cheap Labtec Webcam Pro for my proof of concept with zm before spending $$$ on cameras. Do decent cameras somehow handle the adjustment of light?
I think this is what you want:
http://www.zoneminder.com/wiki/index.ph ... or_week.3F
For example, from 7am I have all 14 of my 16 cameras running in record through the day, with the 2 remaining cameras set to mocord. At 7pm, I have the those 14 cameras set to mocord also.
Essentially you set up all your monitors in one manner, then save that state to Day. Set them up again in another manner, save that state as Night. Then you can create a crontab entry to activate Day at 7am with a second entry to activate Night at 7pm.
http://www.zoneminder.com/wiki/index.ph ... or_week.3F
For example, from 7am I have all 14 of my 16 cameras running in record through the day, with the 2 remaining cameras set to mocord. At 7pm, I have the those 14 cameras set to mocord also.
Essentially you set up all your monitors in one manner, then save that state to Day. Set them up again in another manner, save that state as Night. Then you can create a crontab entry to activate Day at 7am with a second entry to activate Night at 7pm.
As mentioned in the first post, I reviewed that FAQ and I do not think it accomplishes what's required here.
I'd like the individual zone settings to change at certain times. For example, during sunlight hours I want my zones to use the "best, low sensitivity" preset and then switch to "best, high sensitivity" at night time (when movement is harder to detect).
Thoughts?
Aaron
I'd like the individual zone settings to change at certain times. For example, during sunlight hours I want my zones to use the "best, low sensitivity" preset and then switch to "best, high sensitivity" at night time (when movement is harder to detect).
Thoughts?
Aaron
-
- Posts: 184
- Joined: Tue Oct 14, 2008 5:59 pm
-
- Posts: 48
- Joined: Thu Mar 05, 2009 9:42 pm
bristoldave wrote:Duplicate monitors seems like a really ugly way of doing it.
I've done it using cron jobs which load the SQL .MYI and MYD files from different backups depending on whether it's day or night - works for me.
I'll try and dig the thread out that explains it.
Thanks. That sounds interesting and I'd love to see the details.
Aaron
i am trying to do the same thing for night /day configbristoldave wrote:Duplicate monitors seems like a really ugly way of doing it.
I've done it using cron jobs which load the SQL .MYI and MYD files from different backups depending on whether it's day or night - works for me.
I'll try and dig the thread out that explains it.
-
- Posts: 6
- Joined: Sun May 20, 2007 9:19 pm
Take a look at my app note at : http://www.tech-world.com/RSVSwitch/rsvan0017.php
There's an example in the code of using zmu to adjust brightness and contrast via perl and cron. No need to mess with the database.
There are some image tools to detect the brightness of a jpg image that you could also look at to do some dynamic adjustment by analyzing frames and then coding the brightness changes. That was beyond my needs, so I didn't really dig into it.
There's an example in the code of using zmu to adjust brightness and contrast via perl and cron. No need to mess with the database.
There are some image tools to detect the brightness of a jpg image that you could also look at to do some dynamic adjustment by analyzing frames and then coding the brightness changes. That was beyond my needs, so I didn't really dig into it.