
Re: Help configuring ZM with one CAM and different popositio
The way I would do it is to write a script and have it on a schedule with cron.
Taken from a website
http://www.tuxradar.com/content/build-y ... zoneminderScheduling
At the top of the screen, you can see that Zoneminder is showing as running. Clicking on this Running link allows you to change the state to Restart. This will restart the service. You can also add your own run states. First, configure Zoneminder as you want – for daytime motion detection for example, then click on the Running link. Type “daytime” in the text field, and click save. Daytime will be added to the list of run states. It will appear in the drop down list, and can be called using zmpkg.pl with cron jobs to schedule different modes of operation for different times of day, weekends, holidays, etc.
A typical crontab entry would read
0 9 * * 1-5 /usr/local/bin/zmpkg.pl daytime
In your script you can move your camera by sending the right command. I have some generic PTZ cameras that reset at random and wont go to position 1 after reset. So I have a script run every 5 minutes to move to position 1.