I am using ZM as part of my home automation system.. one thing i havent been able to find is if there is a "current" JPG of each monitor... meaning if I wanted t osay access that monitor directly from my home automation system what filename and what directory would I look for the current pic of the monitor regardless of alarm status. im not looking for the images of events.. those are stored in my events path and are there.. this would be so say when the doorbell rings my wall mounted screen would pop up with the current images of the front door.. i can refresh this automatically or I could call a URL and show a streaming JPG...
any help is appreciated
-Christopher
How to access JPG of monitor?
-
- Posts: 15
- Joined: Mon Jul 09, 2007 6:10 pm
- Location: Columbus Ohio
- Contact:
How to access JPG of monitor?
If you cant Hook it up, Transmit to it, Receive from it, or Squeal the tires on it i dont want it.
-
- Posts: 15
- Joined: Mon Jul 09, 2007 6:10 pm
- Location: Columbus Ohio
- Contact:
that works.. except im looking for an actual file.. something I could store in a directory that could be SMB shared so my home automation PC can pick it up.. as a web page it makes things much more difficult to integrate. is there a way to get an actual file extracted from the current video of the monitor?
-Christopher
-Christopher
If you cant Hook it up, Transmit to it, Receive from it, or Squeal the tires on it i dont want it.
The classic unix way to do this is to run several commands inside brackets.vaineh wrote:how do you specify where to put the images grabbed using zmu?
i want to put it into a script and then cronjob but using zmu it will only put the images in the same working directory as the script is run in.
ie :-
Code: Select all
(cd /home/hauto/mypics ; zmu -m 6 -i)
--
Fixer